app-crypt/ubuntu-keyring: 2018.09.18.1 + URL fix
authorSebastian Pipping <sping@gentoo.org>
Thu, 20 Sep 2018 16:08:38 +0000 (18:08 +0200)
committerSebastian Pipping <sping@gentoo.org>
Thu, 20 Sep 2018 16:09:55 +0000 (18:09 +0200)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

app-crypt/ubuntu-keyring/Manifest
app-crypt/ubuntu-keyring/ubuntu-keyring-2018.02.28.ebuild
app-crypt/ubuntu-keyring/ubuntu-keyring-2018.09.18.1.ebuild [new file with mode: 0644]

index d3ce0cda5e64b908d54d45f28f3aa193c28482ec..77b519ed076cf7bbdc6eb50f2274798f2959fcf7 100644 (file)
@@ -1 +1,2 @@
 DIST ubuntu-keyring_2018.02.28.tar.gz 30181 BLAKE2B 1dc1232aa3ddbbb4a908e2b0deb035fd2ae61ddad4ebba99cce43c636af30760a09bf46f05c35c8205ccfaf526ed8b0a3b9daa308ae5d7272da078903ee15557 SHA512 60f3a792d095206466f4c39672affb261b4520fb7b5b9df47487741e0d6613cd1076fde0e30120bcbe161b170c41f7ec1bbb2c36cddf13ee69a457df00c36fa8
+DIST ubuntu-keyring_2018.09.18.1.tar.gz 34263 BLAKE2B fa08e98d27875f1120b3a99127f7df38b6f5d1659d087d52bef23f29619a6cc2b5217302e8e4b1b5efefe7b946bab65a72b5a84a281dc1a6e18eafa5a1e9f8a0 SHA512 562221fc2cf4ff843e9fb16c40673e379ebaa82f12d092cff2454527a6e58ba5067abc5ef5950a82d089cad975de14cdaf01c9e29f98126da8e96a97168102f6
index 4b624c322c14be13a70305c3e06810560f5aac2a..102c69fe7fedf27a9c261c7eef14db07729d6982 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=6
 
 DESCRIPTION="GnuPG archive keys of the Ubuntu archive"
-HOMEPAGE="http://packages.ubuntu.com/zesty/ubuntu-keyring"
+HOMEPAGE="https://packages.ubuntu.com/bionic/ubuntu-keyring"
 SRC_URI="mirror://ubuntu/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.gz"
 
 LICENSE="GPL-2+"
diff --git a/app-crypt/ubuntu-keyring/ubuntu-keyring-2018.09.18.1.ebuild b/app-crypt/ubuntu-keyring/ubuntu-keyring-2018.09.18.1.ebuild
new file mode 100644 (file)
index 0000000..2714416
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="GnuPG archive keys of the Ubuntu archive"
+HOMEPAGE="https://packages.ubuntu.com/cosmic/ubuntu-keyring"
+SRC_URI="mirror://ubuntu/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}"/${P%%.1}ubuntu1
+
+src_install() {
+       insinto /usr/share/keyrings/
+       doins keyrings/*.gpg
+
+       dodoc changelog README
+}