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: app-crypt/gkeys-gen/, profiles/
Date: Thu, 13 Sep 2018 16:23:50
Message-Id: 1536855809.6a08234985f7e8e4161fa04184b0a6cd6935665f.mgorny@gentoo
1 commit: 6a08234985f7e8e4161fa04184b0a6cd6935665f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 13 16:23:29 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 13 16:23:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a082349
7
8 app-crypt/gkeys-gen: Remove last-rited pkg
9
10 app-crypt/gkeys-gen/Manifest | 1 -
11 app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild | 39 ---------------------
12 app-crypt/gkeys-gen/gkeys-gen-9999.ebuild | 56 -------------------------------
13 app-crypt/gkeys-gen/metadata.xml | 8 -----
14 profiles/package.mask | 5 ---
15 5 files changed, 109 deletions(-)
16
17 diff --git a/app-crypt/gkeys-gen/Manifest b/app-crypt/gkeys-gen/Manifest
18 deleted file mode 100644
19 index 1bce3d7bbd9..00000000000
20 --- a/app-crypt/gkeys-gen/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST gkeys-gen-0.2.tar.bz2 19160 BLAKE2B db8ab42b7001cc9189a34291bb22f36344dd1d5a74030269e4675cde83c511cf497f412e8194564c945e322adac421d79441a3914520ee0af39725f4162db65a SHA512 ca46d8cc32f80ac98dfafc0b6ab3e543dc0cb4ee6db2938917d4c6f4fada980996e1ddd48f3ffe563893b973b5763e7016a66f67d4a2f8eb57ee227b1e71a1c2
24
25 diff --git a/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild b/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild
26 deleted file mode 100644
27 index b6b52f863d3..00000000000
28 --- a/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild
29 +++ /dev/null
30 @@ -1,39 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="5"
35 -
36 -PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Tool for generating OpenPGP/GPG keys using a specifications file"
41 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Gentoo-keys"
42 -SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/${P}.tar.bz2"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -IUSE=""
47 -
48 -KEYWORDS="~amd64 ~arm64 ~x86"
49 -
50 -DEPEND=""
51 -RDEPEND="${DEPEND}
52 - app-crypt/gnupg
53 - dev-python/snakeoil[${PYTHON_USEDEP}]
54 - dev-python/pygpgme[${PYTHON_USEDEP}]
55 - =app-crypt/gkeys-0.2*[${PYTHON_USEDEP}]
56 - "
57 -
58 -pkg_postinst() {
59 - einfo "This is experimental software."
60 - einfo "The API's it installs should be considered unstable"
61 - einfo "and are subject to change."
62 - einfo
63 - einfo "Please file any enhancement requests, or bugs"
64 - einfo "at https://bugs.gentoo.org"
65 - einfo "We are also on IRC @ #gentoo-keys of the Freenode network"
66 - einfo
67 - ewarn "There may be some Python 3 compatibility issues still."
68 - ewarn "Please help us debug, fix and report them in Bugzilla."
69 -}
70
71 diff --git a/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild b/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild
72 deleted file mode 100644
73 index e72ae2a0bd3..00000000000
74 --- a/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild
75 +++ /dev/null
76 @@ -1,56 +0,0 @@
77 -# Copyright 1999-2017 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI="5"
81 -
82 -PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
83 -
84 -EGIT_BRANCH="master"
85 -#EGIT_BRANCH="gen-update"
86 -
87 -inherit distutils-r1 git-r3
88 -
89 -EGIT_REPO_URI="git://anongit.gentoo.org/proj/gentoo-keys.git"
90 -#EGIT_REPO_URI="https://github.com/gentoo/gentoo-keys.git"
91 -
92 -DESCRIPTION="Tool for generating OpenPGP/GPG keys using a specifications file"
93 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Gentoo-keys"
94 -SRC_URI=""
95 -
96 -LICENSE="GPL-2"
97 -SLOT="0"
98 -IUSE=""
99 -
100 -KEYWORDS=""
101 -
102 -DEPEND=""
103 -RDEPEND="${DEPEND}
104 - app-crypt/gnupg
105 - dev-python/snakeoil[${PYTHON_USEDEP}]
106 - dev-python/pygpgme[${PYTHON_USEDEP}]
107 - =app-crypt/gkeys-9999[${PYTHON_USEDEP}]
108 - "
109 -
110 -S="${WORKDIR}/$P/gkeys-gen"
111 -
112 -python_prepare_all() {
113 - distutils-r1_python_prepare_all
114 - # copy these 2 into our subdir from the master level
115 - cp ../LICENSE ./ || die "cp LICENSE failed"
116 - cp ../README.md ./ || die "cp README.me failed"
117 - cp -R ../py2man ./ || die "cp-R py2man failed"
118 -}
119 -
120 -pkg_postinst() {
121 - einfo
122 - einfo "This is experimental software."
123 - einfo "The API's it installs should be considered unstable"
124 - einfo "and are subject to change."
125 - einfo
126 - einfo "Please file any enhancement requests, or bugs"
127 - einfo "at https://bugs.gentoo.org"
128 - einfo "We are also on IRC @ #gentoo-keys of the freenode network"
129 - einfo
130 - ewarn "There may be some python 3 compatibility issues still."
131 - ewarn "Please help debug/fix/report them in bugzilla."
132 -}
133
134 diff --git a/app-crypt/gkeys-gen/metadata.xml b/app-crypt/gkeys-gen/metadata.xml
135 deleted file mode 100644
136 index 1937e8c82b4..00000000000
137 --- a/app-crypt/gkeys-gen/metadata.xml
138 +++ /dev/null
139 @@ -1,8 +0,0 @@
140 -<?xml version="1.0" encoding="UTF-8"?>
141 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
142 -<pkgmetadata>
143 - <maintainer type="project">
144 - <email>gkeys@g.o</email>
145 - <name>Gentoo-keys Project Team</name>
146 - </maintainer>
147 -</pkgmetadata>
148
149 diff --git a/profiles/package.mask b/profiles/package.mask
150 index 5dd7f645561..bf04cf3e0fc 100644
151 --- a/profiles/package.mask
152 +++ b/profiles/package.mask
153 @@ -293,11 +293,6 @@ dev-python/wxpython:2.8
154 =virtual/perl-threads-2.220.0
155 =virtual/perl-version-0.992.300
156
157 -# Brian Dolbec <dolsen@g.o> (4 July 2018)
158 -# No longer needed, newer gpg-2 versions have simple cli options
159 -# for generating new keys and doing key maintenance. Removal in a month
160 -app-crypt/gkeys-gen
161 -
162 # Thomas Deutschmann <whissi@g.o> (23 Jun 2018)
163 # Doesn't pass QA full boot test
164 =sys-kernel/ck-sources-4.16.17