From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lzlib/
Date: Wed, 6 Apr 2022 23:34:16 +0000 (UTC) [thread overview]
Message-ID: <1649288030.47e8376de17d3692a84d2b7b17c9d9b591579532.sam@gentoo> (raw)
commit: 47e8376de17d3692a84d2b7b17c9d9b591579532
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 6 23:28:56 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 6 23:33:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e8376d
app-arch/lzlib: add verify-sig
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/lzlib/Manifest | 1 +
app-arch/lzlib/lzlib-1.13.ebuild | 7 +++++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/app-arch/lzlib/Manifest b/app-arch/lzlib/Manifest
index a9d3ec48eb6a..e08094bd3a07 100644
--- a/app-arch/lzlib/Manifest
+++ b/app-arch/lzlib/Manifest
@@ -1,3 +1,4 @@
DIST lzlib-1.11.tar.gz 105873 BLAKE2B 6caadc4c3b78db835bcf4f11e5290342f0f952943006589345898a85211b0a0ae5d775d0a8e7747c549eae00dd0abd2e2afb5c07eb75b4fda712a9361a71bd59 SHA512 5aa3ff084177efe906518724a98a78c32d1c0e02b967800a44388fc6af441de48fcc5899457913fca11fae3beb8bebc260ac447f0a336b1c14f3f13726114567
DIST lzlib-1.12.tar.gz 128996 BLAKE2B 3a86005eaf660a45888ec5af97bc6100368da2a3003c119c2379e881cd77ef318707342b7c930efa9473b671b8c2aff5c5e00dd5b312f647b7cafc39f29a2eea SHA512 b5379422eed4016b0ee124e39902dd22c314ca5cc5f72c1af5ec2ef6a68e1e85c523ab18e30048d453689f73f780d0144dcabaf881337e1c8101e2fe17ee21f8
DIST lzlib-1.13.tar.gz 130005 BLAKE2B 88721890f111c2bb1901329e9cc39e7f581c220bb58bbc93098c34984b7557a80adff236f5755057099870ba20201f6b692925080b97965b4612d221d21cb33c SHA512 b9c4e5a9aca982984b497d1da2e1f0439b37b19acaf88a02f5af114b0a65a828c5ae235b3bd4f419ce001963de38a4d03445a6a1bd93f37e783e799abd75578d
+DIST lzlib-1.13.tar.gz.sig 72 BLAKE2B 66d7a9939a5e23874a6927545f265cf315d634a166d7f22cbe4f09ab88dbae778aa9c6f77e6d5e51fbaadc9a503f735fb2bc834475089a6046782f9af22b472f SHA512 1db7a91b3a84d70874c0ec92b2764ab6805e20a351438b975f4e72dd6a1dbe5a4448d47af2bb6d056bde9c6102df375454724d536efbdaa90cd7dbf08eb01c81
diff --git a/app-arch/lzlib/lzlib-1.13.ebuild b/app-arch/lzlib/lzlib-1.13.ebuild
index 070ed59f4850..361f4e8a03b5 100644
--- a/app-arch/lzlib/lzlib-1.13.ebuild
+++ b/app-arch/lzlib/lzlib-1.13.ebuild
@@ -3,16 +3,19 @@
EAPI=8
-inherit toolchain-funcs
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/antoniodiazdiaz.asc
+inherit toolchain-funcs verify-sig
DESCRIPTION="Library for lzip compression"
HOMEPAGE="https://www.nongnu.org/lzip/lzlib.html"
SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz"
+SRC_URI+=" verify-sig? ( https://download.savannah.gnu.org/releases/lzip/${PN}/${P/_/-}.tar.gz.sig )"
LICENSE="libstdc++" # fancy form of GPL-2+ with library exception
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
+
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-antoniodiazdiaz )"
src_configure() {
local myconf=(
next reply other threads:[~2022-04-06 23:34 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-06 23:34 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-24 8:49 [gentoo-commits] repo/gentoo:master commit in: app-arch/lzlib/ Michał Górny
2024-02-24 2:44 Ionen Wolkens
2024-02-09 1:04 Sam James
2024-02-08 15:28 Michał Górny
2024-02-08 15:28 Michał Górny
2024-02-08 15:28 Michał Górny
2024-02-08 14:43 Michał Górny
2024-02-08 14:43 Michał Górny
2024-02-08 14:43 Michał Górny
2024-01-25 11:37 Michał Górny
2024-01-25 5:48 Sam James
2024-01-25 3:14 Sam James
2024-01-25 0:42 Sam James
2024-01-24 19:21 Michał Górny
2024-01-24 19:21 Michał Górny
2024-01-24 19:05 Michał Górny
2024-01-24 19:05 Michał Górny
2024-01-24 18:59 Michał Górny
2024-01-23 18:13 Michał Górny
2024-01-07 0:20 Conrad Kostecki
2023-06-18 1:07 Sam James
2023-03-19 17:36 Arthur Zamarin
2023-01-13 6:18 Sam James
2023-01-13 5:40 Sam James
2023-01-12 4:41 Sam James
2022-12-31 10:49 Arthur Zamarin
2022-12-27 14:23 Arthur Zamarin
2022-12-27 13:13 Michał Górny
2022-06-08 12:34 Yixun Lan
2022-05-05 23:48 WANG Xuerui
2022-05-05 20:43 Michał Górny
2022-05-05 20:28 Sam James
2022-05-05 17:35 Arthur Zamarin
2022-05-05 16:48 Jakov Smolić
2022-05-05 10:25 Jakov Smolić
2022-05-05 9:54 Jakov Smolić
2022-05-05 5:38 Arthur Zamarin
2022-05-04 13:16 Agostino Sarubbo
2022-05-03 17:37 Arthur Zamarin
2022-05-01 18:22 Agostino Sarubbo
2022-05-01 12:20 Jakov Smolić
2022-04-29 8:27 Sam James
2022-04-06 23:34 Sam James
2022-01-29 18:13 Michał Górny
2021-09-15 2:32 Sam James
2021-08-17 1:42 Sam James
2021-08-11 23:07 Sam James
2021-01-07 0:43 Michał Górny
2020-08-21 3:17 Georgy Yakovlev
2019-12-26 12:01 Georgy Yakovlev
2019-12-26 10:53 Michał Górny
2019-12-26 10:53 Michał Górny
2019-10-04 16:09 Michał Górny
2017-06-30 11:19 Michał Górny
2017-06-30 11:19 Michał Górny
2016-06-01 16:47 Michał Górny
2016-01-27 14:49 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1649288030.47e8376de17d3692a84d2b7b17c9d9b591579532.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox