From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-gentoo-release/
Date: Fri, 3 Jan 2020 08:48:06 +0000 (UTC) [thread overview]
Message-ID: <1578041275.c3a938375d7ca728371115ffc5e5085eaa31d6fd.mgorny@gentoo> (raw)
commit: c3a938375d7ca728371115ffc5e5085eaa31d6fd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 3 08:43:01 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 08:47:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a93837
app-crypt/openpgp-keys-gentoo-release: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/openpgp-keys-gentoo-release/Manifest | 1 -
.../openpgp-keys-gentoo-release-20190427.ebuild | 42 ----------------------
2 files changed, 43 deletions(-)
diff --git a/app-crypt/openpgp-keys-gentoo-release/Manifest b/app-crypt/openpgp-keys-gentoo-release/Manifest
index 54158857bc7..68c2c7ac254 100644
--- a/app-crypt/openpgp-keys-gentoo-release/Manifest
+++ b/app-crypt/openpgp-keys-gentoo-release/Manifest
@@ -1,3 +1,2 @@
DIST gentoo-release-test-sigs-20190224.tar.gz 3235 BLAKE2B 924c69a62d5321716f536144f0607bd3ec4a65d76be492adc729864fd9bef82df0086541ae13034a83152ea0c8dc3cbd168be6cff111a3484128a22cbc8ef1d4 SHA512 f8cc2e84bedbdf14ace6abe4aacf8f0c9810c77ff6ae0fac301829d9d4d5cf0c128a76516c773ac993879215bcdb0aab097e1e7e747d8e1a7c4cfc815bd4d3e6
-DIST gentoo-release.asc.20190427.gz 59649 BLAKE2B 138c6bad0ec688c515888433256c95cea7d8ec1e76587e0e89d3c11078eb1b85931ba9f6630f60dc8bc168b8303204ebe05b9bad7abe946a74730123b1c36d89 SHA512 1491fb2bcf9c6a29adf8ff08cbf8cd40517ee3de7adc048be29a2300f460e78594548c3e47bd18da68585248c560d868815ded5584ed18929e4072c4933484f0
DIST gentoo-release.asc.20191030.gz 23981 BLAKE2B 307ceab69e309a53c2db191cf9d7a484318e852af648d93d9ad4bb2422737ab8de9257b457e5f201d86d226b348447acfbe57d259ce436150f75ccfb9f6ed60e SHA512 f3fbe0198f80f37784613c2a390c29f55e5b6291c44ee64d676806a26745017f8a9168573e13f6fc2fe93910927846c584b9f5cd017c4eac1cc875d7ed30cb8c
diff --git a/app-crypt/openpgp-keys-gentoo-release/openpgp-keys-gentoo-release-20190427.ebuild b/app-crypt/openpgp-keys-gentoo-release/openpgp-keys-gentoo-release-20190427.ebuild
deleted file mode 100644
index b8eebbf0047..00000000000
--- a/app-crypt/openpgp-keys-gentoo-release/openpgp-keys-gentoo-release-20190427.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="OpenPGP keys used for Gentoo releases (snapshots, stages)"
-HOMEPAGE="https://www.gentoo.org/downloads/signatures/"
-SRC_URI="https://dev.gentoo.org/~mgorny/dist/openpgp-keys/gentoo-release.asc.${PV}.gz
- test? ( https://dev.gentoo.org/~mgorny/dist/openpgp-keys/gentoo-release-test-sigs-20190224.tar.gz )"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( app-crypt/gnupg )"
-
-S=${WORKDIR}
-
-src_test() {
- local old_umask=$(umask)
- umask 077
-
- local -x GNUPGHOME=${T}/.gnupg
- mkdir "${GNUPGHOME}" || die
- einfo "Importing keys ..."
- gpg --import "gentoo-release.asc.${PV}" || die "Key import failed"
-
- local f
- for f in gentoo-release-test-sigs*/*.asc; do
- einfo "Testing ${f##*/} ..."
- gpg -q --trust-model always --verify "${f}" || die "Verification failed on ${f}"
- done
-
- umask "${old_umask}"
-}
-
-src_install() {
- insinto /usr/share/openpgp-keys
- newins "gentoo-release.asc.${PV}" gentoo-release.asc
-}
next reply other threads:[~2020-01-03 8:48 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-03 8:48 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-14 3:39 [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-gentoo-release/ Sam James
2020-09-13 12:15 Michał Górny
2020-07-04 6:51 Michał Górny
2019-12-30 14:00 Agostino Sarubbo
2019-12-30 12:29 Agostino Sarubbo
2019-12-28 15:54 Mikle Kolyada
2019-12-28 12:31 Sergei Trofimovich
2019-12-27 16:43 Agostino Sarubbo
2019-12-27 4:37 Georgy Yakovlev
2019-12-27 3:36 Aaron Bauman
2019-10-30 11:22 Michał Górny
2019-05-11 12:38 Michał Górny
2019-05-03 23:24 Andreas K. Hüttel
2019-04-27 17:56 Michał Górny
2019-02-24 14:42 Michał Górny
2019-02-24 14:42 Michał Górny
2019-02-23 12:28 Michał Górny
2019-01-02 18:21 Michał Górny
2018-08-02 22:12 Michał Górny
2018-07-06 7:41 Michał Górny
2018-07-03 10:28 Michał Górny
2018-07-03 10:23 Michał Górny
2018-07-02 13:55 Michał Górny
2018-05-30 18:27 Michał Górny
2018-03-23 17:05 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=1578041275.c3a938375d7ca728371115ffc5e5085eaa31d6fd.mgorny@gentoo \
--to=mgorny@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