[gentoo-commits] dev/mrueg:master commit in: app-crypt/letsencrypt-nginx/

2016-04-25 Thread Manuel Rüger
commit: 24875edbe7202dd20af5051c598f4f239be8f31d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Apr 25 22:01:12 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Apr 25 22:01:12 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=24875edb

app-crypt/letsencrypt-nginx: Fix test call

Package-Manager: portage-2.2.28

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

diff --git a/app-crypt/letsencrypt-nginx/letsencrypt-nginx-.ebuild 
b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-.ebuild
index 19dd136..da428c7 100644
--- a/app-crypt/letsencrypt-nginx/letsencrypt-nginx-.ebuild
+++ b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-.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$
 
@@ -26,8 +26,8 @@ DEPEND="test? ( ${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}] )
dev-python/setuptools[${PYTHON_USEDEP}]"
 
-S=${WORKDIR}/${P}/${PN}
+S=${WORKDIR}/${P}/certbot-nginx
 
 python_test() {
-   nosetests -w ${PN/-/_}/tests || die
+   nosetests || die
 }



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

2016-01-12 Thread Manuel Rüger
commit: fd756ed18fc3162ae8071dd4097ff4f835704eb6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Jan 12 23:25:17 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Jan 12 23:25:17 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=fd756ed1

Moved to the tree.

 .../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 9b1316f..000
--- a/app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild
+++ /dev/null
@@ -1,34 +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)
-
-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
deleted file mode 100644
index bfcb697..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] dev/mrueg:master commit in: app-crypt/letsencrypt-apache/, app-crypt/letsencrypt-nginx/

2015-12-09 Thread Manuel Rüger
commit: 1edd4e4101ff8f7a72ce84f95120bab4f32840f2
Author: David Heidelberg  ixit  cz>
AuthorDate: Tue Dec  8 18:43:36 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Dec  9 21:45:53 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=1edd4e41

app-crypt/letsencrypt-*: fix acme dependency

Signed-off-by: David Heidelberg  ixit.cz>

 app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild | 2 +-
 app-crypt/letsencrypt-nginx/letsencrypt-nginx-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild 
b/app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild
index 281f234..9b1316f 100644
--- a/app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild
+++ b/app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild
@@ -18,7 +18,7 @@ KEYWORDS=""
 IUSE="test"
 
 RDEPEND="app-crypt/letsencrypt[${PYTHON_USEDEP}]
-   dev-python/acme[${PYTHON_USEDEP}]
+   app-crypt/acme[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/python-augeas[${PYTHON_USEDEP}]
dev-python/zope-component[${PYTHON_USEDEP}]

diff --git a/app-crypt/letsencrypt-nginx/letsencrypt-nginx-.ebuild 
b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-.ebuild
index 16d3841..19dd136 100644
--- a/app-crypt/letsencrypt-nginx/letsencrypt-nginx-.ebuild
+++ b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-.ebuild
@@ -18,7 +18,7 @@ KEYWORDS=""
 IUSE="test"
 
 RDEPEND="app-crypt/letsencrypt[${PYTHON_USEDEP}]
-   dev-python/acme[${PYTHON_USEDEP}]
+   app-crypt/acme[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]"



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

2015-12-01 Thread Manuel Rüger
commit: e1c95a6470c6fb38be3e45f741e1fe76ac8af2aa
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Dec  1 21:09:45 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Dec  1 21:09:45 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=e1c95a64

app-crypt/letsencrypt: Moved to the tree

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

diff --git a/app-crypt/letsencrypt/letsencrypt-.ebuild 
b/app-crypt/letsencrypt/letsencrypt-.ebuild
deleted file mode 100644
index d840983..000
--- a/app-crypt/letsencrypt/letsencrypt-.ebuild
+++ /dev/null
@@ -1,40 +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)
-
-EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git;
-
-inherit git-r3 distutils-r1
-
-DESCRIPTION="A client tool to automatically receive and install X.509 
certificates to enable TLS on servers"
-HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-
-RDEPEND=">=dev-python/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_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
deleted file mode 100644
index bfcb697..000
--- a/app-crypt/letsencrypt/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mr...@gentoo.org
-   Manuel Rüger
-   
-



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

2015-10-11 Thread Manuel Rüger
commit: f47fa8c4584e12cc4b86e92041ae86e6826ff3bc
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Oct 11 12:29:07 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Oct 11 12:29:07 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=f47fa8c4

