public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/slibtool/
Date: Mon, 26 Apr 2021 15:37:35 +0000 (UTC)	[thread overview]
Message-ID: <1619451440.46b2946bdce395593caea65d1d7ec4384626263a.sam@gentoo> (raw)

commit:     46b2946bdce395593caea65d1d7ec4384626263a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 14:56:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 15:37:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b2946b

sys-devel/slibtool: add verify-sig support

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/slibtool/Manifest               | 2 ++
 sys-devel/slibtool/slibtool-0.5.32.ebuild | 7 +++++++
 sys-devel/slibtool/slibtool-0.5.33.ebuild | 7 +++++++
 sys-devel/slibtool/slibtool-9999.ebuild   | 9 ++++++++-
 4 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/sys-devel/slibtool/Manifest b/sys-devel/slibtool/Manifest
index a01b497510e..90d521ff2b6 100644
--- a/sys-devel/slibtool/Manifest
+++ b/sys-devel/slibtool/Manifest
@@ -1,2 +1,4 @@
 DIST slibtool-0.5.32.tar.xz 72820 BLAKE2B 2098af643b9591d85a9fa2d34c4a0c06af664786acd15f26ebebe966d4fbac2085fa8525cdb28d7087bd59e16334f793bbb87ada7011572a8ac7ada0ca5ab770 SHA512 60c6bb8cd2e49d5a417b61c96b81fd25534bc9915d8b3db0078ae6469685591997a503fcabb0cf1b336f883e61c32892dc9d39d69b4041ef9d49d6cd52f760a5
+DIST slibtool-0.5.32.tar.xz.sig 833 BLAKE2B fec44357ab0efab0f7200588ffc6a3e80dfba70e8279e8bf3de5ca9bbd92b6a6b7704990a219d69acac7c54eb3b1e6e3f820a5cc514a1a06859222ad88add3f4 SHA512 980a10e1ae036b42a017e1e73cadcf65678710b38e6c0a8eb7cc77199ff2dfa6fbf8f2e8dd690a6d7c88ad1e7b2b5c1f1252bec7a4e534caf57bd93554f83980
 DIST slibtool-0.5.33.tar.xz 74100 BLAKE2B ae4901fb116c1c9463d7a817dc0c3aff2de0983b19d0ca84d5081aa4ac0f6b7a386ccf4cc3916c799ecc8d053a1b8dd71f7f8aafeae358d3931ce4ebc68932e0 SHA512 d4fd15669f8792a09f162f124ff92544efbc0e963b0ed5e8b9f3521f8da204380c6d9f175cfac818e769d5e90ae5d52eddfccdecf82880c11083997dca676ae4
+DIST slibtool-0.5.33.tar.xz.sig 833 BLAKE2B dec6515251e85e91727ef85e31fc370975058142c81c5abaa7a5b300a88b785878768fb56b68d9d7da2d9dc063e6c188136f6ee9566605ebf0cba834d9ea96b6 SHA512 00bc2117b1b68b94618effbb5ce24c09c0a0e6b76a8d0d4c34d0e6a13081d14521aa909a3b629a9e6680db5c3b720c61afdc90c6e7b1989debe1abb7574d9977

