app-crypt/gentoo-keys: Updated keyring
authorBrian Dolbec <dolsen@gentoo.org>
Mon, 2 Jul 2018 02:07:25 +0000 (19:07 -0700)
committerBrian Dolbec <dolsen@gentoo.org>
Mon, 2 Jul 2018 02:12:25 +0000 (19:12 -0700)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-crypt/gentoo-keys/Manifest
app-crypt/gentoo-keys/gentoo-keys-201607021514.ebuild [deleted file]
app-crypt/gentoo-keys/gentoo-keys-201807020151.ebuild [moved from app-crypt/gentoo-keys/gentoo-keys-201607021514-r2.ebuild with 100% similarity]

index 70a01b5b81376487213fb1cdfffaf9ac7cc73667..9ad29645076946e8b2a61f791775b0600ff623c0 100644 (file)
@@ -1 +1 @@
-DIST gentoo-keys-201607021514.tar.xz 32324 BLAKE2B 8e0f010f694cd6e828ab20f5f1eccc1164ca72075f303f7fad827f5632e31f686554e93133f03c896170d495566092a9c56fde35a91cb3737fd2be609182515b SHA512 0d41270ce04a5ecccc059112bbf16aeaa083fa18c921e1fd0412fee1189863cb2fe416105fd0952d30151935651c1cfa24c650b9201a0e231563efb0a0c55f89
+DIST gentoo-keys-201807020151.tar.xz 53024 BLAKE2B 351f42e70ca44ac0020d7a18cf7fc6792ff0baa539daa2248a2b45b0c70e0048d4bddfd970e864b4cfc60940eb6e45a733cfd2dc3244bc21483f045c1421eca4 SHA512 b669735427f877c74b317e469d655501dd930c17e6a25920f38f7d96d0f7ce7c3ced4dd2e9f236877e9ae1131904c488925f9464bc402f835efaf827aef67dba
diff --git a/app-crypt/gentoo-keys/gentoo-keys-201607021514.ebuild b/app-crypt/gentoo-keys/gentoo-keys-201607021514.ebuild
deleted file mode 100644 (file)
index baf1523..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2014-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="A Openpgp/gpg keyring of official Gentoo release media gpg keys"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Gentoo-keys"
-SRC_URI="https://dev.gentoo.org/~dolsen/releases/keyrings/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="alpha amd64 arm hppa ia64 ppc64 ppc sparc x86 ~arm64 ~x86-fbsd ~amd64-fbsd ~m68k ~mips ~s390 ~sh"
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}"
-
-src_prepare(){ true; }
-
-src_install(){
-       insinto /var/lib/gentoo/gkeys/keyrings
-       doins -r gentoo
-}