From 77398e424e45d9e98c1cef3c43bdadb9d56e81ef Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 10 Nov 2019 13:21:36 +0000 Subject: gentoo resync : 10.11.2019 --- app-crypt/gpg-ringmgr/Manifest | 4 +-- app-crypt/gpg-ringmgr/gpg-ringmgr-1.12-r1.ebuild | 33 ++++++++++++++++++++++++ app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild | 32 ----------------------- 3 files changed, 35 insertions(+), 34 deletions(-) create mode 100644 app-crypt/gpg-ringmgr/gpg-ringmgr-1.12-r1.ebuild delete mode 100644 app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild (limited to 'app-crypt/gpg-ringmgr') diff --git a/app-crypt/gpg-ringmgr/Manifest b/app-crypt/gpg-ringmgr/Manifest index 9de3f46c4eb6..f3d2295ea2cd 100644 --- a/app-crypt/gpg-ringmgr/Manifest +++ b/app-crypt/gpg-ringmgr/Manifest @@ -1,3 +1,3 @@ -DIST gpg-ringmgr 9378 BLAKE2B 673b1f6719dda0019c599a8ebc1d38e748c7749f07c8145f48dfff81515574080eec0b208868f89aa9f32b225d6efa4205e60a6298bda8151eb4a7d6cfb86df0 SHA512 f6aedf0db58c15163f6f08b37a5fef43a80655f5602d8ee856764177a33e2f5eb4c0b8a09e9f3ee5b36544039051909d48397be5793243eba5002526652dd194 -EBUILD gpg-ringmgr-1.12.ebuild 636 BLAKE2B 95300527ab365e60ce28263027d77daac0535196575ea462750877acf67020e5545d3fc0c40de24623fe9ba745c0e955792287c3e4babbf7b15724cbddd36f31 SHA512 7c0a3e52bc422df3ac62102086a2989a17aff94857e8871f34db7d367ff220101aa34072de71425ca5dd9701531cedc041203114b6c2bf8d10c50a91f5c931f0 +DIST gpg-ringmgr-1.12 9378 BLAKE2B 673b1f6719dda0019c599a8ebc1d38e748c7749f07c8145f48dfff81515574080eec0b208868f89aa9f32b225d6efa4205e60a6298bda8151eb4a7d6cfb86df0 SHA512 f6aedf0db58c15163f6f08b37a5fef43a80655f5602d8ee856764177a33e2f5eb4c0b8a09e9f3ee5b36544039051909d48397be5793243eba5002526652dd194 +EBUILD gpg-ringmgr-1.12-r1.ebuild 624 BLAKE2B 25fe2112ad9b822fd9ff27dae59c26171f916b5169b619d5e7005dbb04e8f5b605b7513cc7fcdd3c48872cbfc821fb17fa6ba107a36debb603e02ba97c863674 SHA512 0d922bd657deb018d8b24aa24283cab8fe42c15780bb5d34fb6db589b5beb5eee41a404afbbca10bda08d401a65aa3bee15b1b5cb635a83b95a78dc9ce19c79d MISC metadata.xml 268 BLAKE2B 914b6995ad966e2b83ec718b2598969b181c119d8805241b0046f69e161ac22a9f769204f4783240056804008475aa406cbd91b9de499ec7840f9595158bd291 SHA512 ffda1db3fd6ac952f41a970e2e496c6a9fd0b12ed11cdf363fd269c3b00f627c6e70421fd545aad61d69594af2e5f43d8ebc197232a39b596d012818fe758850 diff --git a/app-crypt/gpg-ringmgr/gpg-ringmgr-1.12-r1.ebuild b/app-crypt/gpg-ringmgr/gpg-ringmgr-1.12-r1.ebuild new file mode 100644 index 000000000000..d8ce17dff6b8 --- /dev/null +++ b/app-crypt/gpg-ringmgr/gpg-ringmgr-1.12-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="GPG Keyring Manager to handle large GPG keyrings more easily" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="mirror://gentoo/${PN} -> ${P}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 hppa ppc sparc x86" +IUSE="" + +DEPEND="dev-lang/perl + >=app-crypt/gnupg-1.2.1" + +S=${WORKDIR} + +src_unpack() { + cp "${DISTDIR}"/${P} ${PN} || die +} + +src_compile() { + pod2man ${PN} > ${PN}.1 || die + pod2html ${PN} > ${PN}.html || die +} + +src_install() { + dobin ${PN} + doman ${PN}.1 + dodoc ${PN}.html +} diff --git a/app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild b/app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild deleted file mode 100644 index 738ef069dda0..000000000000 --- a/app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="GPG Keyring Manager to handle large GPG keyrings more easily" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="mirror://gentoo/${PN}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc sparc x86" -IUSE="" - -DEPEND="dev-lang/perl - >=app-crypt/gnupg-1.2.1" - -src_unpack() { - mkdir ${P} - cp "${DISTDIR}"/${PN} "${S}" || die -} - -src_compile() { - pod2man "${S}"/${PN} >"${S}/"${PN}.1 - pod2html "${S}"/${PN} >"${S}"/${PN}.html -} - -src_install() { - dobin ${PN} || die - doman ${PN}.1 - dohtml ${PN}.html -} -- cgit v1.2.3