From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/debian-archive-keyring/
Date: Wed, 9 Oct 2024 16:00:38 +0000 (UTC) [thread overview]
Message-ID: <1728489630.3ab9df9421c32f4b3639878baf4378c0eaa16c55.sping@gentoo> (raw)
commit: 3ab9df9421c32f4b3639878baf4378c0eaa16c55
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 9 15:59:51 2024 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Oct 9 16:00:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab9df94
app-crypt/debian-archive-keyring: Drop old
Bug: https://bugs.gentoo.org/941206
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
app-crypt/debian-archive-keyring/Manifest | 2 --
.../debian-archive-keyring-2021.1.1.ebuild | 26 ----------------------
.../debian-archive-keyring-2023.3.ebuild | 26 ----------------------
3 files changed, 54 deletions(-)
diff --git a/app-crypt/debian-archive-keyring/Manifest b/app-crypt/debian-archive-keyring/Manifest
index a13f6bb883ee..6980b5f78e04 100644
--- a/app-crypt/debian-archive-keyring/Manifest
+++ b/app-crypt/debian-archive-keyring/Manifest
@@ -1,3 +1 @@
-DIST debian-archive-keyring_2021.1.1_all.deb 93592 BLAKE2B 8e17e16b2f0c670a1c486e8d139bf3da68ee7606052b219dd0b0bdc1334434686fe1920a33fcaf8e51e5b162c375e3528c3e565b99313f55e3dc9517eae5f4c5 SHA512 64575ab9f23b69ca98f13d535e18574b6d7805add0d56238e760b9e639c9990f3f3d865460fdaf86480c3905a3f3d7637b56e2998ae60f2f05e2d08e148ddcc7
-DIST debian-archive-keyring_2023.3_all.deb 160696 BLAKE2B f674b1e713355423e9f8a05bdad60c4bd5cc4e523ba9110468f043fe2f919b9c260c8ba612f45cc3331231fd44c38da0e29e8643c650206d0068114763e8f4df SHA512 c7f93756270b102bf1a6539e15bfc3ef65377b150f8258b7f994802e17518a468d2514739257aad1ce29be0113671fa31823a94a0b88f96f9925f88682429ac7
DIST debian-archive-keyring_2023.4_all.deb 160732 BLAKE2B 361fa5fc691c629adbbcfa7aaac10b2a6b094769db266cbfbdc22b74d70b8e836c7a645d8bf4f784f7f89642b973a94e776df1b7dba38317edc76f8fbad2694e SHA512 43360871728355eab0d5bbb5eee7fbb0adfdde97eb828972b0eebbb3f3b23369ac5825b232e444f0a212e00e47863dcd9d260db4f04394c9e1b7dfd282e44904
diff --git a/app-crypt/debian-archive-keyring/debian-archive-keyring-2021.1.1.ebuild b/app-crypt/debian-archive-keyring/debian-archive-keyring-2021.1.1.ebuild
deleted file mode 100644
index 547d41918d4e..000000000000
--- a/app-crypt/debian-archive-keyring/debian-archive-keyring-2021.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-DESCRIPTION="GnuPG archive keys of the Debian archive"
-HOMEPAGE="https://packages.debian.org/sid/debian-archive-keyring"
-SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}_all.deb"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_install() {
- doins -r .
-
- # https://bugs.gentoo.org/729142
- gunzip "${D}"/usr/share/doc/${PN}/changelog.gz || die
-
- mv "${D}"/usr/share/doc/{${PN},${PF}} || die
-}
diff --git a/app-crypt/debian-archive-keyring/debian-archive-keyring-2023.3.ebuild b/app-crypt/debian-archive-keyring/debian-archive-keyring-2023.3.ebuild
deleted file mode 100644
index 47f1db2a04c5..000000000000
--- a/app-crypt/debian-archive-keyring/debian-archive-keyring-2023.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit unpacker
-
-DESCRIPTION="GnuPG archive keys of the Debian archive"
-HOMEPAGE="https://packages.debian.org/sid/debian-archive-keyring"
-SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}_all.deb"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_install() {
- doins -r .
-
- # https://bugs.gentoo.org/729142
- gunzip "${D}"/usr/share/doc/${PN}/changelog.gz || die
-
- mv "${D}"/usr/share/doc/{${PN},${PF}} || die
-}
next reply other threads:[~2024-10-09 16:00 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-09 16:00 Sebastian Pipping [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-09 15:27 [gentoo-commits] repo/gentoo:master commit in: app-crypt/debian-archive-keyring/ Sam James
2024-09-27 13:35 WANG Xuerui
2023-10-07 18:23 Sebastian Pipping
2023-10-07 18:23 Sebastian Pipping
2023-04-25 19:01 Sam James
2023-04-25 13:40 Arthur Zamarin
2023-04-03 14:22 Sebastian Pipping
2023-03-18 16:47 Sebastian Pipping
2023-03-16 20:03 Sebastian Pipping
2022-12-03 12:17 Sam James
2022-12-03 12:14 Sam James
2021-02-26 1:28 Sebastian Pipping
2021-02-25 15:43 Sebastian Pipping
2021-02-25 15:43 Sebastian Pipping
2020-06-22 12:53 Sebastian Pipping
2019-12-26 12:56 Georgy Yakovlev
2019-04-28 10:10 Sebastian Pipping
2019-04-28 10:10 Sebastian Pipping
2019-03-09 16:33 Sebastian Pipping
2018-01-03 19:17 Sebastian Pipping
2017-12-07 23:15 Sebastian Pipping
2017-08-20 21:16 Sebastian Pipping
2016-02-21 18:23 Sebastian Pipping
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=1728489630.3ab9df9421c32f4b3639878baf4378c0eaa16c55.sping@gentoo \
--to=sping@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