From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D9646138262 for ; Fri, 20 May 2016 20:40:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 436AB1433F; Fri, 20 May 2016 20:40:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CDA1F14332 for ; Fri, 20 May 2016 20:40:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DD23340C15 for ; Fri, 20 May 2016 20:40:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ABC8976 for ; Fri, 20 May 2016 20:40:53 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1463776629.190d3c47595bb7c7d95b32cd46a25bb3a37598f2.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/letsencrypt/Manifest app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild app-crypt/letsencrypt/letsencrypt-9999.ebuild app-crypt/letsencrypt/metadata.xml X-VCS-Directories: app-crypt/letsencrypt/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 190d3c47595bb7c7d95b32cd46a25bb3a37598f2 X-VCS-Branch: master Date: Fri, 20 May 2016 20:40:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0205d8c4-059f-4b2c-ae3c-fd4c5ce2693b X-Archives-Hash: b14b2ea877d29cb640a19b064e2cecf8 commit: 190d3c47595bb7c7d95b32cd46a25bb3a37598f2 Author: Manuel Rüger gentoo org> AuthorDate: Fri May 20 20:37:09 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri May 20 20:37:09 2016 +0000 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-9999.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..0000000 --- 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..0000000 --- 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} == 9999* ]]; 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-9999.ebuild b/app-crypt/letsencrypt/letsencrypt-9999.ebuild deleted file mode 100644 index f3ae0c6..0000000 --- a/app-crypt/letsencrypt/letsencrypt-9999.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} == 9999* ]]; 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..0000000 --- a/app-crypt/letsencrypt/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - mrueg@gentoo.org - Manuel Rüger - - - letsencrypt/letsencrypt - -