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
-}

Reply via email to