summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-04-01 12:49:10 +0200
committerUlrich Müller <ulm@gentoo.org>2022-04-01 12:49:10 +0200
commit4768959ba6e65dcee7f6936e2989f8412561a419 (patch)
tree883057727d34c7676a35e0bc449519533b8a02b1 /dev-lisp
parentdev-lisp/cl-prevalence: Drop live version (diff)
downloadlisp-4768959ba6e65dcee7f6936e2989f8412561a419.tar.gz
lisp-4768959ba6e65dcee7f6936e2989f8412561a419.tar.bz2
lisp-4768959ba6e65dcee7f6936e2989f8412561a419.zip
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@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild14
1 files 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