[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt-apache/

2016-05-20 Thread Manuel Rüger
commit: 55a3ba19ad585cc9f736f6fe0179cb10cb1837ec
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri May 20 20:40:39 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri May 20 20:40:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a3ba19

app-crypt/letsencrypt-apache: Move package to app-crypt/certbot-apache

 .../letsencrypt-apache-.ebuild | 34 --
 app-crypt/letsencrypt-apache/metadata.xml  |  8 -
 2 files changed, 42 deletions(-)

diff --git a/app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild 
b/app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild
deleted file mode 100644
index adbfe9e..000
--- a/app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python2_7)
-
-EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
-
-inherit git-r3 distutils-r1
-
-DESCRIPTION="Apache plugin for letsencrypt"
-HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-
-RDEPEND="app-crypt/letsencrypt[${PYTHON_USEDEP}]
-   app-crypt/acme[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/python-augeas[${PYTHON_USEDEP}]
-   dev-python/zope-component[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${P}/certbot-apache
-
-python_test() {
-   nosetests || die
-}

diff --git a/app-crypt/letsencrypt-apache/metadata.xml 
b/app-crypt/letsencrypt-apache/metadata.xml
deleted file mode 100644
index 97df2a0..000
--- a/app-crypt/letsencrypt-apache/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mr...@gentoo.org
-   Manuel Rüger
-   
-



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-05-20 Thread Manuel Rüger
commit: 190d3c47595bb7c7d95b32cd46a25bb3a37598f2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri May 20 20:37:09 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri May 20 20:37:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=190d3c47

app-crypt/letsencrypt: Move package to app-crypt/certbot

 app-crypt/letsencrypt/Manifest |  1 -
 app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild | 46 --
 app-crypt/letsencrypt/letsencrypt-.ebuild  | 46 --
 app-crypt/letsencrypt/metadata.xml | 11 --
 4 files changed, 104 deletions(-)

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
deleted file mode 100644
index a53d222..000
--- a/app-crypt/letsencrypt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST letsencrypt-0.5.0.tar.gz 650853 SHA256 
503535fa356c45b46a166ea84875bb1fd43e994afee1485bbc3b6849d46c5d43 SHA512 
bffa5123a702c02d74c21453a5f5583055986132eb4ae58b72d066c1c5514a1b6832fc381490998c107fbfc1ac8cd403b19b9a1c87006db4e6081e686c2a2fd0
 WHIRLPOOL 
cd72b3f5d6aa95fe983c16d2c71038777ec37a5fdd74a4b51b31cfb72e16e5868c9dc3ec701a30da80e7b99e9409a0fb183f4eba76c58a86434bae0a32dd8169

diff --git a/app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild
deleted file mode 100644
index 11a6759..000
--- a/app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python2_7)
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
-   inherit git-r3
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm"
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/configargparse-0.10.0[${PYTHON_USEDEP}]
-   dev-python/configobj[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/parsedatetime[${PYTHON_USEDEP}]
-   >=dev-python/psutil-3.0.1[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/zope-component[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   nosetests -w ${PN}/tests || die
-}

diff --git a/app-crypt/letsencrypt/letsencrypt-.ebuild 
b/app-crypt/letsencrypt/letsencrypt-.ebuild
deleted file mode 100644
index f3ae0c6..000
--- a/app-crypt/letsencrypt/letsencrypt-.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python2_7)
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
-   inherit git-r3
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/configargparse-0.10.0[${PYTHON_USEDEP}]
-   dev-python/configobj[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/parsedatetime[${PYTHON_USEDEP}]
-   >=dev-python/psutil-3.0.1[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/zope-component[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   nosetests certbot || die
-}

diff --git a/app-crypt/letsencrypt/metadata.xml 
b/app-crypt/letsencrypt/metadata.xml
deleted file mode 100644
index 4abf407..000
--- 

[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-05-04 Thread Manuel Rüger
commit: 0c9d1ad7e198c7a1fb445959ab620cad09802a0d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed May  4 12:28:06 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed May  4 12:28:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9d1ad7

app-crypt/letsencrypt: Keyword 0.5.0 for ~arm

Package-Manager: portage-2.2.28

 app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild
index 0ef00d4..11a6759 100644
--- a/app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild
+++ b/app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
KEYWORDS=""
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm"
 fi
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-05-04 Thread Manuel Rüger
commit: f8d2969c5c969ff3300454849e04072a411b9dcc
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed May  4 12:28:29 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed May  4 12:28:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8d2969c

app-crypt/letsencrypt: Remove old

Package-Manager: portage-2.2.28

 app-crypt/letsencrypt/Manifest |  1 -
 app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
index b896cef..a53d222 100644
--- a/app-crypt/letsencrypt/Manifest
+++ b/app-crypt/letsencrypt/Manifest
@@ -1,2 +1 @@
-DIST letsencrypt-0.4.2.tar.gz 674494 SHA256 
0f55c0f292829a9c6c1da7a57860290285cfa5da8615a87b8c268a946ab656b2 SHA512 
cce6a69b7903b65aa93aa794fa5353701944d6d0736393f68e3f17316116929efa864310fb7275d62c94ab30921cae694fb7c2cd13c08164344c2e3a533cd434
 WHIRLPOOL 
1e6a482090e92b6fafb43a74c3956be0f25c37edd90e43a240e41aba15a97ff2c881f63eba920da4b7c2b24ef0d912df739c9918c6fb7f35892646d5e20b71c0
 DIST letsencrypt-0.5.0.tar.gz 650853 SHA256 
503535fa356c45b46a166ea84875bb1fd43e994afee1485bbc3b6849d46c5d43 SHA512 
bffa5123a702c02d74c21453a5f5583055986132eb4ae58b72d066c1c5514a1b6832fc381490998c107fbfc1ac8cd403b19b9a1c87006db4e6081e686c2a2fd0
 WHIRLPOOL 
cd72b3f5d6aa95fe983c16d2c71038777ec37a5fdd74a4b51b31cfb72e16e5868c9dc3ec701a30da80e7b99e9409a0fb183f4eba76c58a86434bae0a32dd8169

diff --git a/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild
deleted file mode 100644
index d25da2c..000
--- a/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python2_7)
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
-   inherit git-r3
-   KEYWORDS="~arm"
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm"
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/configargparse-0.10.0[${PYTHON_USEDEP}]
-   dev-python/configobj[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/parsedatetime[${PYTHON_USEDEP}]
-   >=dev-python/psutil-3.0.1[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/zope-component[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   nosetests -w ${PN}/tests || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-05-01 Thread Markus Meier
commit: 03775eb00c7a5461eb698f8ad254ce72b1a802a5
Author: Markus Meier  gentoo  org>
AuthorDate: Sun May  1 07:00:31 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun May  1 07:00:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03775eb0

app-crypt/letsencrypt: add ~arm, bug #576912

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild
index 0ef00d4..d25da2c 100644
--- a/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild
+++ b/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild
@@ -8,10 +8,10 @@ PYTHON_COMPAT=(python2_7)
 if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
inherit git-r3
-   KEYWORDS=""
+   KEYWORDS="~arm"
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm"
 fi
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt-apache/

2016-04-25 Thread Manuel Rüger
commit: 5175a8405f25baa653ea8307ea8cb57a8e08baaa
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Apr 25 21:58:06 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Apr 25 21:58:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5175a840

app-crypt/letsencrypt-apache: Fix test call

Package-Manager: portage-2.2.28

 app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild 
b/app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild
index dcd0d07..adbfe9e 100644
--- a/app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild
+++ b/app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild
@@ -27,8 +27,8 @@ DEPEND="test? ( ${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}] )
dev-python/setuptools[${PYTHON_USEDEP}]"
 
-S=${WORKDIR}/${P}/${PN}
+S=${WORKDIR}/${P}/certbot-apache
 
 python_test() {
-   nosetests -w ${PN/-/_}/tests || die
+   nosetests || die
 }



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-04-25 Thread Manuel Rüger
commit: d8552bfbd77f0d0f98bc8f86131ad6a4dc0de957
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Apr 25 21:52:30 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Apr 25 21:58:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8552bfb

app-crypt/letsencrypt: Fix test call

Package-Manager: portage-2.2.28

 app-crypt/letsencrypt/letsencrypt-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/letsencrypt/letsencrypt-.ebuild 
b/app-crypt/letsencrypt/letsencrypt-.ebuild
index 0ef00d4..f3ae0c6 100644
--- a/app-crypt/letsencrypt/letsencrypt-.ebuild
+++ b/app-crypt/letsencrypt/letsencrypt-.ebuild
@@ -42,5 +42,5 @@ DEPEND="test? ( ${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
 
 python_test() {
-   nosetests -w ${PN}/tests || die
+   nosetests certbot || die
 }



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-04-06 Thread Manuel Rüger
commit: 2e0f1240aacec6eb96c949aea66c2fc15f61ecba
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Apr  6 22:55:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Apr  6 22:55:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0f1240

app-crypt/letsencrypt: Version bump to 0.5.0

Package-Manager: portage-2.2.28

 app-crypt/letsencrypt/Manifest |  1 +
 app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
index 79c6c1b..b896cef 100644
--- a/app-crypt/letsencrypt/Manifest
+++ b/app-crypt/letsencrypt/Manifest
@@ -1 +1,2 @@
 DIST letsencrypt-0.4.2.tar.gz 674494 SHA256 
0f55c0f292829a9c6c1da7a57860290285cfa5da8615a87b8c268a946ab656b2 SHA512 
cce6a69b7903b65aa93aa794fa5353701944d6d0736393f68e3f17316116929efa864310fb7275d62c94ab30921cae694fb7c2cd13c08164344c2e3a533cd434
 WHIRLPOOL 
1e6a482090e92b6fafb43a74c3956be0f25c37edd90e43a240e41aba15a97ff2c881f63eba920da4b7c2b24ef0d912df739c9918c6fb7f35892646d5e20b71c0
+DIST letsencrypt-0.5.0.tar.gz 650853 SHA256 
503535fa356c45b46a166ea84875bb1fd43e994afee1485bbc3b6849d46c5d43 SHA512 
bffa5123a702c02d74c21453a5f5583055986132eb4ae58b72d066c1c5514a1b6832fc381490998c107fbfc1ac8cd403b19b9a1c87006db4e6081e686c2a2fd0
 WHIRLPOOL 
cd72b3f5d6aa95fe983c16d2c71038777ec37a5fdd74a4b51b31cfb72e16e5868c9dc3ec701a30da80e7b99e9409a0fb183f4eba76c58a86434bae0a32dd8169

diff --git a/app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild
new file mode 100644
index 000..0ef00d4
--- /dev/null
+++ b/app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
+HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   >=dev-python/configargparse-0.10.0[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/parsedatetime[${PYTHON_USEDEP}]
+   >=dev-python/psutil-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests -w ${PN}/tests || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-03-06 Thread Manuel Rüger
commit: 5a432a4ef72876fad651bff344bbe02576fadb8e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar  5 10:45:51 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar  5 10:46:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a432a4e

app-crypt/letsencrypt: Remove old

Package-Manager: portage-2.2.27

 app-crypt/letsencrypt/Manifest |  1 -
 app-crypt/letsencrypt/letsencrypt-0.4.1.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
index a907013..79c6c1b 100644
--- a/app-crypt/letsencrypt/Manifest
+++ b/app-crypt/letsencrypt/Manifest
@@ -1,2 +1 @@
-DIST letsencrypt-0.4.1.tar.gz 672827 SHA256 
750c4a2966ec21009e4f7d510eceb3f97f941f6c19eda8b58b7030ef8518cef9 SHA512 
8b782ddf352c33c513e26bff0525932c9ab154a7a2545093be8958f851418700b449b3092fb8c4e1d45f6ededed979650c2593668a2dd1294760666702271182
 WHIRLPOOL 
6ba5bc2c1646880d8d24baad4311b8fd761765e7c8a2e8c5755627d31aad85634af545415098c0bbf28ef7ee9610709f7a6cf72d07ec7a11df6ef1fca6b3eb62
 DIST letsencrypt-0.4.2.tar.gz 674494 SHA256 
0f55c0f292829a9c6c1da7a57860290285cfa5da8615a87b8c268a946ab656b2 SHA512 
cce6a69b7903b65aa93aa794fa5353701944d6d0736393f68e3f17316116929efa864310fb7275d62c94ab30921cae694fb7c2cd13c08164344c2e3a533cd434
 WHIRLPOOL 
1e6a482090e92b6fafb43a74c3956be0f25c37edd90e43a240e41aba15a97ff2c881f63eba920da4b7c2b24ef0d912df739c9918c6fb7f35892646d5e20b71c0

diff --git a/app-crypt/letsencrypt/letsencrypt-0.4.1.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.4.1.ebuild
deleted file mode 100644
index 0ef00d4..000
--- a/app-crypt/letsencrypt/letsencrypt-0.4.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python2_7)
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
-   inherit git-r3
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/configargparse-0.10.0[${PYTHON_USEDEP}]
-   dev-python/configobj[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/parsedatetime[${PYTHON_USEDEP}]
-   >=dev-python/psutil-3.0.1[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/zope-component[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   nosetests -w ${PN}/tests || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-03-06 Thread Manuel Rüger
commit: 3e265661e0920d612455ca3fe2d3059db9cdeaef
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar  5 10:42:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar  5 10:42:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e265661

app-crypt/letsencrypt: Version bump

Package-Manager: portage-2.2.27

 app-crypt/letsencrypt/Manifest |  1 +
 app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
index 8ce784e..a907013 100644
--- a/app-crypt/letsencrypt/Manifest
+++ b/app-crypt/letsencrypt/Manifest
@@ -1 +1,2 @@
 DIST letsencrypt-0.4.1.tar.gz 672827 SHA256 
750c4a2966ec21009e4f7d510eceb3f97f941f6c19eda8b58b7030ef8518cef9 SHA512 
8b782ddf352c33c513e26bff0525932c9ab154a7a2545093be8958f851418700b449b3092fb8c4e1d45f6ededed979650c2593668a2dd1294760666702271182
 WHIRLPOOL 
6ba5bc2c1646880d8d24baad4311b8fd761765e7c8a2e8c5755627d31aad85634af545415098c0bbf28ef7ee9610709f7a6cf72d07ec7a11df6ef1fca6b3eb62
+DIST letsencrypt-0.4.2.tar.gz 674494 SHA256 
0f55c0f292829a9c6c1da7a57860290285cfa5da8615a87b8c268a946ab656b2 SHA512 
cce6a69b7903b65aa93aa794fa5353701944d6d0736393f68e3f17316116929efa864310fb7275d62c94ab30921cae694fb7c2cd13c08164344c2e3a533cd434
 WHIRLPOOL 
1e6a482090e92b6fafb43a74c3956be0f25c37edd90e43a240e41aba15a97ff2c881f63eba920da4b7c2b24ef0d912df739c9918c6fb7f35892646d5e20b71c0

diff --git a/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild
new file mode 100644
index 000..0ef00d4
--- /dev/null
+++ b/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
+HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   >=dev-python/configargparse-0.10.0[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/parsedatetime[${PYTHON_USEDEP}]
+   >=dev-python/psutil-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests -w ${PN}/tests || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-03-02 Thread Manuel Rüger
commit: 93fcb4e54250aab8f8fc31761120103512a8b7ca
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Mar  2 21:49:37 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Mar  2 21:49:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93fcb4e5

app-crypt/letsencrypt: Version bump

Package-Manager: portage-2.2.27

 app-crypt/letsencrypt/Manifest |  1 +
 app-crypt/letsencrypt/letsencrypt-0.4.1.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
index 98f7919..c177294 100644
--- a/app-crypt/letsencrypt/Manifest
+++ b/app-crypt/letsencrypt/Manifest
@@ -1 +1,2 @@
 DIST letsencrypt-0.4.0.tar.gz 634899 SHA256 
d7df1faedd6f5c1ffc26fd855350fc3a107dd9fe5c1c2aa4c340024fe807a0f3 SHA512 
f04c3fa49619e4e182ec8d10c6e05045d1e0e1a146bad75d9382cbfc6663ad0726c9beb496f0251e43d0dd45d78220c57dda0be8c2d946a515ab2c9f0359a549
 WHIRLPOOL 
64b531b31214fa6f7460ce3288dc573d281d350fe631447de8f0f18b74d38cb374438f678e7782c5bc72019766f4fe8668a6ff5f809560d09a713fa4eb58f9f8
+DIST letsencrypt-0.4.1.tar.gz 672827 SHA256 
750c4a2966ec21009e4f7d510eceb3f97f941f6c19eda8b58b7030ef8518cef9 SHA512 
8b782ddf352c33c513e26bff0525932c9ab154a7a2545093be8958f851418700b449b3092fb8c4e1d45f6ededed979650c2593668a2dd1294760666702271182
 WHIRLPOOL 
6ba5bc2c1646880d8d24baad4311b8fd761765e7c8a2e8c5755627d31aad85634af545415098c0bbf28ef7ee9610709f7a6cf72d07ec7a11df6ef1fca6b3eb62

diff --git a/app-crypt/letsencrypt/letsencrypt-0.4.1.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.4.1.ebuild
new file mode 100644
index 000..0ef00d4
--- /dev/null
+++ b/app-crypt/letsencrypt/letsencrypt-0.4.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
+HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   >=dev-python/configargparse-0.10.0[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/parsedatetime[${PYTHON_USEDEP}]
+   >=dev-python/psutil-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests -w ${PN}/tests || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-03-02 Thread Manuel Rüger
commit: e9955c1907fefbbfa45462e3c1299fb9bae75d70
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Mar  2 21:50:00 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Mar  2 21:50:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9955c19

app-crypt/letsencrypt: Remove old

Package-Manager: portage-2.2.27

 app-crypt/letsencrypt/Manifest |  1 -
 app-crypt/letsencrypt/letsencrypt-0.4.0.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
index c177294..8ce784e 100644
--- a/app-crypt/letsencrypt/Manifest
+++ b/app-crypt/letsencrypt/Manifest
@@ -1,2 +1 @@
-DIST letsencrypt-0.4.0.tar.gz 634899 SHA256 
d7df1faedd6f5c1ffc26fd855350fc3a107dd9fe5c1c2aa4c340024fe807a0f3 SHA512 
f04c3fa49619e4e182ec8d10c6e05045d1e0e1a146bad75d9382cbfc6663ad0726c9beb496f0251e43d0dd45d78220c57dda0be8c2d946a515ab2c9f0359a549
 WHIRLPOOL 
64b531b31214fa6f7460ce3288dc573d281d350fe631447de8f0f18b74d38cb374438f678e7782c5bc72019766f4fe8668a6ff5f809560d09a713fa4eb58f9f8
 DIST letsencrypt-0.4.1.tar.gz 672827 SHA256 
750c4a2966ec21009e4f7d510eceb3f97f941f6c19eda8b58b7030ef8518cef9 SHA512 
8b782ddf352c33c513e26bff0525932c9ab154a7a2545093be8958f851418700b449b3092fb8c4e1d45f6ededed979650c2593668a2dd1294760666702271182
 WHIRLPOOL 
6ba5bc2c1646880d8d24baad4311b8fd761765e7c8a2e8c5755627d31aad85634af545415098c0bbf28ef7ee9610709f7a6cf72d07ec7a11df6ef1fca6b3eb62

diff --git a/app-crypt/letsencrypt/letsencrypt-0.4.0.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.4.0.ebuild
deleted file mode 100644
index 0ef00d4..000
--- a/app-crypt/letsencrypt/letsencrypt-0.4.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python2_7)
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
-   inherit git-r3
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/configargparse-0.10.0[${PYTHON_USEDEP}]
-   dev-python/configobj[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/parsedatetime[${PYTHON_USEDEP}]
-   >=dev-python/psutil-3.0.1[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/zope-component[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   nosetests -w ${PN}/tests || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-02-14 Thread Manuel Rüger
commit: d5747e5b208a72652651a981a17d93508ebe173c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Feb 14 21:38:01 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Feb 14 21:42:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5747e5b

app-crypt/letsencrypt: Version bump

Package-Manager: portage-2.2.27

 app-crypt/letsencrypt/Manifest |  1 +
 app-crypt/letsencrypt/letsencrypt-0.4.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
index f38a307..8279615 100644
--- a/app-crypt/letsencrypt/Manifest
+++ b/app-crypt/letsencrypt/Manifest
@@ -1 +1,2 @@
 DIST letsencrypt-0.3.0.tar.gz 627761 SHA256 
a21e496ab130cf9fcaeef69019a4eef7aaf86dad84131d601db531add4f98e1a SHA512 
c3fbb6d8a50ee9a84b425d16f28626cecb3b50a5149c1263d02d447854d9117c6fe4f3f2eef7f026c9d7692a499a054895a2b007da9f768c203ea91836382f36
 WHIRLPOOL 
fa87cb033c4a45737abeb706312ac9c4fa2ab921c07cc05f1feaeb4f083727f4ba1a819035345e5dfead536d762025ef8a4eeaa6d039b64efa3350f2a64e64a5
+DIST letsencrypt-0.4.0.tar.gz 634899 SHA256 
d7df1faedd6f5c1ffc26fd855350fc3a107dd9fe5c1c2aa4c340024fe807a0f3 SHA512 
f04c3fa49619e4e182ec8d10c6e05045d1e0e1a146bad75d9382cbfc6663ad0726c9beb496f0251e43d0dd45d78220c57dda0be8c2d946a515ab2c9f0359a549
 WHIRLPOOL 
64b531b31214fa6f7460ce3288dc573d281d350fe631447de8f0f18b74d38cb374438f678e7782c5bc72019766f4fe8668a6ff5f809560d09a713fa4eb58f9f8

diff --git a/app-crypt/letsencrypt/letsencrypt-0.4.0.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.4.0.ebuild
new file mode 100644
index 000..0ef00d4
--- /dev/null
+++ b/app-crypt/letsencrypt/letsencrypt-0.4.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
+HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   >=dev-python/configargparse-0.10.0[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/parsedatetime[${PYTHON_USEDEP}]
+   >=dev-python/psutil-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests -w ${PN}/tests || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-02-14 Thread Manuel Rüger
commit: 85e2f2766580ae2852c4dbca8bfb617010658ac8
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Feb 14 21:39:00 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Feb 14 21:42:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e2f276

app-crypt/letsencrypt: Remove old

Package-Manager: portage-2.2.27

 app-crypt/letsencrypt/Manifest |  1 -
 app-crypt/letsencrypt/letsencrypt-0.3.0.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
index 8279615..98f7919 100644
--- a/app-crypt/letsencrypt/Manifest
+++ b/app-crypt/letsencrypt/Manifest
@@ -1,2 +1 @@
-DIST letsencrypt-0.3.0.tar.gz 627761 SHA256 
a21e496ab130cf9fcaeef69019a4eef7aaf86dad84131d601db531add4f98e1a SHA512 
c3fbb6d8a50ee9a84b425d16f28626cecb3b50a5149c1263d02d447854d9117c6fe4f3f2eef7f026c9d7692a499a054895a2b007da9f768c203ea91836382f36
 WHIRLPOOL 
fa87cb033c4a45737abeb706312ac9c4fa2ab921c07cc05f1feaeb4f083727f4ba1a819035345e5dfead536d762025ef8a4eeaa6d039b64efa3350f2a64e64a5
 DIST letsencrypt-0.4.0.tar.gz 634899 SHA256 
d7df1faedd6f5c1ffc26fd855350fc3a107dd9fe5c1c2aa4c340024fe807a0f3 SHA512 
f04c3fa49619e4e182ec8d10c6e05045d1e0e1a146bad75d9382cbfc6663ad0726c9beb496f0251e43d0dd45d78220c57dda0be8c2d946a515ab2c9f0359a549
 WHIRLPOOL 
64b531b31214fa6f7460ce3288dc573d281d350fe631447de8f0f18b74d38cb374438f678e7782c5bc72019766f4fe8668a6ff5f809560d09a713fa4eb58f9f8

diff --git a/app-crypt/letsencrypt/letsencrypt-0.3.0.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.3.0.ebuild
deleted file mode 100644
index 0ef00d4..000
--- a/app-crypt/letsencrypt/letsencrypt-0.3.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python2_7)
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
-   inherit git-r3
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/configargparse-0.10.0[${PYTHON_USEDEP}]
-   dev-python/configobj[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/parsedatetime[${PYTHON_USEDEP}]
-   >=dev-python/psutil-3.0.1[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/zope-component[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   nosetests -w ${PN}/tests || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-02-02 Thread Manuel Rüger
commit: 162b4a46e92c250221ff2b11b72a4056dd352a08
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb  2 17:48:50 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb  2 17:48:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162b4a46

app-crypt/letsencrypt: Version bump

Package-Manager: portage-2.2.27

 app-crypt/letsencrypt/Manifest |  1 +
 app-crypt/letsencrypt/letsencrypt-0.3.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
index d48ba77..66cfd27 100644
--- a/app-crypt/letsencrypt/Manifest
+++ b/app-crypt/letsencrypt/Manifest
@@ -1 +1,2 @@
 DIST letsencrypt-0.2.0.tar.gz 564016 SHA256 
71324323eb6c9fe9a2cee95f012a44e9c7bdc8c9dfe14c26d56129306f188650 SHA512 
a00618c0f3ae78cfdb70adfea81ff9d672123fa38585cfda8ed44659be14bd37143f2c5bc076b92d116356437ea08af079142a4ae09a8a6ad06f2793276b973e
 WHIRLPOOL 
cd413fd1ca4d2e462bcc573c8b0403010cfc27dca577c56c1465e5d794e7769a0621bac361078762eec12f2296d968421572cb8794cb1a49824b37292dbab572
+DIST letsencrypt-0.3.0.tar.gz 627761 SHA256 
a21e496ab130cf9fcaeef69019a4eef7aaf86dad84131d601db531add4f98e1a SHA512 
c3fbb6d8a50ee9a84b425d16f28626cecb3b50a5149c1263d02d447854d9117c6fe4f3f2eef7f026c9d7692a499a054895a2b007da9f768c203ea91836382f36
 WHIRLPOOL 
fa87cb033c4a45737abeb706312ac9c4fa2ab921c07cc05f1feaeb4f083727f4ba1a819035345e5dfead536d762025ef8a4eeaa6d039b64efa3350f2a64e64a5

diff --git a/app-crypt/letsencrypt/letsencrypt-0.3.0.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.3.0.ebuild
new file mode 100644
index 000..0ef00d4
--- /dev/null
+++ b/app-crypt/letsencrypt/letsencrypt-0.3.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
+HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   >=dev-python/configargparse-0.10.0[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/parsedatetime[${PYTHON_USEDEP}]
+   >=dev-python/psutil-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests -w ${PN}/tests || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-02-02 Thread Manuel Rüger
commit: 3fb4c91353706c38f9edffac92e9ad6039fe6ea0
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb  2 17:49:09 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb  2 17:49:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb4c913

app-crypt/letsencrypt: Remove old

Package-Manager: portage-2.2.27

 app-crypt/letsencrypt/Manifest |  1 -
 app-crypt/letsencrypt/letsencrypt-0.2.0.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
index 66cfd27..f38a307 100644
--- a/app-crypt/letsencrypt/Manifest
+++ b/app-crypt/letsencrypt/Manifest
@@ -1,2 +1 @@
-DIST letsencrypt-0.2.0.tar.gz 564016 SHA256 
71324323eb6c9fe9a2cee95f012a44e9c7bdc8c9dfe14c26d56129306f188650 SHA512 
a00618c0f3ae78cfdb70adfea81ff9d672123fa38585cfda8ed44659be14bd37143f2c5bc076b92d116356437ea08af079142a4ae09a8a6ad06f2793276b973e
 WHIRLPOOL 
cd413fd1ca4d2e462bcc573c8b0403010cfc27dca577c56c1465e5d794e7769a0621bac361078762eec12f2296d968421572cb8794cb1a49824b37292dbab572
 DIST letsencrypt-0.3.0.tar.gz 627761 SHA256 
a21e496ab130cf9fcaeef69019a4eef7aaf86dad84131d601db531add4f98e1a SHA512 
c3fbb6d8a50ee9a84b425d16f28626cecb3b50a5149c1263d02d447854d9117c6fe4f3f2eef7f026c9d7692a499a054895a2b007da9f768c203ea91836382f36
 WHIRLPOOL 
fa87cb033c4a45737abeb706312ac9c4fa2ab921c07cc05f1feaeb4f083727f4ba1a819035345e5dfead536d762025ef8a4eeaa6d039b64efa3350f2a64e64a5

diff --git a/app-crypt/letsencrypt/letsencrypt-0.2.0.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.2.0.ebuild
deleted file mode 100644
index baf81fa..000
--- a/app-crypt/letsencrypt/letsencrypt-0.2.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python2_7)
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
-   inherit git-r3
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/configargparse-0.10.0[${PYTHON_USEDEP}]
-   dev-python/configobj[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/parsedatetime[${PYTHON_USEDEP}]
-   >=dev-python/psutil-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/zope-component[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   nosetests -w ${PN}/tests || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-02-02 Thread Manuel Rüger
commit: f026eb34eea45a195bbff85aaea5b363090b681a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb  2 17:47:47 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb  2 17:47:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f026eb34

app-crypt/letsencrypt: Require more recent version of dev-python/psutil

Gentoo-Bug: 569012

Package-Manager: portage-2.2.27

 app-crypt/letsencrypt/letsencrypt-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/letsencrypt/letsencrypt-.ebuild 
b/app-crypt/letsencrypt/letsencrypt-.ebuild
index baf81fa..0ef00d4 100644
--- a/app-crypt/letsencrypt/letsencrypt-.ebuild
+++ b/app-crypt/letsencrypt/letsencrypt-.ebuild
@@ -29,7 +29,7 @@ RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
>=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/parsedatetime[${PYTHON_USEDEP}]
-   >=dev-python/psutil-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/psutil-3.0.1[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
dev-python/pyrfc3339[${PYTHON_USEDEP}]
>=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-01-19 Thread Manuel Rüger
commit: c09636f4a2952479c02180b724aa832327d34d1a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Jan 19 20:58:16 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Jan 19 20:58:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c09636f4

app-crypt/letsencrypt: Update dependencies

Package-Manager: portage-2.2.27

 app-crypt/letsencrypt/letsencrypt-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/letsencrypt/letsencrypt-.ebuild 
b/app-crypt/letsencrypt/letsencrypt-.ebuild
index f92eb1c..baf81fa 100644
--- a/app-crypt/letsencrypt/letsencrypt-.ebuild
+++ b/app-crypt/letsencrypt/letsencrypt-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,7 +24,7 @@ SLOT="0"
 IUSE="test"
 
 RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   dev-python/configargparse[${PYTHON_USEDEP}]
+   >=dev-python/configargparse-0.10.0[${PYTHON_USEDEP}]
dev-python/configobj[${PYTHON_USEDEP}]
>=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-01-17 Thread Manuel Rüger
commit: eee5d85b131eee259c7e21d29c07f448653d21f2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 17 14:35:03 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 17 14:35:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee5d85b

app-crypt/letsencrypt: Version bump

Package-Manager: portage-2.2.26

 app-crypt/letsencrypt/Manifest |  1 +
 app-crypt/letsencrypt/letsencrypt-0.2.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
index d4ff231..baebec6 100644
--- a/app-crypt/letsencrypt/Manifest
+++ b/app-crypt/letsencrypt/Manifest
@@ -1,2 +1,3 @@
 DIST letsencrypt-0.1.1-corrected.tar.gz 533644 SHA256 
d9efa11a90cd38bf38218e51c541978ebb836f00ede0c9c8155301ca30a55774 SHA512 
26e8b41280a0e9bdbd7324d223c7d72915d2a9149b6a569bad3c17deb01c3426b93b86d4e411865526308e656df5a7d1fb6eaca9fab95600f6ed87def5c30a5a
 WHIRLPOOL 
a6aa6f761abd591b4ffdd5d6c071bac31683eedc58ce142389a3a03bd5ab83ef18d8b0f4319d376653de5236f9c66c6721573618b0cba58ad98d2a601d561ed8
 DIST letsencrypt-0.1.1.tar.gz 533715 SHA256 
3f5210fc2e28577b1b24c4fbfb5c20ac259925a5fad81cf69a1b4f62d76511db SHA512 
bd045622f77272447b9d497c410a128c30371c6df5beab418089c2c8b26fef9e87ecc6055bdf4017d7d2fb5f840b4900ff9efba848d07a2bf3a1be9d7fc0df99
 WHIRLPOOL 
b89bcbf1dea41bd0a391cc3db86c4a7413cdf9c5e64c2398b60b7c57c5950c221bd64a51f773a7fb2fc725d93f3d672170c97147d5b5b644a008309e95dd8576
+DIST letsencrypt-0.2.0.tar.gz 564016 SHA256 
71324323eb6c9fe9a2cee95f012a44e9c7bdc8c9dfe14c26d56129306f188650 SHA512 
a00618c0f3ae78cfdb70adfea81ff9d672123fa38585cfda8ed44659be14bd37143f2c5bc076b92d116356437ea08af079142a4ae09a8a6ad06f2793276b973e
 WHIRLPOOL 
cd413fd1ca4d2e462bcc573c8b0403010cfc27dca577c56c1465e5d794e7769a0621bac361078762eec12f2296d968421572cb8794cb1a49824b37292dbab572

diff --git a/app-crypt/letsencrypt/letsencrypt-0.2.0.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.2.0.ebuild
new file mode 100644
index 000..baf81fa
--- /dev/null
+++ b/app-crypt/letsencrypt/letsencrypt-0.2.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
+HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   >=dev-python/configargparse-0.10.0[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/parsedatetime[${PYTHON_USEDEP}]
+   >=dev-python/psutil-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests -w ${PN}/tests || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-01-17 Thread Manuel Rüger
commit: 674c2da3746e6037de6569cff8c57be9706d86dc
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 17 14:35:46 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 17 14:35:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674c2da3

app-crypt/letsencrypt: Remove old

Package-Manager: portage-2.2.26

 app-crypt/letsencrypt/Manifest|  2 -
 app-crypt/letsencrypt/letsencrypt-0.1.1-r1.ebuild | 48 ---
 app-crypt/letsencrypt/letsencrypt-0.1.1.ebuild| 46 --
 3 files changed, 96 deletions(-)

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
index baebec6..d48ba77 100644
--- a/app-crypt/letsencrypt/Manifest
+++ b/app-crypt/letsencrypt/Manifest
@@ -1,3 +1 @@
-DIST letsencrypt-0.1.1-corrected.tar.gz 533644 SHA256 
d9efa11a90cd38bf38218e51c541978ebb836f00ede0c9c8155301ca30a55774 SHA512 
26e8b41280a0e9bdbd7324d223c7d72915d2a9149b6a569bad3c17deb01c3426b93b86d4e411865526308e656df5a7d1fb6eaca9fab95600f6ed87def5c30a5a
 WHIRLPOOL 
a6aa6f761abd591b4ffdd5d6c071bac31683eedc58ce142389a3a03bd5ab83ef18d8b0f4319d376653de5236f9c66c6721573618b0cba58ad98d2a601d561ed8
-DIST letsencrypt-0.1.1.tar.gz 533715 SHA256 
3f5210fc2e28577b1b24c4fbfb5c20ac259925a5fad81cf69a1b4f62d76511db SHA512 
bd045622f77272447b9d497c410a128c30371c6df5beab418089c2c8b26fef9e87ecc6055bdf4017d7d2fb5f840b4900ff9efba848d07a2bf3a1be9d7fc0df99
 WHIRLPOOL 
b89bcbf1dea41bd0a391cc3db86c4a7413cdf9c5e64c2398b60b7c57c5950c221bd64a51f773a7fb2fc725d93f3d672170c97147d5b5b644a008309e95dd8576
 DIST letsencrypt-0.2.0.tar.gz 564016 SHA256 
71324323eb6c9fe9a2cee95f012a44e9c7bdc8c9dfe14c26d56129306f188650 SHA512 
a00618c0f3ae78cfdb70adfea81ff9d672123fa38585cfda8ed44659be14bd37143f2c5bc076b92d116356437ea08af079142a4ae09a8a6ad06f2793276b973e
 WHIRLPOOL 
cd413fd1ca4d2e462bcc573c8b0403010cfc27dca577c56c1465e5d794e7769a0621bac361078762eec12f2296d968421572cb8794cb1a49824b37292dbab572

diff --git a/app-crypt/letsencrypt/letsencrypt-0.1.1-r1.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.1.1-r1.ebuild
deleted file mode 100644
index 76472f3..000
--- a/app-crypt/letsencrypt/letsencrypt-0.1.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python2_7)
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
-   inherit git-r3
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}-corrected.tar.gz 
-> ${P}-corrected.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   dev-python/configargparse[${PYTHON_USEDEP}]
-   dev-python/configobj[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/parsedatetime[${PYTHON_USEDEP}]
-   >=dev-python/psutil-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/zope-component[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${P}-corrected
-
-python_test() {
-   nosetests -w ${PN}/tests || die
-}

diff --git a/app-crypt/letsencrypt/letsencrypt-0.1.1.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.1.1.ebuild
deleted file mode 100644
index f92eb1c..000
--- a/app-crypt/letsencrypt/letsencrypt-0.1.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python2_7)
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
-   inherit git-r3
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   dev-python/configargparse[${PYTHON_USEDEP}]
-   dev-python/configobj[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
- 

[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt-apache/

2016-01-12 Thread Manuel Rüger
commit: 13870da65ab9f262ab26aed74a9cf443aad73ef1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Jan 12 22:35:49 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Jan 12 22:36:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13870da6

app-crypt/letsencrypt-apache: Initial version

Package-Manager: portage-2.2.26

 .../letsencrypt-apache-.ebuild | 34 ++
 app-crypt/letsencrypt-apache/metadata.xml  |  8 +
 2 files changed, 42 insertions(+)

diff --git a/app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild 
b/app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild
new file mode 100644
index 000..dcd0d07
--- /dev/null
+++ b/app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
+
+inherit git-r3 distutils-r1
+
+DESCRIPTION="Apache plugin for letsencrypt"
+HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS=""
+IUSE="test"
+
+RDEPEND="app-crypt/letsencrypt[${PYTHON_USEDEP}]
+   app-crypt/acme[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/python-augeas[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${P}/${PN}
+
+python_test() {
+   nosetests -w ${PN/-/_}/tests || die
+}

diff --git a/app-crypt/letsencrypt-apache/metadata.xml 
b/app-crypt/letsencrypt-apache/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/app-crypt/letsencrypt-apache/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2016-01-12 Thread Manuel Rüger
commit: adbdc36673c1136d2d99554a72d9e0f589885e57
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Jan 12 22:32:37 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Jan 12 22:33:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adbdc366

app-crypt/letsencrypt: Add fixed release

Gentoo-Bug: 421222

Package-Manager: portage-2.2.26

 app-crypt/letsencrypt/Manifest|  1 +
 app-crypt/letsencrypt/letsencrypt-0.1.1-r1.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
index b990924..d4ff231 100644
--- a/app-crypt/letsencrypt/Manifest
+++ b/app-crypt/letsencrypt/Manifest
@@ -1 +1,2 @@
+DIST letsencrypt-0.1.1-corrected.tar.gz 533644 SHA256 
d9efa11a90cd38bf38218e51c541978ebb836f00ede0c9c8155301ca30a55774 SHA512 
26e8b41280a0e9bdbd7324d223c7d72915d2a9149b6a569bad3c17deb01c3426b93b86d4e411865526308e656df5a7d1fb6eaca9fab95600f6ed87def5c30a5a
 WHIRLPOOL 
a6aa6f761abd591b4ffdd5d6c071bac31683eedc58ce142389a3a03bd5ab83ef18d8b0f4319d376653de5236f9c66c6721573618b0cba58ad98d2a601d561ed8
 DIST letsencrypt-0.1.1.tar.gz 533715 SHA256 
3f5210fc2e28577b1b24c4fbfb5c20ac259925a5fad81cf69a1b4f62d76511db SHA512 
bd045622f77272447b9d497c410a128c30371c6df5beab418089c2c8b26fef9e87ecc6055bdf4017d7d2fb5f840b4900ff9efba848d07a2bf3a1be9d7fc0df99
 WHIRLPOOL 
b89bcbf1dea41bd0a391cc3db86c4a7413cdf9c5e64c2398b60b7c57c5950c221bd64a51f773a7fb2fc725d93f3d672170c97147d5b5b644a008309e95dd8576

diff --git a/app-crypt/letsencrypt/letsencrypt-0.1.1-r1.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.1.1-r1.ebuild
new file mode 100644
index 000..76472f3
--- /dev/null
+++ b/app-crypt/letsencrypt/letsencrypt-0.1.1-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}-corrected.tar.gz 
-> ${P}-corrected.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
+HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   dev-python/configargparse[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/parsedatetime[${PYTHON_USEDEP}]
+   >=dev-python/psutil-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${P}-corrected
+
+python_test() {
+   nosetests -w ${PN}/tests || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2015-12-20 Thread Manuel Rüger
commit: 1eb0d8f6af3918644ddf535a03a339d4485ab4af
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Dec 20 11:45:39 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Dec 20 11:45:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb0d8f6

app-crypt/letsencrypt: Remove old

Package-Manager: portage-2.2.26

 app-crypt/letsencrypt/Manifest|  1 -
 app-crypt/letsencrypt/letsencrypt-0.1.0-r1.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
index 9e247e2..b990924 100644
--- a/app-crypt/letsencrypt/Manifest
+++ b/app-crypt/letsencrypt/Manifest
@@ -1,2 +1 @@
-DIST letsencrypt-0.1.0.tar.gz 524821 SHA256 
1c1ac7b41e5e0fc0e41a7ef159ac9147a4aafff54453d57b519eb05bf52ade14 SHA512 
6a786290362741ac97dcb4b59bc4cba56f3e8b5193bbc10be19086d462f76e6124259c42bac36afe9eb818f4bb9edec34f8e2a02bd8c855e3b35404f4ee81f96
 WHIRLPOOL 
cdc41a3466de54ab8ddfeedea9935205d78383028769dcfbc876be0c2ef80c2d14f5d0e4a9c56a751163718f5ababb07848822989a060de7031ea8ebdf6424a0
 DIST letsencrypt-0.1.1.tar.gz 533715 SHA256 
3f5210fc2e28577b1b24c4fbfb5c20ac259925a5fad81cf69a1b4f62d76511db SHA512 
bd045622f77272447b9d497c410a128c30371c6df5beab418089c2c8b26fef9e87ecc6055bdf4017d7d2fb5f840b4900ff9efba848d07a2bf3a1be9d7fc0df99
 WHIRLPOOL 
b89bcbf1dea41bd0a391cc3db86c4a7413cdf9c5e64c2398b60b7c57c5950c221bd64a51f773a7fb2fc725d93f3d672170c97147d5b5b644a008309e95dd8576

diff --git a/app-crypt/letsencrypt/letsencrypt-0.1.0-r1.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.1.0-r1.ebuild
deleted file mode 100644
index 72156f5..000
--- a/app-crypt/letsencrypt/letsencrypt-0.1.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python2_7)
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
-   inherit git-r3
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   dev-python/configargparse[${PYTHON_USEDEP}]
-   dev-python/configobj[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/parsedatetime[${PYTHON_USEDEP}]
-   >=dev-python/psutil-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/zope-component[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   nosetests -w ${PN}/tests || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2015-12-20 Thread Manuel Rüger
commit: fb851f604fff8ac13b083165b5cfc6c72163b9d8
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Dec 20 11:44:28 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Dec 20 11:44:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb851f60

app-crypt/letsencrypt: Version bump. Fix SRC_URI

Package-Manager: portage-2.2.26

 app-crypt/letsencrypt/Manifest  | 1 +
 .../letsencrypt/{letsencrypt-.ebuild => letsencrypt-0.1.1.ebuild}   | 2 +-
 app-crypt/letsencrypt/letsencrypt-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
index 327e5a2..9e247e2 100644
--- a/app-crypt/letsencrypt/Manifest
+++ b/app-crypt/letsencrypt/Manifest
@@ -1 +1,2 @@
 DIST letsencrypt-0.1.0.tar.gz 524821 SHA256 
1c1ac7b41e5e0fc0e41a7ef159ac9147a4aafff54453d57b519eb05bf52ade14 SHA512 
6a786290362741ac97dcb4b59bc4cba56f3e8b5193bbc10be19086d462f76e6124259c42bac36afe9eb818f4bb9edec34f8e2a02bd8c855e3b35404f4ee81f96
 WHIRLPOOL 
cdc41a3466de54ab8ddfeedea9935205d78383028769dcfbc876be0c2ef80c2d14f5d0e4a9c56a751163718f5ababb07848822989a060de7031ea8ebdf6424a0
+DIST letsencrypt-0.1.1.tar.gz 533715 SHA256 
3f5210fc2e28577b1b24c4fbfb5c20ac259925a5fad81cf69a1b4f62d76511db SHA512 
bd045622f77272447b9d497c410a128c30371c6df5beab418089c2c8b26fef9e87ecc6055bdf4017d7d2fb5f840b4900ff9efba848d07a2bf3a1be9d7fc0df99
 WHIRLPOOL 
b89bcbf1dea41bd0a391cc3db86c4a7413cdf9c5e64c2398b60b7c57c5950c221bd64a51f773a7fb2fc725d93f3d672170c97147d5b5b644a008309e95dd8576

diff --git a/app-crypt/letsencrypt/letsencrypt-.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.1.1.ebuild
similarity index 94%
copy from app-crypt/letsencrypt/letsencrypt-.ebuild
copy to app-crypt/letsencrypt/letsencrypt-0.1.1.ebuild
index 72156f5..f92eb1c 100644
--- a/app-crypt/letsencrypt/letsencrypt-.ebuild
+++ b/app-crypt/letsencrypt/letsencrypt-0.1.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
inherit git-r3
KEYWORDS=""
 else
-   SRC_URI="https://github.com/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64"
 fi
 

diff --git a/app-crypt/letsencrypt/letsencrypt-.ebuild 
b/app-crypt/letsencrypt/letsencrypt-.ebuild
index 72156f5..f92eb1c 100644
--- a/app-crypt/letsencrypt/letsencrypt-.ebuild
+++ b/app-crypt/letsencrypt/letsencrypt-.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
inherit git-r3
KEYWORDS=""
 else
-   SRC_URI="https://github.com/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2015-12-11 Thread Manuel Rüger
commit: 4f2bd3997d4c9f3e6c96e9373983dc0503191162
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Dec 11 22:59:18 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Dec 11 23:00:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2bd399

app-crypt/letsencrypt: Initial version

Package-Manager: portage-2.2.26

 app-crypt/letsencrypt/Manifest|  1 +
 app-crypt/letsencrypt/letsencrypt-0.1.0-r1.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
new file mode 100644
index 000..327e5a2
--- /dev/null
+++ b/app-crypt/letsencrypt/Manifest
@@ -0,0 +1 @@
+DIST letsencrypt-0.1.0.tar.gz 524821 SHA256 
1c1ac7b41e5e0fc0e41a7ef159ac9147a4aafff54453d57b519eb05bf52ade14 SHA512 
6a786290362741ac97dcb4b59bc4cba56f3e8b5193bbc10be19086d462f76e6124259c42bac36afe9eb818f4bb9edec34f8e2a02bd8c855e3b35404f4ee81f96
 WHIRLPOOL 
cdc41a3466de54ab8ddfeedea9935205d78383028769dcfbc876be0c2ef80c2d14f5d0e4a9c56a751163718f5ababb07848822989a060de7031ea8ebdf6424a0

diff --git a/app-crypt/letsencrypt/letsencrypt-0.1.0-r1.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.1.0-r1.ebuild
new file mode 100644
index 000..72156f5
--- /dev/null
+++ b/app-crypt/letsencrypt/letsencrypt-0.1.0-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
+HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   dev-python/configargparse[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/parsedatetime[${PYTHON_USEDEP}]
+   >=dev-python/psutil-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests -w ${PN}/tests || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2015-12-11 Thread Manuel Rüger
commit: 3d7ff4c2d100ccb1aa688895e0318a706f547505
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Dec 11 22:48:38 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Dec 11 22:48:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7ff4c2

app-crypt/letsencrypt: Add support for regular releases

Package-Manager: portage-2.2.26

 app-crypt/letsencrypt/letsencrypt-.ebuild | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-crypt/letsencrypt/letsencrypt-.ebuild 
b/app-crypt/letsencrypt/letsencrypt-.ebuild
index c271da7..72156f5 100644
--- a/app-crypt/letsencrypt/letsencrypt-.ebuild
+++ b/app-crypt/letsencrypt/letsencrypt-.ebuild
@@ -5,16 +5,22 @@
 EAPI=5
 PYTHON_COMPAT=(python2_7)
 
-EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
 
-inherit git-r3 distutils-r1
+inherit distutils-r1
 
 DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
 HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS=""
 IUSE="test"
 
 RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/, app-crypt/acme/

2015-12-03 Thread Manuel Rüger
commit: 1d6a2cb83d2c4d929a671db17c9ce69cf9f5c372
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Dec  3 19:56:28 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Dec  3 19:56:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6a2cb8

Revert "app-crypt/{acme,letsencrypt}: add ebuilds for latest snapshot"

This reverts commit c37dff06cc5632de78ff283857f211c0361d5582.

Breaks acme live ebuild. Repoman complains about description.
Huge changes to the ebuild without any communication.

 app-crypt/acme/Manifest|  1 -
 app-crypt/acme/acme-0.0.0_pre20151123.ebuild   | 50 -
 app-crypt/acme/acme-.ebuild| 29 
 app-crypt/letsencrypt/Manifest |  1 -
 .../letsencrypt-0.0.0_pre20151123.ebuild   | 51 --
 app-crypt/letsencrypt/letsencrypt-.ebuild  | 29 
 6 files changed, 16 insertions(+), 145 deletions(-)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
deleted file mode 100644
index 78c4d51..000
--- a/app-crypt/acme/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST letsencrypt-0.0.0.dev20151123.tar.gz 403690 SHA256 
3f909ef521ab91eade4fa83f1f72c4b1cb74c9192144bc072d999248eb25e902 SHA512 
e62cd4bf966b75e159949d84eda1005649dd4f11efbb1515601a5c6690e09ea1cc73bb3f535b6b20655752b7218fa3f02cf50e4cb12a335d76b10461e385aa96
 WHIRLPOOL 
5352083e3eabe69ea07b830fcdd3d9de2f431d5b8681c3484288feb2f6394d1c4dd9d46feffe08f7733015755e39df24e61293915877b97470339a3fa11c668c

diff --git a/app-crypt/acme/acme-0.0.0_pre20151123.ebuild 
b/app-crypt/acme/acme-0.0.0_pre20151123.ebuild
deleted file mode 100644
index cdd87cd..000
--- a/app-crypt/acme/acme-0.0.0_pre20151123.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-MY_PN="letsencrypt"
-MY_PV="${PV/_pre/.dev}"
-MY_P="${MY_PN}-${MY_PV}"
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
-   inherit git-r3 distutils-r1
-else
-   
SRC_URI="https://github.com/letsencrypt/letsencrypt/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="An implementation of the ACME protocol"
-HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   >=dev-python/ndg-httpsclient-0.4[${PYTHON_USEDEP}]
-   dev-python/pyasn1[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/werkzeug[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   )"
-
-S="${WORKDIR}/${MY_P}/${PN}"
-
-python_test() {
-   nosetests -w ${PN} || die
-}

diff --git a/app-crypt/acme/acme-.ebuild b/app-crypt/acme/acme-.ebuild
index 050f571..1f93640 100644
--- a/app-crypt/acme/acme-.ebuild
+++ b/app-crypt/acme/acme-.ebuild
@@ -3,28 +3,18 @@
 # $Id$
 
 EAPI=5
+PYTHON_COMPAT=(python{2_7,3_4,3_5})
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
 
-inherit distutils-r1
+inherit git-r3 distutils-r1
 
-MY_PN="letsencrypt"
-MY_PV="${PV/_pre/.dev}"
-MY_P="${MY_PN}-${MY_PV}"
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
-   inherit git-r3 distutils-r1
-else
-   
SRC_URI="https://github.com/letsencrypt/letsencrypt/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="An implementation of the Automatic Certificate Management 
Environment (ACME) protocol"
+DESCRIPTION="An implementation of the ACME protocol"
 HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
 
 LICENSE="Apache-2.0"
 SLOT="0"
+KEYWORDS=""
 IUSE="test"
 
 RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
@@ -37,13 +27,10 @@ RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   )"
+DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
 
-S="${WORKDIR}/${MY_P}/${PN}"
+S=${WORKDIR}/${P}/${PN}
 
 python_test() {

[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/, app-crypt/acme/

2015-12-03 Thread Manuel Rüger
commit: 31300022491089d38d839a6bb411c0f78a33ddf6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Dec  3 19:53:25 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Dec  3 19:53:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31300022

Revert "app-crypt/{acme,letsencrypt}: version bump to 0.1.0"

This reverts commit 12c21b8c4ec62db86533f878578b370ef095ce02.

 app-crypt/acme/Manifest | 2 +-
 app-crypt/acme/{acme-0.1.0.ebuild => acme-0.0.0_pre20151123.ebuild} | 0
 app-crypt/letsencrypt/Manifest  | 2 +-
 .../{letsencrypt-0.1.0.ebuild => letsencrypt-0.0.0_pre20151123.ebuild}  | 0
 4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index 327e5a2..78c4d51 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1 +1 @@
-DIST letsencrypt-0.1.0.tar.gz 524821 SHA256 
1c1ac7b41e5e0fc0e41a7ef159ac9147a4aafff54453d57b519eb05bf52ade14 SHA512 
6a786290362741ac97dcb4b59bc4cba56f3e8b5193bbc10be19086d462f76e6124259c42bac36afe9eb818f4bb9edec34f8e2a02bd8c855e3b35404f4ee81f96
 WHIRLPOOL 
cdc41a3466de54ab8ddfeedea9935205d78383028769dcfbc876be0c2ef80c2d14f5d0e4a9c56a751163718f5ababb07848822989a060de7031ea8ebdf6424a0
+DIST letsencrypt-0.0.0.dev20151123.tar.gz 403690 SHA256 
3f909ef521ab91eade4fa83f1f72c4b1cb74c9192144bc072d999248eb25e902 SHA512 
e62cd4bf966b75e159949d84eda1005649dd4f11efbb1515601a5c6690e09ea1cc73bb3f535b6b20655752b7218fa3f02cf50e4cb12a335d76b10461e385aa96
 WHIRLPOOL 
5352083e3eabe69ea07b830fcdd3d9de2f431d5b8681c3484288feb2f6394d1c4dd9d46feffe08f7733015755e39df24e61293915877b97470339a3fa11c668c

diff --git a/app-crypt/acme/acme-0.1.0.ebuild 
b/app-crypt/acme/acme-0.0.0_pre20151123.ebuild
similarity index 100%
rename from app-crypt/acme/acme-0.1.0.ebuild
rename to app-crypt/acme/acme-0.0.0_pre20151123.ebuild

diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest
index 327e5a2..78c4d51 100644
--- a/app-crypt/letsencrypt/Manifest
+++ b/app-crypt/letsencrypt/Manifest
@@ -1 +1 @@
-DIST letsencrypt-0.1.0.tar.gz 524821 SHA256 
1c1ac7b41e5e0fc0e41a7ef159ac9147a4aafff54453d57b519eb05bf52ade14 SHA512 
6a786290362741ac97dcb4b59bc4cba56f3e8b5193bbc10be19086d462f76e6124259c42bac36afe9eb818f4bb9edec34f8e2a02bd8c855e3b35404f4ee81f96
 WHIRLPOOL 
cdc41a3466de54ab8ddfeedea9935205d78383028769dcfbc876be0c2ef80c2d14f5d0e4a9c56a751163718f5ababb07848822989a060de7031ea8ebdf6424a0
+DIST letsencrypt-0.0.0.dev20151123.tar.gz 403690 SHA256 
3f909ef521ab91eade4fa83f1f72c4b1cb74c9192144bc072d999248eb25e902 SHA512 
e62cd4bf966b75e159949d84eda1005649dd4f11efbb1515601a5c6690e09ea1cc73bb3f535b6b20655752b7218fa3f02cf50e4cb12a335d76b10461e385aa96
 WHIRLPOOL 
5352083e3eabe69ea07b830fcdd3d9de2f431d5b8681c3484288feb2f6394d1c4dd9d46feffe08f7733015755e39df24e61293915877b97470339a3fa11c668c

diff --git a/app-crypt/letsencrypt/letsencrypt-0.1.0.ebuild 
b/app-crypt/letsencrypt/letsencrypt-0.0.0_pre20151123.ebuild
similarity index 100%
rename from app-crypt/letsencrypt/letsencrypt-0.1.0.ebuild
rename to app-crypt/letsencrypt/letsencrypt-0.0.0_pre20151123.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/

2015-12-01 Thread Manuel Rüger
commit: d0cac17662ed8976fded919ff4b55fe032fd6660
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Dec  1 20:52:09 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Dec  1 20:52:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cac176

app-crypt/letsencrypt: Initial version

Package-Manager: portage-2.2.26

 app-crypt/letsencrypt/letsencrypt-.ebuild | 40 +++
 app-crypt/letsencrypt/metadata.xml|  8 ++
 2 files changed, 48 insertions(+)

diff --git a/app-crypt/letsencrypt/letsencrypt-.ebuild 
b/app-crypt/letsencrypt/letsencrypt-.ebuild
new file mode 100644
index 000..c271da7
--- /dev/null
+++ b/app-crypt/letsencrypt/letsencrypt-.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
+
+inherit git-r3 distutils-r1
+
+DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
+HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS=""
+IUSE="test"
+
+RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   dev-python/configargparse[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/parsedatetime[${PYTHON_USEDEP}]
+   >=dev-python/psutil-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests -w ${PN}/tests || die
+}

diff --git a/app-crypt/letsencrypt/metadata.xml 
b/app-crypt/letsencrypt/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/app-crypt/letsencrypt/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+