app-crypt/debian-archive-keyring: 2017.5
authorSebastian Pipping <sping@gentoo.org>
Sun, 20 Aug 2017 21:14:36 +0000 (23:14 +0200)
committerSebastian Pipping <sping@gentoo.org>
Sun, 20 Aug 2017 21:15:41 +0000 (23:15 +0200)
Also move HOMEPAGE to https://

Package-Manager: Portage-2.3.6, Repoman-2.3.3

app-crypt/debian-archive-keyring/Manifest
app-crypt/debian-archive-keyring/debian-archive-keyring-2014.3.ebuild
app-crypt/debian-archive-keyring/debian-archive-keyring-2017.5.ebuild [new file with mode: 0644]

index 405e61b414c5adf63341ff14fdfadefa6179c447..0ff1eb639f37e25b1b532f9cbf3d366b43f9570b 100644 (file)
@@ -1 +1,2 @@
 DIST debian-archive-keyring_2014.3_all.deb 40060 SHA256 017a2fba215cd64612891f5aa02546be5c0e30923a66672f889867cc6dd8d3a0 SHA512 7a24596f250eafb6e62d19523cd13c3b1809bea3f694bd92f3d427f67cd840e0292200e6b033b5c5c5cf41ab40233ae17d133a846be483afa1da3b67cac72931 WHIRLPOOL a533e18402fd85e08f4ce1e96b6c9c79e8ec844afdc588557cfd730cd5cc8b36e711e4629e9d74c7f36b129d02c711b24f8626a00489775c8ef7bd29c567ce0e
+DIST debian-archive-keyring_2017.5_all.deb 56438 SHA256 6a38407c47fefad2d8459dc271d109f1841ee857f993ed3ce2884e33f7f0f734 SHA512 8e7dafd850a7ad0a322790e41ace819ad51c1a17be4bd506c5790ccef97f1a0dc0cb78841225b4c6a85c20d502800fbfe991ea9c8c48a5bb58598754dcbd6173 WHIRLPOOL aa2dfc6d859e92175130efe5214f5bbf539652f4612a1f1bb69ab32ba320470fe0793a313fdcea49257172311849b47cd55d1c82be40bf20aa8fe7ab86124564
index 7f78c2c6b2489a428267892e5c45bdf91259f754..bdd070ab72dd0009b2d6c5cd01153b4e4cbcf35c 100644 (file)
@@ -6,7 +6,7 @@ EAPI=6
 inherit unpacker
 
 DESCRIPTION="GnuPG archive keys of the Debian archive"
-HOMEPAGE="http://packages.debian.org/sid/debian-archive-keyring"
+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+"
diff --git a/app-crypt/debian-archive-keyring/debian-archive-keyring-2017.5.ebuild b/app-crypt/debian-archive-keyring/debian-archive-keyring-2017.5.ebuild
new file mode 100644 (file)
index 0000000..bdd070a
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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 ~x86"
+IUSE=""
+
+S="${WORKDIR}"
+
+src_install() {
+       doins -r .
+}