commit: e7f9b8e1c9b407fb883ae03245229e1d9d718e70 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Tue Feb 14 22:04:03 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Tue Feb 14 22:04:03 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e7f9b8e1
dev-lisp/asdf: Drops old version dev-lisp/asdf/asdf-2.33-r3.ebuild | 40 --------------------------------------- 1 file changed, 40 deletions(-) diff --git a/dev-lisp/asdf/asdf-2.33-r3.ebuild b/dev-lisp/asdf/asdf-2.33-r3.ebuild deleted file mode 100644 index 04bd5cfd..00000000 --- a/dev-lisp/asdf/asdf-2.33-r3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils common-lisp-3 - -DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp" -HOMEPAGE="http://common-lisp.net/project/asdf/" -SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -SLOT="0/${PVR}" - -DEPEND="!dev-lisp/cl-${PN} - !dev-lisp/asdf-binary-locations - !dev-lisp/gentoo-init - !<dev-lisp/asdf-2.33-r3" -RDEPEND="${DEPEND}" -PDEPEND="~dev-lisp/uiop-${PV}" - -S="${WORKDIR}" - -src_compile() { - make -} - -src_install() { - common-lisp-install-sources -t all build version.lisp-expr - dodoc README TODO - dohtml doc/*.{html,css,ico,png} - - insinto /etc/common-lisp - doins "${FILESDIR}"/gentoo-init.lisp "${FILESDIR}"/source-registry.conf -}
