From 4768959ba6e65dcee7f6936e2989f8412561a419 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 1 Apr 2022 12:49:10 +0200 Subject: dev-lisp/cl-prevalence: Drop keywords MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Unkeyworded dependencies. Bump to EAPI 7, update HOMEPAGE. SRC_URI is also dead. Keep the ebuild for now, since users may already have the distfile. Signed-off-by: Ulrich Müller --- dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'dev-lisp') diff --git a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild index 2a578b2c..e045a3f4 100644 --- a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild +++ b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild @@ -1,21 +1,19 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit common-lisp-3 -DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for Common Lisp." -HOMEPAGE="http://www.common-lisp.net/project/cl-prevalence/" +DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for Common Lisp" +HOMEPAGE="https://cl-prevalence.common-lisp.dev/" SRC_URI="http://bitbucket.org/skypher/${PN}/get/${PV}.gz -> ${P}.tar.gz" +S="${WORKDIR}"/skypher-${PN}-1edf5cd93bb9 LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" +#KEYWORDS="~amd64 ~ppc ~sparc ~x86" RDEPEND="dev-lisp/fiveam dev-lisp/s-xml dev-lisp/s-sysdeps" - -S="${WORKDIR}"/skypher-${PN}-1edf5cd93bb9 -- cgit v1.2.3-65-gdbad