commit:     c5bd2001ac4adfbf919b12854bf312da79e5f569
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 15:40:09 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 15:40:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5bd2001

app-crypt/certbot-apache: Remove old

Package-Manager: portage-2.3.3

 .../certbot-apache/certbot-apache-0.9.3.ebuild     | 34 ----------------------
 1 file changed, 34 deletions(-)

diff --git a/app-crypt/certbot-apache/certbot-apache-0.9.3.ebuild 
b/app-crypt/certbot-apache/certbot-apache-0.9.3.ebuild
deleted file mode 100644
index 5714f37..00000000
--- a/app-crypt/certbot-apache/certbot-apache-0.9.3.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/certbot/certbot.git";
-
-inherit git-r3 distutils-r1
-
-DESCRIPTION="Apache plugin for certbot (Let's Encrypt Client)"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-
-RDEPEND="app-crypt/certbot[${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
-}

Reply via email to