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/zs3/
Date: Sat, 02 Apr 2022 07:39:38
Message-Id: 1648884817.4c1e8b3b5ca75d7dca88892d0f355ff940777530.ulm@gentoo
1 commit: 4c1e8b3b5ca75d7dca88892d0f355ff940777530
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 07:33:37 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 07:33:37 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4c1e8b3b
7
8 dev-lisp/zs3: Drop ~sparc because of unkeyworded dependencies
9
10 Minor touchups to the ebuild.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 dev-lisp/zs3/zs3-1.3.ebuild | 10 ++++------
15 1 file changed, 4 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-lisp/zs3/zs3-1.3.ebuild b/dev-lisp/zs3/zs3-1.3.ebuild
18 index d06e2cc5..3b89417c 100644
19 --- a/dev-lisp/zs3/zs3-1.3.ebuild
20 +++ b/dev-lisp/zs3/zs3-1.3.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,15 +6,13 @@ EAPI=6
28 inherit common-lisp-3
29
30 DESCRIPTION="A Common Lisp library for working with Amazon's Simple Storage Service (S3)."
31 -HOMEPAGE="http://www.xach.com/lisp/zs3/"
32 +HOMEPAGE="https://www.xach.com/lisp/zs3/"
33 SRC_URI="https://github.com/xach/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
34 +S="${WORKDIR}/${PN}-release-${PV}"
35
36 LICENSE="BSD-2"
37 SLOT="0"
38 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
39 -IUSE=""
40 -
41 -S="${WORKDIR}/${PN}-release-${PV}"
42 +KEYWORDS="~amd64 ~ppc ~x86"
43
44 RDEPEND="dev-lisp/alexandria
45 dev-lisp/cxml