public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, app-crypt/gkeys/
@ 2020-05-23  9:32 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-05-23  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     8d2f337ba3e715471dc7b4efa7a1922221dfe79a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 23 09:30:50 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 23 09:30:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2f337b

app-crypt/gkeys: Remove last-rited pkg

Closes: https://bugs.gentoo.org/702430
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-crypt/gkeys/Manifest          |  1 -
 app-crypt/gkeys/gkeys-0.2.ebuild  | 57 ---------------------------------
 app-crypt/gkeys/gkeys-9999.ebuild | 66 ---------------------------------------
 app-crypt/gkeys/metadata.xml      |  8 -----
 profiles/package.mask             |  5 ---
 5 files changed, 137 deletions(-)

diff --git a/app-crypt/gkeys/Manifest b/app-crypt/gkeys/Manifest
deleted file mode 100644
index a58fc051622..00000000000
--- a/app-crypt/gkeys/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gkeys-0.2.tar.bz2 47726 BLAKE2B f85fcad78251ce8e4b49d452332af869140611161256663310c3a050f7a3c5313f6e37836d90c5a40b1abb043ff7412cea3b5decd3f1c6db24ff5811dd1b9709 SHA512 0c594b5f451329e5e85998bb96243812e0c6e7ef7fa4db0f276a870148adffcf41acc31631fb28c44c473690f154e130ddcb10b986d4546ca19e2cc8cda95036

diff --git a/app-crypt/gkeys/gkeys-0.2.ebuild b/app-crypt/gkeys/gkeys-0.2.ebuild
deleted file mode 100644
index 3f6a31b7af0..00000000000
--- a/app-crypt/gkeys/gkeys-0.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=(python3_6)
-
-inherit distutils-r1
-
-DESCRIPTION="An OpenPGP/GPG key management tool for seed files and keyrings"
-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 ~arm ~arm64 ~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-	app-crypt/gnupg
-	>=dev-python/pyGPG-0.2[${PYTHON_USEDEP}]
-	>=dev-python/ssl-fetch-0.4[${PYTHON_USEDEP}]
-	dev-python/snakeoil[${PYTHON_USEDEP}]
-	>=app-crypt/gentoo-keys-201501052117
-	"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	keepdir /var/log/gkeys
-	fperms g+w /var/log/gkeys
-}
-
-pkg_preinst() {
-	chgrp users "${D}"/var/log/gkeys
-}
-
-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 "This version includes a new gkeys-gpg command"
-	einfo "It can be used as an alternate gpg command for git"
-	einfo "It will set the correct keyring to verify signed commits"
-	einfo "provided the key it needs to verify against is part of the gkeys"
-	einfo "keyring system.   It only works for verification, any other call "
-	einfo "to it will re-direct directly to the normal gpg command."
-	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/gkeys-9999.ebuild b/app-crypt/gkeys/gkeys-9999.ebuild
deleted file mode 100644
index 6729c94cb2f..00000000000
--- a/app-crypt/gkeys/gkeys-9999.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=(python3_6)
-
-#EGIT_PROJECT="gentoo-keys.git"
-EGIT_BRANCH="master"
-
-inherit distutils-r1 git-r3
-
-EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoo-keys.git"
-
-DESCRIPTION="An OpenPGP/GPG key management tool and python libs"
-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/pyGPG-9999[${PYTHON_USEDEP}]
-	=dev-python/ssl-fetch-9999[${PYTHON_USEDEP}]
-	>=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
-	>=app-crypt/gentoo-keys-201501052117
-	"
-
-S="${WORKDIR}/$P/gkeys"
-
-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"
-}
-
-python_install_all() {
-	distutils-r1_python_install_all
-	keepdir /var/log/gkeys
-	fperms g+w /var/log/gkeys
-}
-
-pkg_preinst() {
-	chgrp users "${D}"/var/log/gkeys
-}
-
-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/metadata.xml b/app-crypt/gkeys/metadata.xml
deleted file mode 100644
index 1937e8c82b4..00000000000
--- a/app-crypt/gkeys/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>gkeys@gentoo.org</email>
-		<name>Gentoo-keys Project Team</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 173ea85a0ff..c6539afd9b8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -614,11 +614,6 @@ app-misc/openastro-data
 # Removal in 30 days.  Bug #718204.
 app-crypt/manuale
 
-# Michał Górny <mgorny@gentoo.org> (2020-04-19)
-# Unmaintained.  Stuck on Python 3.6.  Large number of unresolved bugs.
-# Removal in 30 days.  Bug #702430.
-app-crypt/gkeys
-
 # Georgy Yakovlev <gyakovlev@gentoo.org> (2020-04-18)
 # Unmaintained, vulnerable oracle java ebuilds, even fetching distfiles
 # requires agreement to restrictive license


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-23  9:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-23  9:32 [gentoo-commits] repo/gentoo:master commit in: profiles/, app-crypt/gkeys/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox