Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: app-crypt/letsencrypt/
Date: Tue, 01 Dec 2015 21:11:04
Message-Id: 1449004185.e1c95a6470c6fb38be3e45f741e1fe76ac8af2aa.mrueg@gentoo
1 commit: e1c95a6470c6fb38be3e45f741e1fe76ac8af2aa
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 21:09:45 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 21:09:45 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=e1c95a64
7
8 app-crypt/letsencrypt: Moved to the tree
9
10 app-crypt/letsencrypt/letsencrypt-9999.ebuild | 40 ---------------------------
11 app-crypt/letsencrypt/metadata.xml | 8 ------
12 2 files changed, 48 deletions(-)
13
14 diff --git a/app-crypt/letsencrypt/letsencrypt-9999.ebuild b/app-crypt/letsencrypt/letsencrypt-9999.ebuild
15 deleted file mode 100644
16 index d840983..0000000
17 --- a/app-crypt/letsencrypt/letsencrypt-9999.ebuild
18 +++ /dev/null
19 @@ -1,40 +0,0 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 -
24 -EAPI=5
25 -PYTHON_COMPAT=(python2_7)
26 -
27 -EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git"
28 -
29 -inherit git-r3 distutils-r1
30 -
31 -DESCRIPTION="A client tool to automatically receive and install X.509 certificates to enable TLS on servers"
32 -HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/"
33 -
34 -LICENSE="Apache-2.0"
35 -SLOT="0"
36 -KEYWORDS=""
37 -IUSE="test"
38 -
39 -RDEPEND=">=dev-python/acme-${PV}[${PYTHON_USEDEP}]
40 - dev-python/configargparse[${PYTHON_USEDEP}]
41 - dev-python/configobj[${PYTHON_USEDEP}]
42 - >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
43 - dev-python/mock[${PYTHON_USEDEP}]
44 - dev-python/parsedatetime[${PYTHON_USEDEP}]
45 - >=dev-python/psutil-2.1.0[${PYTHON_USEDEP}]
46 - >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
47 - dev-python/pyrfc3339[${PYTHON_USEDEP}]
48 - >=dev-python/pythondialog-3.2.2[${PYTHON_USEDEP}]
49 - dev-python/pytz[${PYTHON_USEDEP}]
50 - dev-python/requests[${PYTHON_USEDEP}]
51 - dev-python/zope-component[${PYTHON_USEDEP}]
52 - dev-python/zope-interface[${PYTHON_USEDEP}]"
53 -DEPEND="test? ( ${RDEPEND}
54 - dev-python/nose[${PYTHON_USEDEP}] )
55 - dev-python/setuptools[${PYTHON_USEDEP}]"
56 -
57 -python_test() {
58 - nosetests -w ${PN}/tests || die
59 -}
60
61 diff --git a/app-crypt/letsencrypt/metadata.xml b/app-crypt/letsencrypt/metadata.xml
62 deleted file mode 100644
63 index bfcb697..0000000
64 --- a/app-crypt/letsencrypt/metadata.xml
65 +++ /dev/null
66 @@ -1,8 +0,0 @@
67 -<?xml version="1.0" encoding="UTF-8"?>
68 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 -<pkgmetadata>
70 - <maintainer>
71 - <email>mrueg@g.o</email>
72 - <name>Manuel Rüger</name>
73 - </maintainer>
74 -</pkgmetadata>