commit: 54bdc58dbe9c9063b3fd16fc824f74979706bdbd Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Mar 18 21:44:42 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Mar 18 21:44:42 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=54bdc58d
dev-lisp/ch-asdf: Drops package dev-lisp/ch-asdf/ch-asdf-9999.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/dev-lisp/ch-asdf/ch-asdf-9999.ebuild b/dev-lisp/ch-asdf/ch-asdf-9999.ebuild deleted file mode 100644 index 305318b3..00000000 --- a/dev-lisp/ch-asdf/ch-asdf-9999.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 git-r3 - -DESCRIPTION="ASDF Extensions from Cyrus Harmon." -HOMEPAGE="http://www.cyrusharmon.org/projects?project=ch-asdf" -EGIT_REPO_URI="https://github.com/slyrus/ch-asdf" - -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - dev-lisp/ch-util - dev-lisp/puri" - -src_install() { - common-lisp-install-sources *.lisp version.lisp-expr - common-lisp-install-asdf -}
