diff options
| author | Chema Alonso Josa <nimiux@gentoo.org> | 2018-04-08 15:13:51 +0200 |
|---|---|---|
| committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-04-08 15:13:51 +0200 |
| commit | 3d7fbc118555a57e7a2ca7c3cd1eb8bc2815b4fd (patch) | |
| tree | 7a740f0ebdd45edc3f1575b79038d5e869806ad3 /dev-lisp/asdf-binary-locations/asdf-binary-locations-20061018.ebuild | |
| parent | 7d7a5a014319335d947d6f162c4b91e1d00ba139 (diff) | |
| download | gentoo-3d7fbc118555a57e7a2ca7c3cd1eb8bc2815b4fd.tar.gz gentoo-3d7fbc118555a57e7a2ca7c3cd1eb8bc2815b4fd.tar.bz2 gentoo-3d7fbc118555a57e7a2ca7c3cd1eb8bc2815b4fd.zip | |
dev-lisp/asdf-binary-locations: Drop last rited package
Bug: https://bugs.gentoo.org/646742
Diffstat (limited to 'dev-lisp/asdf-binary-locations/asdf-binary-locations-20061018.ebuild')
| -rw-r--r-- | dev-lisp/asdf-binary-locations/asdf-binary-locations-20061018.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-lisp/asdf-binary-locations/asdf-binary-locations-20061018.ebuild b/dev-lisp/asdf-binary-locations/asdf-binary-locations-20061018.ebuild deleted file mode 100644 index 4459b60001c5..000000000000 --- a/dev-lisp/asdf-binary-locations/asdf-binary-locations-20061018.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="3" -inherit common-lisp - -DESCRIPTION="ASDF-Extension to specify where Common Lisp binaries (FASL files) should go" -HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-binary-locations/" -SRC_URI="http://common-lisp.net/project/portage-overlay/distfiles/${PN}_${PV}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="" - -DEPEND="dev-lisp/asdf" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" -CLPACKAGE=${PN} - -src_install() { - insinto $CLSOURCEROOT/$CLPACKAGE/dev - doins dev/*.lisp - common-lisp-install *.asd - common-lisp-system-symlink -} |
