commit:     4768959ba6e65dcee7f6936e2989f8412561a419
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 10:49:10 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 10:49:10 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4768959b

dev-lisp/cl-prevalence: Drop keywords

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 <ulm <AT> gentoo.org>

 dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

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

Reply via email to