diff options
author | 2018-09-20 18:08:38 +0200 | |
---|---|---|
committer | 2018-09-20 18:09:55 +0200 | |
commit | 99a45f7b9718c99eff48862e098a1f6026034173 (patch) | |
tree | d29f02193362b2f539d780253bd5d38cae392890 /app-crypt | |
parent | media-sound/mpg123: Security cleanup (diff) | |
download | gentoo-99a45f7b9718c99eff48862e098a1f6026034173.tar.gz gentoo-99a45f7b9718c99eff48862e098a1f6026034173.tar.bz2 gentoo-99a45f7b9718c99eff48862e098a1f6026034173.zip |
app-crypt/ubuntu-keyring: 2018.09.18.1 + URL fix
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/ubuntu-keyring/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/ubuntu-keyring/ubuntu-keyring-2018.02.28.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/ubuntu-keyring/ubuntu-keyring-2018.09.18.1.ebuild | 22 |
3 files changed, 24 insertions, 1 deletions
diff --git a/app-crypt/ubuntu-keyring/Manifest b/app-crypt/ubuntu-keyring/Manifest index d3ce0cda5e64..77b519ed076c 100644 --- a/app-crypt/ubuntu-keyring/Manifest +++ b/app-crypt/ubuntu-keyring/Manifest @@ -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 diff --git a/app-crypt/ubuntu-keyring/ubuntu-keyring-2018.02.28.ebuild b/app-crypt/ubuntu-keyring/ubuntu-keyring-2018.02.28.ebuild index 4b624c322c14..102c69fe7fed 100644 --- a/app-crypt/ubuntu-keyring/ubuntu-keyring-2018.02.28.ebuild +++ b/app-crypt/ubuntu-keyring/ubuntu-keyring-2018.02.28.ebuild @@ -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 index 000000000000..27144165c204 --- /dev/null +++ b/app-crypt/ubuntu-keyring/ubuntu-keyring-2018.09.18.1.ebuild @@ -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 +} |