Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-crypt/gkeys/
Date: Sat, 23 May 2020 09:32:09
Message-Id: 1590226250.8d2f337ba3e715471dc7b4efa7a1922221dfe79a.mgorny@gentoo
1 commit: 8d2f337ba3e715471dc7b4efa7a1922221dfe79a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 09:30:50 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 09:30:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2f337b
7
8 app-crypt/gkeys: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/702430
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-crypt/gkeys/Manifest | 1 -
14 app-crypt/gkeys/gkeys-0.2.ebuild | 57 ---------------------------------
15 app-crypt/gkeys/gkeys-9999.ebuild | 66 ---------------------------------------
16 app-crypt/gkeys/metadata.xml | 8 -----
17 profiles/package.mask | 5 ---
18 5 files changed, 137 deletions(-)
19
20 diff --git a/app-crypt/gkeys/Manifest b/app-crypt/gkeys/Manifest
21 deleted file mode 100644
22 index a58fc051622..00000000000
23 --- a/app-crypt/gkeys/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST gkeys-0.2.tar.bz2 47726 BLAKE2B f85fcad78251ce8e4b49d452332af869140611161256663310c3a050f7a3c5313f6e37836d90c5a40b1abb043ff7412cea3b5decd3f1c6db24ff5811dd1b9709 SHA512 0c594b5f451329e5e85998bb96243812e0c6e7ef7fa4db0f276a870148adffcf41acc31631fb28c44c473690f154e130ddcb10b986d4546ca19e2cc8cda95036
27
28 diff --git a/app-crypt/gkeys/gkeys-0.2.ebuild b/app-crypt/gkeys/gkeys-0.2.ebuild
29 deleted file mode 100644
30 index 3f6a31b7af0..00000000000
31 --- a/app-crypt/gkeys/gkeys-0.2.ebuild
32 +++ /dev/null
33 @@ -1,57 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="5"
38 -
39 -PYTHON_COMPAT=(python3_6)
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="An OpenPGP/GPG key management tool for seed files and keyrings"
44 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Gentoo-keys"
45 -SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/${P}.tar.bz2"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -IUSE=""
50 -
51 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
52 -
53 -DEPEND=""
54 -RDEPEND="${DEPEND}
55 - app-crypt/gnupg
56 - >=dev-python/pyGPG-0.2[${PYTHON_USEDEP}]
57 - >=dev-python/ssl-fetch-0.4[${PYTHON_USEDEP}]
58 - dev-python/snakeoil[${PYTHON_USEDEP}]
59 - >=app-crypt/gentoo-keys-201501052117
60 - "
61 -
62 -python_install_all() {
63 - distutils-r1_python_install_all
64 - keepdir /var/log/gkeys
65 - fperms g+w /var/log/gkeys
66 -}
67 -
68 -pkg_preinst() {
69 - chgrp users "${D}"/var/log/gkeys
70 -}
71 -
72 -pkg_postinst() {
73 - einfo "This is experimental software."
74 - einfo "The API's it installs should be considered unstable"
75 - einfo "and are subject to change."
76 - einfo
77 - einfo "This version includes a new gkeys-gpg command"
78 - einfo "It can be used as an alternate gpg command for git"
79 - einfo "It will set the correct keyring to verify signed commits"
80 - einfo "provided the key it needs to verify against is part of the gkeys"
81 - einfo "keyring system. It only works for verification, any other call "
82 - einfo "to it will re-direct directly to the normal gpg command."
83 - einfo
84 - einfo "Please file any enhancement requests, or bugs"
85 - einfo "at https://bugs.gentoo.org"
86 - einfo "We are also on IRC @ #gentoo-keys of the Freenode network"
87 - einfo
88 - ewarn "There may be some Python 3 compatibility issues still."
89 - ewarn "Please help us debug, fix and report them in Bugzilla."
90 -}
91
92 diff --git a/app-crypt/gkeys/gkeys-9999.ebuild b/app-crypt/gkeys/gkeys-9999.ebuild
93 deleted file mode 100644
94 index 6729c94cb2f..00000000000
95 --- a/app-crypt/gkeys/gkeys-9999.ebuild
96 +++ /dev/null
97 @@ -1,66 +0,0 @@
98 -# Copyright 1999-2020 Gentoo Authors
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI="5"
102 -
103 -PYTHON_COMPAT=(python3_6)
104 -
105 -#EGIT_PROJECT="gentoo-keys.git"
106 -EGIT_BRANCH="master"
107 -
108 -inherit distutils-r1 git-r3
109 -
110 -EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoo-keys.git"
111 -
112 -DESCRIPTION="An OpenPGP/GPG key management tool and python libs"
113 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Gentoo-keys"
114 -SRC_URI=""
115 -
116 -LICENSE="GPL-2"
117 -SLOT="0"
118 -IUSE=""
119 -
120 -KEYWORDS=""
121 -
122 -DEPEND=""
123 -RDEPEND="${DEPEND}
124 - app-crypt/gnupg
125 - =dev-python/pyGPG-9999[${PYTHON_USEDEP}]
126 - =dev-python/ssl-fetch-9999[${PYTHON_USEDEP}]
127 - >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
128 - >=app-crypt/gentoo-keys-201501052117
129 - "
130 -
131 -S="${WORKDIR}/$P/gkeys"
132 -
133 -python_prepare_all() {
134 - distutils-r1_python_prepare_all
135 - # copy these 2 into our subdir from the master level
136 - cp ../LICENSE ./ || die "cp LICENSE failed"
137 - cp ../README.md ./ || die "cp README.me failed"
138 - cp -R ../py2man ./ || die "cp-R py2man failed"
139 -}
140 -
141 -python_install_all() {
142 - distutils-r1_python_install_all
143 - keepdir /var/log/gkeys
144 - fperms g+w /var/log/gkeys
145 -}
146 -
147 -pkg_preinst() {
148 - chgrp users "${D}"/var/log/gkeys
149 -}
150 -
151 -pkg_postinst() {
152 - einfo
153 - einfo "This is experimental software."
154 - einfo "The API's it installs should be considered unstable"
155 - einfo "and are subject to change."
156 - einfo
157 - einfo "Please file any enhancement requests, or bugs"
158 - einfo "at https://bugs.gentoo.org"
159 - einfo "We are also on IRC @ #gentoo-keys of the freenode network"
160 - einfo
161 - ewarn "There may be some python 3 compatibility issues still."
162 - ewarn "Please help debug/fix/report them in bugzilla."
163 -}
164
165 diff --git a/app-crypt/gkeys/metadata.xml b/app-crypt/gkeys/metadata.xml
166 deleted file mode 100644
167 index 1937e8c82b4..00000000000
168 --- a/app-crypt/gkeys/metadata.xml
169 +++ /dev/null
170 @@ -1,8 +0,0 @@
171 -<?xml version="1.0" encoding="UTF-8"?>
172 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
173 -<pkgmetadata>
174 - <maintainer type="project">
175 - <email>gkeys@g.o</email>
176 - <name>Gentoo-keys Project Team</name>
177 - </maintainer>
178 -</pkgmetadata>
179
180 diff --git a/profiles/package.mask b/profiles/package.mask
181 index 173ea85a0ff..c6539afd9b8 100644
182 --- a/profiles/package.mask
183 +++ b/profiles/package.mask
184 @@ -614,11 +614,6 @@ app-misc/openastro-data
185 # Removal in 30 days. Bug #718204.
186 app-crypt/manuale
187
188 -# Michał Górny <mgorny@g.o> (2020-04-19)
189 -# Unmaintained. Stuck on Python 3.6. Large number of unresolved bugs.
190 -# Removal in 30 days. Bug #702430.
191 -app-crypt/gkeys
192 -
193 # Georgy Yakovlev <gyakovlev@g.o> (2020-04-18)
194 # Unmaintained, vulnerable oracle java ebuilds, even fetching distfiles
195 # requires agreement to restrictive license