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/acmebot/, profiles/
Date: Fri, 09 Oct 2020 08:05:11
Message-Id: 1602230677.d168b61c08d639b75b8addef2b605ef754cb7b91.mgorny@gentoo
1 commit: d168b61c08d639b75b8addef2b605ef754cb7b91
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 08:04:37 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 08:04:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d168b61c
7
8 app-crypt/acmebot: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/718202
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-crypt/acmebot/Manifest | 2 --
14 app-crypt/acmebot/acmebot-2.3.0-r1.ebuild | 43 ----------------------
15 app-crypt/acmebot/acmebot-2.7.0.ebuild | 60 -------------------------------
16 app-crypt/acmebot/acmebot-9999.ebuild | 43 ----------------------
17 app-crypt/acmebot/metadata.xml | 7 ----
18 profiles/package.mask | 8 -----
19 6 files changed, 163 deletions(-)
20
21 diff --git a/app-crypt/acmebot/Manifest b/app-crypt/acmebot/Manifest
22 deleted file mode 100644
23 index c2f4e840601..00000000000
24 --- a/app-crypt/acmebot/Manifest
25 +++ /dev/null
26 @@ -1,2 +0,0 @@
27 -DIST acmebot-2.3.0.tar.gz 64841 BLAKE2B 92bfb9a58722b9955fe908e2fcb1a3ee593bf87e3fdf3dc9564bcbe291b13c553ad426673c337a59344287da64c4ee5cffc734f8dfb60447f96d6234814f0167 SHA512 3951cc7138eb0b83bd802a2e0a221fa985209ba276028606d887b7d2eff84c35db034f4a3d8a6836b3ac149c6dbfa27b1ea47e864f549f8d88b758b40407c4f4
28 -DIST acmebot-2.7.0.tar.gz 76385 BLAKE2B 28b0fd81735e2dbff493dbcfe0194d62dea8d233866dcb235bb0efac562d2f3884f53226f979e8cd6050078f59b0b1e6d20d2eeea6d762363526686ef8c5ead1 SHA512 1b8fa21c2dc60a940e2fa13d5d599025088644862c985749d72f4f16ebd4ad48970b7fcf656fb34cf63d3c2ff2cbb157d7446c17a7f9da3cffd8611e499c400e
29
30 diff --git a/app-crypt/acmebot/acmebot-2.3.0-r1.ebuild b/app-crypt/acmebot/acmebot-2.3.0-r1.ebuild
31 deleted file mode 100644
32 index d200063e3eb..00000000000
33 --- a/app-crypt/acmebot/acmebot-2.3.0-r1.ebuild
34 +++ /dev/null
35 @@ -1,43 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -PYTHON_COMPAT=(python3_6)
41 -EGIT_REPO_URI="https://github.com/plinss/${PN}.git"
42 -[[ $PV == 9999 ]] && _scm=git-r3
43 -
44 -inherit ${_scm} python-r1
45 -
46 -DESCRIPTION="Certificate manager bot using ACME protocol"
47 -HOMEPAGE="https://github.com/plinss/acmebot"
48 -if [[ $PV != 9999 ]]; then
49 - SRC_URI="https://github.com/plinss/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
50 -fi
51 -
52 -LICENSE="GPL-3"
53 -SLOT="0"
54 -[[ $PV != 9999 ]] && KEYWORDS="~amd64 ~x86"
55 -IUSE=""
56 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
57 -
58 -CDEPEND="${PYTHON_DEPS}
59 - >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
60 - >=dev-python/pyparsing-2.2.0[${PYTHON_USEDEP}]
61 - >=dev-python/packaging-16.8[${PYTHON_USEDEP}]
62 - >=dev-python/pyopenssl-17.5.0[${PYTHON_USEDEP}]
63 - >=dev-python/pydns-3.1.0:3[${PYTHON_USEDEP}]
64 - >=dev-python/cryptography-2.1.4[${PYTHON_USEDEP}]
65 - >=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
66 - >=app-crypt/acme-0.25.1[${PYTHON_USEDEP}]
67 - "
68 -RDEPEND="${CDEPEND}"
69 -DEPEND=""
70 -
71 -src_install() {
72 - python_foreach_impl python_doscript acmebot
73 - insinto /etc/logrotate.d
74 - doins logrotate.d/acmebot
75 - insinto /etc/acmebot
76 - doins acmebot.example.json
77 - dodoc README.rst
78 -}
79
80 diff --git a/app-crypt/acmebot/acmebot-2.7.0.ebuild b/app-crypt/acmebot/acmebot-2.7.0.ebuild
81 deleted file mode 100644
82 index e6b7da902b1..00000000000
83 --- a/app-crypt/acmebot/acmebot-2.7.0.ebuild
84 +++ /dev/null
85 @@ -1,60 +0,0 @@
86 -# Copyright 1999-2020 Gentoo Authors
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=7
90 -PYTHON_COMPAT=(python3_{7,8})
91 -EGIT_REPO_URI="https://github.com/plinss/${PN}.git"
92 -[[ $PV == 9999 ]] && _scm=git-r3
93 -
94 -inherit ${_scm} python-single-r1
95 -
96 -DESCRIPTION="Certificate manager bot using ACME protocol"
97 -HOMEPAGE="https://github.com/plinss/acmebot"
98 -if [[ $PV != 9999 ]]; then
99 - SRC_URI="https://github.com/plinss/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
100 -fi
101 -
102 -LICENSE="GPL-3"
103 -SLOT="0"
104 -[[ $PV != 9999 ]] && KEYWORDS="~amd64 ~x86"
105 -IUSE=""
106 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
107 -
108 -DEPEND=""
109 -RDEPEND="${PYTHON_DEPS}
110 - $(python_gen_cond_dep '
111 - >=dev-python/appdirs-1.4.3[${PYTHON_MULTI_USEDEP}]
112 - >=dev-python/pyparsing-2.2.0[${PYTHON_MULTI_USEDEP}]
113 - >=dev-python/packaging-16.8[${PYTHON_MULTI_USEDEP}]
114 - >=dev-python/pyopenssl-17.5.0[${PYTHON_MULTI_USEDEP}]
115 - >=dev-python/pydns-3.1.0:3[${PYTHON_MULTI_USEDEP}]
116 - >=dev-python/cryptography-2.1.4[${PYTHON_MULTI_USEDEP}]
117 - >=dev-python/asn1crypto-0.24.0[${PYTHON_MULTI_USEDEP}]
118 - >=app-crypt/acme-0.25.1[${PYTHON_MULTI_USEDEP}]
119 - >=dev-python/pyyaml-3.1[${PYTHON_MULTI_USEDEP}]
120 - ')
121 - "
122 -
123 -pkg_setup() {
124 - python-single-r1_pkg_setup
125 -}
126 -src_prepare() {
127 - default
128 - python_fix_shebang .
129 -}
130 -
131 -src_configure() {
132 - :
133 -}
134 -src_compile() {
135 - :
136 -}
137 -
138 -src_install() {
139 - python_doscript acmebot
140 - insinto /etc/logrotate.d
141 - doins logrotate.d/acmebot
142 - insinto /etc/acmebot
143 - doins acmebot.example.json
144 - dodoc README.rst
145 -}
146
147 diff --git a/app-crypt/acmebot/acmebot-9999.ebuild b/app-crypt/acmebot/acmebot-9999.ebuild
148 deleted file mode 100644
149 index d200063e3eb..00000000000
150 --- a/app-crypt/acmebot/acmebot-9999.ebuild
151 +++ /dev/null
152 @@ -1,43 +0,0 @@
153 -# Copyright 1999-2020 Gentoo Authors
154 -# Distributed under the terms of the GNU General Public License v2
155 -
156 -EAPI=7
157 -PYTHON_COMPAT=(python3_6)
158 -EGIT_REPO_URI="https://github.com/plinss/${PN}.git"
159 -[[ $PV == 9999 ]] && _scm=git-r3
160 -
161 -inherit ${_scm} python-r1
162 -
163 -DESCRIPTION="Certificate manager bot using ACME protocol"
164 -HOMEPAGE="https://github.com/plinss/acmebot"
165 -if [[ $PV != 9999 ]]; then
166 - SRC_URI="https://github.com/plinss/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
167 -fi
168 -
169 -LICENSE="GPL-3"
170 -SLOT="0"
171 -[[ $PV != 9999 ]] && KEYWORDS="~amd64 ~x86"
172 -IUSE=""
173 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
174 -
175 -CDEPEND="${PYTHON_DEPS}
176 - >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
177 - >=dev-python/pyparsing-2.2.0[${PYTHON_USEDEP}]
178 - >=dev-python/packaging-16.8[${PYTHON_USEDEP}]
179 - >=dev-python/pyopenssl-17.5.0[${PYTHON_USEDEP}]
180 - >=dev-python/pydns-3.1.0:3[${PYTHON_USEDEP}]
181 - >=dev-python/cryptography-2.1.4[${PYTHON_USEDEP}]
182 - >=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
183 - >=app-crypt/acme-0.25.1[${PYTHON_USEDEP}]
184 - "
185 -RDEPEND="${CDEPEND}"
186 -DEPEND=""
187 -
188 -src_install() {
189 - python_foreach_impl python_doscript acmebot
190 - insinto /etc/logrotate.d
191 - doins logrotate.d/acmebot
192 - insinto /etc/acmebot
193 - doins acmebot.example.json
194 - dodoc README.rst
195 -}
196
197 diff --git a/app-crypt/acmebot/metadata.xml b/app-crypt/acmebot/metadata.xml
198 deleted file mode 100644
199 index 79d462e8557..00000000000
200 --- a/app-crypt/acmebot/metadata.xml
201 +++ /dev/null
202 @@ -1,7 +0,0 @@
203 -<?xml version="1.0" encoding="UTF-8"?>
204 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
205 -<pkgmetadata>
206 -<maintainer type="person">
207 - <email>robbat2@g.o</email>
208 -</maintainer>
209 -</pkgmetadata>
210
211 diff --git a/profiles/package.mask b/profiles/package.mask
212 index 1ed359eceaf..dee7b2ee8d7 100644
213 --- a/profiles/package.mask
214 +++ b/profiles/package.mask
215 @@ -477,14 +477,6 @@ dev-tex/dvi2tty
216 # Removal in 30 days. Bug #731008.
217 media-sound/freebirth
218
219 -# Michał Górny <mgorny@g.o> (2020-09-09)
220 -# These packages still require Python 3.6. They are either dead
221 -# upstream or their maintainers are simply unresponsive.
222 -# Please do not remove any packages from this list unless you actually
223 -# port them to Python 3.7 *and* 3.8 (3.9 would also be nice).
224 -# Removal in 30 days. Please find relevant bugs on tracker bug #695996.
225 -app-crypt/acmebot
226 -
227 # Michał Górny <mgorny@g.o> (2020-09-09)
228 # These packages (or package versions) still require Python 2.7.
229 # They are either dead upstream, their Python 3 porting efforts are