diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-05-20 22:40:39 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-05-20 22:40:39 +0200 |
commit | 55a3ba19ad585cc9f736f6fe0179cb10cb1837ec (patch) | |
tree | fb8833374212e71a9acdd791dd850204570fda15 /app-crypt | |
parent | profiles: Move app-crypt/letsencrypt-apache to app-crypt/certbot-apache (diff) | |
download | gentoo-55a3ba19ad585cc9f736f6fe0179cb10cb1837ec.tar.gz gentoo-55a3ba19ad585cc9f736f6fe0179cb10cb1837ec.tar.bz2 gentoo-55a3ba19ad585cc9f736f6fe0179cb10cb1837ec.zip |
app-crypt/letsencrypt-apache: Move package to app-crypt/certbot-apache
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild | 34 | ||||
-rw-r--r-- | app-crypt/letsencrypt-apache/metadata.xml | 8 |
2 files changed, 0 insertions, 42 deletions
diff --git a/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild b/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild deleted file mode 100644 index adbfe9e3c8f1..000000000000 --- a/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.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 97df2a00971b..000000000000 --- a/app-crypt/letsencrypt-apache/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mrueg@gentoo.org</email> - <name>Manuel Rüger</name> - </maintainer> -</pkgmetadata> |