From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/diffutils/
Date: Thu, 7 Apr 2022 03:57:56 +0000 (UTC) [thread overview]
Message-ID: <1649303832.dfb053477f7cd2065b75970e6ea5dfb79f435a4e.sam@gentoo> (raw)
commit: dfb053477f7cd2065b75970e6ea5dfb79f435a4e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 7 03:41:37 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 7 03:57:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb05347
sys-apps/diffutils: add verify-sig
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/diffutils/Manifest | 1 +
sys-apps/diffutils/diffutils-3.8.ebuild | 14 ++++++++++----
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/sys-apps/diffutils/Manifest b/sys-apps/diffutils/Manifest
index 60bb7af2dc63..acf8f16cb654 100644
--- a/sys-apps/diffutils/Manifest
+++ b/sys-apps/diffutils/Manifest
@@ -1 +1,2 @@
DIST diffutils-3.8.tar.xz 1585120 BLAKE2B 573abbfba55c62ba30d2084ca68860e9681cfe92648407f7fb04e1aaed2e4719e2fb5a29cf25bd125d762f4dfd52f85ee91f2ec19b099365bada7fe27a0394af SHA512 279441270987e70d5ecfaf84b6285a4866929c43ec877e50f154a788858d548a8a316f2fc26ad62f7348c8d289cb29a09d06dfadce1806e3d8b4ea88c8b1aa7c
+DIST diffutils-3.8.tar.xz.sig 833 BLAKE2B 439d331d9839d8b434b7192c52628bc9e8e1c11cada28170f85c9390abc3e5e9ea86aee696a4f9260552133053194680ff54b960ed539fabec85fdff54dee3a2 SHA512 0464ac89209411993800666b45ff90243d22fbda53bf1d71c6870d565b39cc8d9c54c141b9d297a181ce74ad8fb5313953f416bced179ff7728a52a3e9a4f5a5
diff --git a/sys-apps/diffutils/diffutils-3.8.ebuild b/sys-apps/diffutils/diffutils-3.8.ebuild
index 4cae3d13edc4..df2a985392fb 100644
--- a/sys-apps/diffutils/diffutils-3.8.ebuild
+++ b/sys-apps/diffutils/diffutils-3.8.ebuild
@@ -1,21 +1,27 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit flag-o-matic
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/diffutils.asc
+inherit flag-o-matic verify-sig
DESCRIPTION="Tools to make diffs and compare files"
HOMEPAGE="https://www.gnu.org/software/diffutils/"
SRC_URI="mirror://gnu/diffutils/${P}.tar.xz
- https://alpha.gnu.org/gnu/diffutils/${P}.tar.xz"
+ https://alpha.gnu.org/gnu/diffutils/${P}.tar.xz
+ verify-sig? (
+ mirror://gnu/diffutils/${P}.tar.xz.sig
+ https://alpha.gnu.org/gnu/diffutils/${P}.tar.xz.sig
+ )"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="nls static"
-BDEPEND="nls? ( sys-devel/gettext )"
+BDEPEND="nls? ( sys-devel/gettext )
+ verify-sig? ( sec-keys/openpgp-keys-diffutils )"
PATCHES=( "${FILESDIR}/ppc-musl.patch" )
next reply other threads:[~2022-04-07 3:58 UTC|newest]
Thread overview: 92+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-07 3:57 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-09 3:42 [gentoo-commits] repo/gentoo:master commit in: sys-apps/diffutils/ Sam James
2025-04-06 2:02 Sam James
2025-03-31 4:25 Sam James
2025-03-21 21:04 Sam James
2025-02-09 7:12 Sam James
2025-02-04 22:47 Sam James
2025-01-21 3:41 Sam James
2023-07-15 11:50 Arthur Zamarin
2023-06-09 12:51 Arthur Zamarin
2023-06-09 12:21 Arthur Zamarin
2023-06-09 12:21 Arthur Zamarin
2023-06-09 12:21 Arthur Zamarin
2023-06-09 12:21 Arthur Zamarin
2023-06-09 12:21 Arthur Zamarin
2023-06-09 11:02 Sam James
2023-05-21 9:28 Sam James
2023-05-14 7:32 Sam James
2023-04-29 8:45 Arthur Zamarin
2023-04-10 19:22 Mike Gilbert
2023-03-16 22:02 Sam James
2023-03-04 13:51 Arthur Zamarin
2023-03-04 8:24 Arthur Zamarin
2023-03-04 7:54 Arthur Zamarin
2023-03-04 7:54 Arthur Zamarin
2023-03-04 7:54 Arthur Zamarin
2023-03-04 6:25 Arthur Zamarin
2023-03-04 6:14 Arthur Zamarin
2023-03-04 6:03 Arthur Zamarin
2023-03-04 6:00 Arthur Zamarin
2023-02-24 18:36 Sam James
2023-02-20 6:28 Sam James
2023-01-16 15:11 Sam James
2022-12-30 23:40 Sam James
2022-10-20 3:50 Sam James
2022-10-18 2:18 Sam James
2022-02-12 19:17 Andreas K. Hüttel
2021-11-07 7:51 Sam James
2021-10-02 17:20 Sam James
2021-09-18 19:46 Sam James
2021-09-18 12:30 Agostino Sarubbo
2021-09-16 8:05 Agostino Sarubbo
2021-09-16 8:03 Agostino Sarubbo
2021-09-16 8:02 Agostino Sarubbo
2021-08-02 9:16 David Seifert
2021-08-02 5:16 Lars Wendler
2021-01-06 15:26 Fabian Groffen
2020-12-27 18:13 Fabian Groffen
2020-09-04 11:47 Lars Wendler
2020-09-04 11:41 Sergei Trofimovich
2020-08-31 23:15 Sam James
2020-08-19 8:31 Sergei Trofimovich
2020-08-18 13:27 Sam James
2020-08-17 10:01 Agostino Sarubbo
2020-08-17 9:59 Agostino Sarubbo
2020-08-17 9:58 Agostino Sarubbo
2020-08-17 9:57 Agostino Sarubbo
2020-08-17 9:55 Agostino Sarubbo
2020-07-16 15:22 Sam James
2020-07-16 15:20 Sam James
2020-07-11 23:01 Mike Gilbert
2020-07-09 8:59 Agostino Sarubbo
2020-07-09 8:34 Agostino Sarubbo
2020-07-08 12:23 Michał Górny
2020-07-07 6:58 Sergei Trofimovich
2020-07-06 16:43 Sergei Trofimovich
2020-07-06 7:22 Sergei Trofimovich
2020-07-06 7:02 Sergei Trofimovich
2019-05-04 11:41 Mikle Kolyada
2019-01-01 11:14 Lars Wendler
2019-01-01 11:14 Lars Wendler
2018-08-24 11:57 Jeroen Roovers
2018-08-24 6:19 Mikle Kolyada
2018-08-23 8:34 Sergei Trofimovich
2018-08-23 1:41 Thomas Deutschmann
2018-08-22 22:45 Mart Raudsepp
2018-06-22 10:12 Lars Wendler
2018-06-22 9:24 Mikle Kolyada
2018-06-12 20:49 Thomas Deutschmann
2018-06-12 20:49 Thomas Deutschmann
2018-06-12 16:11 Mikle Kolyada
2017-06-04 20:12 Sergei Trofimovich
2017-05-24 15:54 Lars Wendler
2017-03-17 10:42 Agostino Sarubbo
2017-03-17 10:26 Agostino Sarubbo
2017-03-17 10:15 Agostino Sarubbo
2017-03-16 18:36 Jeroen Roovers
2017-03-16 9:45 Michael Weber
2016-08-21 8:30 Lars Wendler
2016-08-17 12:33 Lars Wendler
2016-08-15 20:38 Tim Harder
2016-08-09 5:24 Lars Wendler
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=1649303832.dfb053477f7cd2065b75970e6ea5dfb79f435a4e.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