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 76ACF1384B4 for ; Tue, 1 Dec 2015 21:11:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3689721C09C; Tue, 1 Dec 2015 21:11:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF73F21C09C for ; Tue, 1 Dec 2015 21:11:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1FCC340909 for ; Tue, 1 Dec 2015 21:11:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 292C0C7A for ; Tue, 1 Dec 2015 21:10:58 +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: <1449004185.e1c95a6470c6fb38be3e45f741e1fe76ac8af2aa.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: app-crypt/letsencrypt/ X-VCS-Repository: dev/mrueg X-VCS-Files: 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: e1c95a6470c6fb38be3e45f741e1fe76ac8af2aa X-VCS-Branch: master Date: Tue, 1 Dec 2015 21:10:58 +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: 55e147c0-3232-4197-91c9-e945cd8a065a X-Archives-Hash: b2862907ca0d2501fa6f0d1209464912 commit: e1c95a6470c6fb38be3e45f741e1fe76ac8af2aa Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 1 21:09:45 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 1 21:09:45 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=e1c95a64 app-crypt/letsencrypt: Moved to the tree app-crypt/letsencrypt/letsencrypt-9999.ebuild | 40 --------------------------- app-crypt/letsencrypt/metadata.xml | 8 ------ 2 files changed, 48 deletions(-) diff --git a/app-crypt/letsencrypt/letsencrypt-9999.ebuild b/app-crypt/letsencrypt/letsencrypt-9999.ebuild deleted file mode 100644 index d840983..0000000 --- a/app-crypt/letsencrypt/letsencrypt-9999.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..0000000 --- a/app-crypt/letsencrypt/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - mrueg@gentoo.org - Manuel Rüger - -