mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-crypt/gkeys: Remove last-rited pkg
Closes: https://bugs.gentoo.org/702430 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST gkeys-0.2.tar.bz2 47726 BLAKE2B f85fcad78251ce8e4b49d452332af869140611161256663310c3a050f7a3c5313f6e37836d90c5a40b1abb043ff7412cea3b5decd3f1c6db24ff5811dd1b9709 SHA512 0c594b5f451329e5e85998bb96243812e0c6e7ef7fa4db0f276a870148adffcf41acc31631fb28c44c473690f154e130ddcb10b986d4546ca19e2cc8cda95036
|
||||
@@ -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."
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
@@ -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>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user