public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mrueg:master commit in: app-crypt/letsencrypt-nginx/
@ 2015-07-11 14:49 Manuel Rüger
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2015-07-11 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     ff46d5602b387b0e1fd0d019357364c0a2782ee4
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 14:43:57 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 14:43:57 2015 +0000
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-9999.ebuild                  | 33 ++++++++++++++++++++++
 app-crypt/letsencrypt-nginx/metadata.xml           |  8 ++++++
 2 files changed, 41 insertions(+)

diff --git a/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild
new file mode 100644
index 0000000..2efdfd6
--- /dev/null
+++ b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.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 0000000..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>
+		<email>mrueg@gentoo.org</email>
+		<name>Manuel Rüger</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: app-crypt/letsencrypt-nginx/
@ 2016-04-25 22:01 Manuel Rüger
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2016-04-25 22:01 UTC (permalink / raw
  To: gentoo-commits

commit:     24875edbe7202dd20af5051c598f4f239be8f31d
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 22:01:12 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 22:01:12 2016 +0000
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-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild
index 19dd136..da428c7 100644
--- a/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild
+++ b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.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
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-25 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-11 14:49 [gentoo-commits] dev/mrueg:master commit in: app-crypt/letsencrypt-nginx/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2016-04-25 22:01 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox