Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/, app-crypt/acme/
Date: Thu, 03 Dec 2015 19:57:35
Message-Id: 1449172588.1d6a2cb83d2c4d929a671db17c9ce69cf9f5c372.mrueg@gentoo
1 commit: 1d6a2cb83d2c4d929a671db17c9ce69cf9f5c372
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 19:56:28 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 19:56:28 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6a2cb8
7
8 Revert "app-crypt/{acme,letsencrypt}: add ebuilds for latest snapshot"
9
10 This reverts commit c37dff06cc5632de78ff283857f211c0361d5582.
11
12 Breaks acme live ebuild. Repoman complains about description.
13 Huge changes to the ebuild without any communication.
14
15 app-crypt/acme/Manifest | 1 -
16 app-crypt/acme/acme-0.0.0_pre20151123.ebuild | 50 ---------------------
17 app-crypt/acme/acme-9999.ebuild | 29 ++++--------
18 app-crypt/letsencrypt/Manifest | 1 -
19 .../letsencrypt-0.0.0_pre20151123.ebuild | 51 ----------------------
20 app-crypt/letsencrypt/letsencrypt-9999.ebuild | 29 ++++--------
21 6 files changed, 16 insertions(+), 145 deletions(-)
22
23 diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
24 deleted file mode 100644
25 index 78c4d51..0000000
26 --- a/app-crypt/acme/Manifest
27 +++ /dev/null
28 @@ -1 +0,0 @@
29 -DIST letsencrypt-0.0.0.dev20151123.tar.gz 403690 SHA256 3f909ef521ab91eade4fa83f1f72c4b1cb74c9192144bc072d999248eb25e902 SHA512 e62cd4bf966b75e159949d84eda1005649dd4f11efbb1515601a5c6690e09ea1cc73bb3f535b6b20655752b7218fa3f02cf50e4cb12a335d76b10461e385aa96 WHIRLPOOL 5352083e3eabe69ea07b830fcdd3d9de2f431d5b8681c3484288feb2f6394d1c4dd9d46feffe08f7733015755e39df24e61293915877b97470339a3fa11c668c
30
31 diff --git a/app-crypt/acme/acme-0.0.0_pre20151123.ebuild b/app-crypt/acme/acme-0.0.0_pre20151123.ebuild
32 deleted file mode 100644
33 index cdd87cd..0000000
34 --- a/app-crypt/acme/acme-0.0.0_pre20151123.ebuild
35 +++ /dev/null
36 @@ -1,50 +0,0 @@
37 -# Copyright 1999-2015 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -# $Id$
40 -
41 -EAPI=5
42 -
43 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
44 -
45 -inherit distutils-r1
46 -
47 -MY_PN="letsencrypt"
48 -MY_PV="${PV/_pre/.dev}"
49 -MY_P="${MY_PN}-${MY_PV}"
50 -
51 -if [[ ${PV} == "9999" ]] ; then
52 - EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git"
53 - inherit git-r3 distutils-r1
54 -else
55 - SRC_URI="https://github.com/letsencrypt/letsencrypt/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
56 - KEYWORDS="~amd64 ~arm ~x86"
57 -fi
58 -
59 -DESCRIPTION="An implementation of the ACME protocol"
60 -HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/"
61 -
62 -LICENSE="Apache-2.0"
63 -SLOT="0"
64 -IUSE="test"
65 -
66 -RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
67 - dev-python/mock[${PYTHON_USEDEP}]
68 - >=dev-python/ndg-httpsclient-0.4[${PYTHON_USEDEP}]
69 - dev-python/pyasn1[${PYTHON_USEDEP}]
70 - >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
71 - dev-python/pyrfc3339[${PYTHON_USEDEP}]
72 - dev-python/pytz[${PYTHON_USEDEP}]
73 - dev-python/requests[${PYTHON_USEDEP}]
74 - dev-python/six[${PYTHON_USEDEP}]
75 - dev-python/werkzeug[${PYTHON_USEDEP}]"
76 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
77 - test? (
78 - ${RDEPEND}
79 - dev-python/nose[${PYTHON_USEDEP}]
80 - )"
81 -
82 -S="${WORKDIR}/${MY_P}/${PN}"
83 -
84 -python_test() {
85 - nosetests -w ${PN} || die
86 -}
87
88 diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
89 index 050f571..1f93640 100644
90 --- a/app-crypt/acme/acme-9999.ebuild
91 +++ b/app-crypt/acme/acme-9999.ebuild
92 @@ -3,28 +3,18 @@
93 # $Id$
94
95 EAPI=5
96 +PYTHON_COMPAT=(python{2_7,3_4,3_5})
97
98 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
99 +EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git"
100
101 -inherit distutils-r1
102 +inherit git-r3 distutils-r1
103
104 -MY_PN="letsencrypt"
105 -MY_PV="${PV/_pre/.dev}"
106 -MY_P="${MY_PN}-${MY_PV}"
107 -
108 -if [[ ${PV} == "9999" ]] ; then
109 - EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git"
110 - inherit git-r3 distutils-r1
111 -else
112 - SRC_URI="https://github.com/letsencrypt/letsencrypt/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
113 - KEYWORDS="~amd64 ~arm ~x86"
114 -fi
115 -
116 -DESCRIPTION="An implementation of the Automatic Certificate Management Environment (ACME) protocol"
117 +DESCRIPTION="An implementation of the ACME protocol"
118 HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/"
119
120 LICENSE="Apache-2.0"
121 SLOT="0"
122 +KEYWORDS=""
123 IUSE="test"
124
125 RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
126 @@ -37,13 +27,10 @@ RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
127 dev-python/requests[${PYTHON_USEDEP}]
128 dev-python/six[${PYTHON_USEDEP}]
129 dev-python/werkzeug[${PYTHON_USEDEP}]"
130 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
131 - test? (
132 - ${RDEPEND}
133 - dev-python/nose[${PYTHON_USEDEP}]
134 - )"
135 +DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
136 + dev-python/setuptools[${PYTHON_USEDEP}]"
137
138 -S="${WORKDIR}/${MY_P}/${PN}"
139 +S=${WORKDIR}/${P}/${PN}
140
141 python_test() {
142 nosetests -w ${PN} || die
143
144 diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
145 deleted file mode 100644
146 index 78c4d51..0000000
147 --- a/app-crypt/letsencrypt/Manifest
148 +++ /dev/null
149 @@ -1 +0,0 @@
150 -DIST letsencrypt-0.0.0.dev20151123.tar.gz 403690 SHA256 3f909ef521ab91eade4fa83f1f72c4b1cb74c9192144bc072d999248eb25e902 SHA512 e62cd4bf966b75e159949d84eda1005649dd4f11efbb1515601a5c6690e09ea1cc73bb3f535b6b20655752b7218fa3f02cf50e4cb12a335d76b10461e385aa96 WHIRLPOOL 5352083e3eabe69ea07b830fcdd3d9de2f431d5b8681c3484288feb2f6394d1c4dd9d46feffe08f7733015755e39df24e61293915877b97470339a3fa11c668c
151
152 diff --git a/app-crypt/letsencrypt/letsencrypt-0.0.0_pre20151123.ebuild b/app-crypt/letsencrypt/letsencrypt-0.0.0_pre20151123.ebuild
153 deleted file mode 100644
154 index ed22257..0000000
155 --- a/app-crypt/letsencrypt/letsencrypt-0.0.0_pre20151123.ebuild
156 +++ /dev/null
157 @@ -1,51 +0,0 @@
158 -# Copyright 1999-2015 Gentoo Foundation
159 -# Distributed under the terms of the GNU General Public License v2
160 -# $Id$
161 -
162 -EAPI=5
163 -
164 -PYTHON_COMPAT=( python2_7 )
165 -
166 -inherit distutils-r1
167 -
168 -if [[ ${PV} == "9999" ]] ; then
169 - EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git"
170 - inherit git-r3
171 -else
172 - MY_PV="${PV/_pre/.dev}"
173 - MY_P="${PN}-${MY_PV}"
174 - SRC_URI="https://github.com/letsencrypt/letsencrypt/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
175 - KEYWORDS="~amd64 ~arm ~x86"
176 - S="${WORKDIR}/${MY_P}"
177 -fi
178 -
179 -DESCRIPTION="Let's Encrypt client to automate deployment of X.509 certificates"
180 -HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/"
181 -
182 -LICENSE="Apache-2.0"
183 -SLOT="0"
184 -IUSE="test"
185 -
186 -RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
187 - dev-python/configargparse[${PYTHON_USEDEP}]
188 - dev-python/configobj[${PYTHON_USEDEP}]
189 - >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
190 - dev-python/mock[${PYTHON_USEDEP}]
191 - dev-python/parsedatetime[${PYTHON_USEDEP}]
192 - >=dev-python/psutil-2.1.0[${PYTHON_USEDEP}]
193 - >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
194 - dev-python/pyrfc3339[${PYTHON_USEDEP}]
195 - >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
196 - dev-python/pytz[${PYTHON_USEDEP}]
197 - dev-python/requests[${PYTHON_USEDEP}]
198 - dev-python/zope-component[${PYTHON_USEDEP}]
199 - dev-python/zope-interface[${PYTHON_USEDEP}]"
200 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
201 - test? (
202 - ${RDEPEND}
203 - dev-python/nose[${PYTHON_USEDEP}]
204 - )"
205 -
206 -python_test() {
207 - nosetests -w ${PN}/tests || die
208 -}
209
210 diff --git a/app-crypt/letsencrypt/letsencrypt-9999.ebuild b/app-crypt/letsencrypt/letsencrypt-9999.ebuild
211 index f62f8df..c271da7 100644
212 --- a/app-crypt/letsencrypt/letsencrypt-9999.ebuild
213 +++ b/app-crypt/letsencrypt/letsencrypt-9999.ebuild
214 @@ -3,27 +3,18 @@
215 # $Id$
216
217 EAPI=5
218 +PYTHON_COMPAT=(python2_7)
219
220 -PYTHON_COMPAT=( python2_7 )
221 +EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git"
222
223 -inherit distutils-r1
224 +inherit git-r3 distutils-r1
225
226 -MY_PV="${PV/_pre/.dev}"
227 -MY_P="${PN}-${MY_PV}"
228 -
229 -if [[ ${PV} == "9999" ]] ; then
230 - EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git"
231 - inherit git-r3
232 -else
233 - SRC_URI="https://github.com/letsencrypt/letsencrypt/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
234 - KEYWORDS="~amd64 ~arm ~x86"
235 -fi
236 -
237 -DESCRIPTION="Let's Encrypt client to automate deployment of X.509 certificates"
238 +DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
239 HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/"
240
241 LICENSE="Apache-2.0"
242 SLOT="0"
243 +KEYWORDS=""
244 IUSE="test"
245
246 RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
247 @@ -40,13 +31,9 @@ RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
248 dev-python/requests[${PYTHON_USEDEP}]
249 dev-python/zope-component[${PYTHON_USEDEP}]
250 dev-python/zope-interface[${PYTHON_USEDEP}]"
251 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
252 - test? (
253 - ${RDEPEND}
254 - dev-python/nose[${PYTHON_USEDEP}]
255 - )"
256 -
257 -S="${WORKDIR}/${MY_P}"
258 +DEPEND="test? ( ${RDEPEND}
259 + dev-python/nose[${PYTHON_USEDEP}] )
260 + dev-python/setuptools[${PYTHON_USEDEP}]"
261
262 python_test() {
263 nosetests -w ${PN}/tests || die