diff options
author | Sebastian Pipping <sping@gentoo.org> | 2024-10-09 17:59:51 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2024-10-09 18:00:30 +0200 |
commit | 3ab9df9421c32f4b3639878baf4378c0eaa16c55 (patch) | |
tree | e68173658fe89f09b33b80155d24a9228e0b2be2 /app-crypt | |
parent | dev-ruby/rbs: Stabilize 3.5.3 ppc, #941017 (diff) | |
download | gentoo-3ab9df9421c32f4b3639878baf4378c0eaa16c55.tar.gz gentoo-3ab9df9421c32f4b3639878baf4378c0eaa16c55.tar.bz2 gentoo-3ab9df9421c32f4b3639878baf4378c0eaa16c55.zip |
app-crypt/debian-archive-keyring: Drop old
Bug: https://bugs.gentoo.org/941206
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'app-crypt')
3 files changed, 0 insertions, 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 -} |