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-recaptcha/
Date: Sat, 02 Apr 2022 15:35:02
Message-Id: 1648912208.1acb28d6b6a8a785f2fab38901f5620a108047f7.ulm@gentoo
1 commit: 1acb28d6b6a8a785f2fab38901f5620a108047f7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 15:10:08 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 15:10:08 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1acb28d6
7
8 dev-lisp/cl-recaptcha: Drop ~sparc because of unkeyworded dependencies
9
10 Update HOMEPAGE.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild | 7 +++----
15 1 file changed, 3 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild b/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild
18 index 2cb962e5..c95a8549 100644
19 --- a/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild
20 +++ b/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -6,13 +6,12 @@ EAPI=6
28 inherit common-lisp-3
29
30 DESCRIPTION="Straightforward Common Lisp recaptcha.com interconnection"
31 -HOMEPAGE="http://github.com/madnificent/cl-recaptcha/"
32 +HOMEPAGE="https://github.com/madnificent/cl-recaptcha/"
33 SRC_URI="https://github.com/madnificent/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="MIT"
36 SLOT="0"
37 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
38 -IUSE=""
39 +KEYWORDS="~amd64 ~ppc ~x86"
40
41 RDEPEND=">=dev-lisp/drakma-1.0.0
42 dev-lisp/split-sequence