Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-gcrypt/
Date: Fri, 26 Nov 2021 08:46:06
Message-Id: 1637916355.f889eb3a254e57ac6b80afc9f2b4f8ef3b9a7199.xgqt@gentoo
1 commit: f889eb3a254e57ac6b80afc9f2b4f8ef3b9a7199
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 26 08:38:21 2021 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 26 08:45:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f889eb3a
7
8 dev-scheme/guile-gcrypt: RESTRICT strip; fix QA_PREBUILT
9
10 Closes: https://bugs.gentoo.org/818571
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
13
14 dev-scheme/guile-gcrypt/guile-gcrypt-0.3.0.ebuild | 10 +++++-----
15 1 file changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-scheme/guile-gcrypt/guile-gcrypt-0.3.0.ebuild b/dev-scheme/guile-gcrypt/guile-gcrypt-0.3.0.ebuild
18 index 3eb4f555d7c2..d0b486243328 100644
19 --- a/dev-scheme/guile-gcrypt/guile-gcrypt-0.3.0.ebuild
20 +++ b/dev-scheme/guile-gcrypt/guile-gcrypt-0.3.0.ebuild
21 @@ -1,18 +1,20 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 +EAPI=8
28
29 inherit autotools
30
31 DESCRIPTION="Guile bindings of libgcrypt"
32 HOMEPAGE="https://notabug.org/cwebber/guile-gcrypt"
33 SRC_URI="https://notabug.org/cwebber/guile-gcrypt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 +S="${WORKDIR}/${PN}"
35
36 LICENSE="GPL-3"
37 SLOT="0"
38 KEYWORDS="~amd64 ~x86"
39 IUSE=""
40 +RESTRICT="strip"
41
42 RDEPEND="
43 >=dev-scheme/guile-2.0.11:=
44 @@ -20,11 +22,9 @@ RDEPEND="
45 "
46 DEPEND="${RDEPEND}"
47
48 -S=${WORKDIR}/${PN}
49 -
50 # guile generates ELF files without use of C or machine code
51 # It's a portage's false positive. bug #677600
52 -QA_FLAGS_IGNORED='.*[.]go'
53 +QA_PREBUILT='*[.]go'
54
55 src_prepare() {
56 default