commit: 84d0978d444df99d04998451ec042ecef8ce63ae Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Jul 2 20:27:34 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Jul 2 20:27:34 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=84d0978d
dev-lisp/cl-prevalence: Drops old version. Updates header and EAPI .../cl-prevalence/cl-prevalence-20070329.ebuild | 27 ---------------------- dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild | 9 ++++---- dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild | 5 ++-- 3 files changed, 6 insertions(+), 35 deletions(-) diff --git a/dev-lisp/cl-prevalence/cl-prevalence-20070329.ebuild b/dev-lisp/cl-prevalence/cl-prevalence-20070329.ebuild deleted file mode 100644 index 65489578..00000000 --- a/dev-lisp/cl-prevalence/cl-prevalence-20070329.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit common-lisp-2 - -DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for Common Lisp." -HOMEPAGE="http://www.common-lisp.net/project/cl-prevalence/" -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2" - -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="dev-lisp/s-xml - dev-lisp/s-sysdeps" - -src_unpack() { - unpack ${A} - test -f "${S}"/Makefile && rm -f "${S}"/Makefile -} - -src_install() { - common-lisp-install ${PN}.asd src test - common-lisp-symlink-asdf -} diff --git a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild index 92877bf7..2a578b2c 100644 --- a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild +++ b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3 @@ -16,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND="dev-lisp/fiveam - dev-lisp/s-xml - dev-lisp/s-sysdeps" + dev-lisp/s-xml + dev-lisp/s-sysdeps" S="${WORKDIR}"/skypher-${PN}-1edf5cd93bb9 diff --git a/dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild b/dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild index 1f6b32a9..723398dc 100644 --- a/dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild +++ b/dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3 mercurial