diff --git a/sys-devel/slibtool/slibtool-0.5.32.ebuild b/sys-devel/slibtool/slibtool-0.5.32.ebuild
index 515a39ae78f..3ce270243d5 100644
--- a/sys-devel/slibtool/slibtool-0.5.32.ebuild
+++ b/sys-devel/slibtool/slibtool-0.5.32.ebuild
@@ -12,8 +12,15 @@ if [[ "${PV}" == *9999 ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://git.foss21.org/slibtool"
 else
+	VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/midipix.asc
+	inherit verify-sig
+
 	SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz"
+	SRC_URI+=" verify-sig? ( https://dl.midipix.org/slibtool/${P}.tar.xz.sig )"
+
 	KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+
+	BDEPEND="verify-sig? ( app-crypt/openpgp-keys-midipix )"
 fi
 
 LICENSE="MIT"

diff --git a/sys-devel/slibtool/slibtool-0.5.33.ebuild b/sys-devel/slibtool/slibtool-0.5.33.ebuild
index 9ff1b3b9df5..6fe991b4272 100644
--- a/sys-devel/slibtool/slibtool-0.5.33.ebuild
+++ b/sys-devel/slibtool/slibtool-0.5.33.ebuild
@@ -12,8 +12,15 @@ if [[ "${PV}" == *9999 ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://git.foss21.org/slibtool"
 else
+	VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/midipix.asc
+	inherit verify-sig
+
 	SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz"
+	SRC_URI+=" verify-sig? ( https://dl.midipix.org/slibtool/${P}.tar.xz.sig )"
+
 	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+
+	BDEPEND="verify-sig? ( app-crypt/openpgp-keys-midipix )"
 fi
 
 LICENSE="MIT"

diff --git a/sys-devel/slibtool/slibtool-9999.ebuild b/sys-devel/slibtool/slibtool-9999.ebuild
index 515a39ae78f..6fe991b4272 100644
--- a/sys-devel/slibtool/slibtool-9999.ebuild
+++ b/sys-devel/slibtool/slibtool-9999.ebuild
@@ -12,8 +12,15 @@ if [[ "${PV}" == *9999 ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://git.foss21.org/slibtool"
 else
+	VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/midipix.asc
+	inherit verify-sig
+
 	SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+	SRC_URI+=" verify-sig? ( https://dl.midipix.org/slibtool/${P}.tar.xz.sig )"
+
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+
+	BDEPEND="verify-sig? ( app-crypt/openpgp-keys-midipix )"
 fi
 
 LICENSE="MIT"


             reply	other threads:[~2021-04-26 15:37 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-26 15:37 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-03  2:20 [gentoo-commits] repo/gentoo:master commit in: sys-devel/slibtool/ Ionen Wolkens
2023-12-22  7:16 Joonas Niilola
2023-12-22  7:16 Joonas Niilola
2023-12-22  5:07 Sam James
2023-12-21 16:01 Arthur Zamarin
2023-12-21 15:15 Sam James
2023-12-21 12:56 Sam James
2023-12-21 11:55 Sam James
2023-12-21 11:12 Arthur Zamarin
2023-11-17 12:32 Sam James
2023-11-17 12:32 Sam James
2023-06-17 17:15 Arthur Zamarin
2023-06-17 13:17 Joonas Niilola
2023-06-17 10:42 Arthur Zamarin
2023-06-17  8:29 Arthur Zamarin
2023-06-17  8:29 Arthur Zamarin
2023-06-17  5:42 Sam James
2023-05-07  6:10 Sam James
2023-05-05  4:44 Sam James
2022-05-07 18:24 Sam James
2022-03-20  0:26 Sam James
2022-01-01  9:38 Sam James
2021-09-21 12:40 James Le Cuirot
2021-09-07 15:36 Lars Wendler
2021-09-06 18:01 Sam James
2021-07-31 22:49 Joshua Kinard
2021-07-31 13:40 Michał Górny
2021-07-25  3:36 Matt Turner
2021-06-25 17:24 Marek Szuba
2021-05-12  7:01 Lars Wendler
2021-05-12  6:21 Lars Wendler
2021-04-25  5:19 Sam James
2021-04-05 20:49 Sam James
2021-04-05 20:49 Sam James
2021-04-05 20:49 Sam James
2021-04-01 12:19 Thomas Deutschmann
2021-03-28 15:41 Sam James
2021-03-27 19:17 Sergei Trofimovich
2021-03-27 19:17 Sergei Trofimovich
2021-03-27 19:17 Sergei Trofimovich
2021-03-25 19:08 Sam James
2021-03-22 17:53 Lars Wendler
2021-03-22 15:19 Lars Wendler
2021-03-22 15:19 Lars Wendler
2021-03-22  9:23 Sam James
2021-03-22  9:23 Sam James
2021-03-22  9:23 Sam James
2021-03-21 15:35 Sergei Trofimovich
2021-03-21  9:45 Sergei Trofimovich
2021-01-17  1:28 Lars Wendler
2020-12-01  7:56 Joonas Niilola
2019-01-17 22:55 Patrice Clement
2019-01-17 22:55 Patrice Clement
2018-08-01 21:40 Patrice Clement
2018-05-26 17:07 Aaron Bauman
2018-05-20  0:16 Aaron Bauman
2017-09-06 12:06 Michał Górny
2017-09-06 12:06 Michał Górny
2017-07-30 14:13 David Seifert
2017-07-30 14:13 David Seifert
2016-12-04 22:32 Patrice Clement

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=1619451440.46b2946bdce395593caea65d1d7ec4384626263a.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