app-crypt/letsencrypt: Update deps.

Package-Manager: portage-2.2.23

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

diff --git a/app-crypt/letsencrypt/letsencrypt-.ebuild 
b/app-crypt/letsencrypt/letsencrypt-.ebuild
index 5d92109..d840983 100644
--- a/app-crypt/letsencrypt/letsencrypt-.ebuild
+++ b/app-crypt/letsencrypt/letsencrypt-.ebuild
@@ -17,17 +17,18 @@ SLOT="0"
 KEYWORDS=""
 IUSE="test"
 
-RDEPEND="dev-python/acme[${PYTHON_USEDEP}]
+RDEPEND=">=dev-python/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[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${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_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}



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

2015-07-11 Thread Manuel Rüger
commit: 62ccd1ad8e039f07abca1682d823691105035686
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Sat Jul 11 14:33:25 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Sat Jul 11 14:33:25 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=62ccd1ad

[app-crypt/letsencrypt] Initial version.

Package-Manager: portage-2.2.20

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

diff --git a/app-crypt/letsencrypt/letsencrypt-.ebuild 
b/app-crypt/letsencrypt/letsencrypt-.ebuild
new file mode 100644
index 000..656afca
--- /dev/null
+++ b/app-crypt/letsencrypt/letsencrypt-.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+EGIT_REPO_URI=https://github.com/letsencrypt/letsencrypt.git;
+
+inherit git-r3 distutils-r1
+
+DESCRIPTION=A client tool to automatically receive and install X.509 
certificates to enable TLS on servers
+HOMEPAGE=https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
+
+LICENSE=Apache-2.0
+SLOT=0
+KEYWORDS=
+IUSE=test
+
+RDEPEND=dev-python/acme[${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[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   =dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
+   =dev-python/pythondialog-3.2.2[${PYTHON_USEDEP}]
+   dev-python/pytz[${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 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   maintainer
+   emailmr...@gentoo.org/email
+   nameManuel Rüger/name
+   /maintainer
+/pkgmetadata



[gentoo-commits] dev/mrueg:master commit in: app-crypt/letsencrypt-nginx/

2015-07-11 Thread Manuel Rüger
commit: ff46d5602b387b0e1fd0d019357364c0a2782ee4
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Sat Jul 11 14:43:57 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Sat Jul 11 14:43:57 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=ff46d560

[app-crypt/letsencrypt-nginx] Initial version.

Package-Manager: portage-2.2.20

 .../letsencrypt-nginx-.ebuild  | 33 ++
 app-crypt/letsencrypt-nginx/metadata.xml   |  8 ++
 2 files changed, 41 insertions(+)

diff --git a/app-crypt/letsencrypt-nginx/letsencrypt-nginx-.ebuild 
b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-.ebuild
new file mode 100644
index 000..2efdfd6
--- /dev/null
+++ b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+EGIT_REPO_URI=https://github.com/letsencrypt/letsencrypt.git;
+
+inherit git-r3 distutils-r1
+
+DESCRIPTION=Nginx plugin for letsencrypt
+HOMEPAGE=https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
+
+LICENSE=Apache-2.0 MIT
+SLOT=0
+KEYWORDS=
+IUSE=test
+
+RDEPEND=app-crypt/letsencrypt[${PYTHON_USEDEP}]
+   dev-python/acme[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${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-nginx/metadata.xml 
b/app-crypt/letsencrypt-nginx/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/app-crypt/letsencrypt-nginx/metadata.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   maintainer
+   emailmr...@gentoo.org/email
+   nameManuel Rüger/name
+   /maintainer
+/pkgmetadata



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

2015-07-11 Thread Manuel Rüger
commit: e784e6631262dd83a30eb7d8ce92a7862b2c419d
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Sat Jul 11 14:49:30 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Sat Jul 11 14:49:30 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=e784e663

[app-crypt/letsencrypt-apache] Initial version.

Package-Manager: portage-2.2.20

 .../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..031f199
--- /dev/null
+++ b/app-crypt/letsencrypt-apache/letsencrypt-apache-.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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}]
+   dev-python/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 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   maintainer
+   emailmr...@gentoo.org/email
+   nameManuel Rüger/name
+   /maintainer
+/pkgmetadata