From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-863374-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3699B59CA3 for <garchives@archives.gentoo.org>; Sun, 14 Feb 2016 21:42:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E5F6E0782; Sun, 14 Feb 2016 21:42:35 +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 415ECE079E for <gentoo-commits@lists.gentoo.org>; Sun, 14 Feb 2016 21:42:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92F4E340D42 for <gentoo-commits@lists.gentoo.org>; Sun, 14 Feb 2016 21:42:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE6C58F2 for <gentoo-commits@lists.gentoo.org>; Sun, 14 Feb 2016 21:42:31 +0000 (UTC) From: "Manuel Rüger" <mrueg@gentoo.org> 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" <mrueg@gentoo.org> Message-ID: <1455486129.85e2f2766580ae2852c4dbca8bfb617010658ac8.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.3.0.ebuild X-VCS-Directories: app-crypt/letsencrypt/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 85e2f2766580ae2852c4dbca8bfb617010658ac8 X-VCS-Branch: master Date: Sun, 14 Feb 2016 21:42:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ae0efd41-2df5-4753-9e59-210a420d0107 X-Archives-Hash: 2647955e396f2f412ff7dc1a76960848 commit: 85e2f2766580ae2852c4dbca8bfb617010658ac8 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Feb 14 21:39:00 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Feb 14 21:42:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e2f276 app-crypt/letsencrypt: Remove old Package-Manager: portage-2.2.27 app-crypt/letsencrypt/Manifest | 1 - app-crypt/letsencrypt/letsencrypt-0.3.0.ebuild | 46 -------------------------- 2 files changed, 47 deletions(-) diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest index 8279615..98f7919 100644 --- a/app-crypt/letsencrypt/Manifest +++ b/app-crypt/letsencrypt/Manifest @@ -1,2 +1 @@ -DIST letsencrypt-0.3.0.tar.gz 627761 SHA256 a21e496ab130cf9fcaeef69019a4eef7aaf86dad84131d601db531add4f98e1a SHA512 c3fbb6d8a50ee9a84b425d16f28626cecb3b50a5149c1263d02d447854d9117c6fe4f3f2eef7f026c9d7692a499a054895a2b007da9f768c203ea91836382f36 WHIRLPOOL fa87cb033c4a45737abeb706312ac9c4fa2ab921c07cc05f1feaeb4f083727f4ba1a819035345e5dfead536d762025ef8a4eeaa6d039b64efa3350f2a64e64a5 DIST letsencrypt-0.4.0.tar.gz 634899 SHA256 d7df1faedd6f5c1ffc26fd855350fc3a107dd9fe5c1c2aa4c340024fe807a0f3 SHA512 f04c3fa49619e4e182ec8d10c6e05045d1e0e1a146bad75d9382cbfc6663ad0726c9beb496f0251e43d0dd45d78220c57dda0be8c2d946a515ab2c9f0359a549 WHIRLPOOL 64b531b31214fa6f7460ce3288dc573d281d350fe631447de8f0f18b74d38cb374438f678e7782c5bc72019766f4fe8668a6ff5f809560d09a713fa4eb58f9f8 diff --git a/app-crypt/letsencrypt/letsencrypt-0.3.0.ebuild b/app-crypt/letsencrypt/letsencrypt-0.3.0.ebuild deleted file mode 100644 index 0ef00d4..0000000 --- a/app-crypt/letsencrypt/letsencrypt-0.3.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" -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 -}