Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-prevalence/
Date: Fri, 01 Apr 2022 11:12:56
Message-Id: 1648810150.4768959ba6e65dcee7f6936e2989f8412561a419.ulm@gentoo
1 commit: 4768959ba6e65dcee7f6936e2989f8412561a419
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 10:49:10 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 10:49:10 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4768959b
7
8 dev-lisp/cl-prevalence: Drop keywords
9
10 Unkeyworded dependencies.
11
12 Bump to EAPI 7, update HOMEPAGE.
13
14 SRC_URI is also dead. Keep the ebuild for now, since users may already
15 have the distfile.
16
17 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
18
19 dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild | 14 ++++++--------
20 1 file changed, 6 insertions(+), 8 deletions(-)
21
22 diff --git a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild
23 index 2a578b2c..e045a3f4 100644
24 --- a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild
25 +++ b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild
26 @@ -1,21 +1,19 @@
27 -# Copyright 1999-2017 Gentoo Foundation
28 +# Copyright 1999-2022 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 -EAPI=6
32 +EAPI=7
33
34 inherit common-lisp-3
35
36 -DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for Common Lisp."
37 -HOMEPAGE="http://www.common-lisp.net/project/cl-prevalence/"
38 +DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for Common Lisp"
39 +HOMEPAGE="https://cl-prevalence.common-lisp.dev/"
40 SRC_URI="http://bitbucket.org/skypher/${PN}/get/${PV}.gz -> ${P}.tar.gz"
41 +S="${WORKDIR}"/skypher-${PN}-1edf5cd93bb9
42
43 LICENSE="LLGPL-2.1"
44 SLOT="0"
45 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
46 -IUSE=""
47 +#KEYWORDS="~amd64 ~ppc ~sparc ~x86"
48
49 RDEPEND="dev-lisp/fiveam
50 dev-lisp/s-xml
51 dev-lisp/s-sysdeps"
52 -
53 -S="${WORKDIR}"/skypher-${PN}-1edf5cd93bb9