commit: 6a08234985f7e8e4161fa04184b0a6cd6935665f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Sep 13 16:23:29 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Sep 13 16:23:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a082349
app-crypt/gkeys-gen: Remove last-rited pkg app-crypt/gkeys-gen/Manifest | 1 - app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild | 39 --------------------- app-crypt/gkeys-gen/gkeys-gen-9999.ebuild | 56 ------------------------------- app-crypt/gkeys-gen/metadata.xml | 8 ----- profiles/package.mask | 5 --- 5 files changed, 109 deletions(-) diff --git a/app-crypt/gkeys-gen/Manifest b/app-crypt/gkeys-gen/Manifest deleted file mode 100644 index 1bce3d7bbd9..00000000000 --- a/app-crypt/gkeys-gen/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gkeys-gen-0.2.tar.bz2 19160 BLAKE2B db8ab42b7001cc9189a34291bb22f36344dd1d5a74030269e4675cde83c511cf497f412e8194564c945e322adac421d79441a3914520ee0af39725f4162db65a SHA512 ca46d8cc32f80ac98dfafc0b6ab3e543dc0cb4ee6db2938917d4c6f4fada980996e1ddd48f3ffe563893b973b5763e7016a66f67d4a2f8eb57ee227b1e71a1c2 diff --git a/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild b/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild deleted file mode 100644 index b6b52f863d3..00000000000 --- a/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) - -inherit distutils-r1 - -DESCRIPTION="Tool for generating OpenPGP/GPG keys using a specifications file" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Gentoo-keys" -SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -KEYWORDS="~amd64 ~arm64 ~x86" - -DEPEND="" -RDEPEND="${DEPEND} - app-crypt/gnupg - dev-python/snakeoil[${PYTHON_USEDEP}] - dev-python/pygpgme[${PYTHON_USEDEP}] - =app-crypt/gkeys-0.2*[${PYTHON_USEDEP}] - " - -pkg_postinst() { - einfo "This is experimental software." - einfo "The API's it installs should be considered unstable" - einfo "and are subject to change." - einfo - einfo "Please file any enhancement requests, or bugs" - einfo "at https://bugs.gentoo.org" - einfo "We are also on IRC @ #gentoo-keys of the Freenode network" - einfo - ewarn "There may be some Python 3 compatibility issues still." - ewarn "Please help us debug, fix and report them in Bugzilla." -} diff --git a/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild b/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild deleted file mode 100644 index e72ae2a0bd3..00000000000 --- a/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) - -EGIT_BRANCH="master" -#EGIT_BRANCH="gen-update" - -inherit distutils-r1 git-r3 - -EGIT_REPO_URI="git://anongit.gentoo.org/proj/gentoo-keys.git" -#EGIT_REPO_URI="https://github.com/gentoo/gentoo-keys.git" - -DESCRIPTION="Tool for generating OpenPGP/GPG keys using a specifications file" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Gentoo-keys" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -KEYWORDS="" - -DEPEND="" -RDEPEND="${DEPEND} - app-crypt/gnupg - dev-python/snakeoil[${PYTHON_USEDEP}] - dev-python/pygpgme[${PYTHON_USEDEP}] - =app-crypt/gkeys-9999[${PYTHON_USEDEP}] - " - -S="${WORKDIR}/$P/gkeys-gen" - -python_prepare_all() { - distutils-r1_python_prepare_all - # copy these 2 into our subdir from the master level - cp ../LICENSE ./ || die "cp LICENSE failed" - cp ../README.md ./ || die "cp README.me failed" - cp -R ../py2man ./ || die "cp-R py2man failed" -} - -pkg_postinst() { - einfo - einfo "This is experimental software." - einfo "The API's it installs should be considered unstable" - einfo "and are subject to change." - einfo - einfo "Please file any enhancement requests, or bugs" - einfo "at https://bugs.gentoo.org" - einfo "We are also on IRC @ #gentoo-keys of the freenode network" - einfo - ewarn "There may be some python 3 compatibility issues still." - ewarn "Please help debug/fix/report them in bugzilla." -} diff --git a/app-crypt/gkeys-gen/metadata.xml b/app-crypt/gkeys-gen/metadata.xml deleted file mode 100644 index 1937e8c82b4..00000000000 --- a/app-crypt/gkeys-gen/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gk...@gentoo.org</email> - <name>Gentoo-keys Project Team</name> - </maintainer> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 5dd7f645561..bf04cf3e0fc 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -293,11 +293,6 @@ dev-python/wxpython:2.8 =virtual/perl-threads-2.220.0 =virtual/perl-version-0.992.300 -# Brian Dolbec <dol...@gentoo.org> (4 July 2018) -# No longer needed, newer gpg-2 versions have simple cli options -# for generating new keys and doing key maintenance. Removal in a month -app-crypt/gkeys-gen - # Thomas Deutschmann <whi...@gentoo.org> (23 Jun 2018) # Doesn't pass QA full boot test =sys-kernel/ck-sources-4.16.17