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 A9EE8138A6C for ; Tue, 18 Nov 2014 15:07:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BA2EE09DA; Tue, 18 Nov 2014 15:07:23 +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 71BC4E09CA for ; Tue, 18 Nov 2014 15:07:21 +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 86F51340537 for ; Tue, 18 Nov 2014 15:07:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E2D6A652 for ; Tue, 18 Nov 2014 15:07:16 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1416308407.b2d06e297f9a5b5936188ebd96a388ce306bba9c.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-python/pycclib/ X-VCS-Repository: proj/betagarden X-VCS-Files: dev-python/pycclib/ChangeLog dev-python/pycclib/metadata.xml dev-python/pycclib/pycclib-1.1.1.ebuild X-VCS-Directories: dev-python/pycclib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b2d06e297f9a5b5936188ebd96a388ce306bba9c X-VCS-Branch: master Date: Tue, 18 Nov 2014 15:07:16 +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: 63c9cddc-bbfc-40a1-852c-0429ffbd7786 X-Archives-Hash: c8a526551eb644fdfb06a26b7760fda8 commit: b2d06e297f9a5b5936188ebd96a388ce306bba9c Author: Justin Lecher gentoo org> AuthorDate: Tue Nov 18 11:00:07 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Nov 18 11:00:07 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=b2d06e29 upstream dead Signed-off-by: Justin Lecher gentoo.org> --- dev-python/pycclib/ChangeLog | 13 ------------- dev-python/pycclib/metadata.xml | 8 -------- dev-python/pycclib/pycclib-1.1.1.ebuild | 24 ------------------------ 3 files changed, 45 deletions(-) diff --git a/dev-python/pycclib/ChangeLog b/dev-python/pycclib/ChangeLog deleted file mode 100644 index d242ec6..0000000 --- a/dev-python/pycclib/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for dev-python/pycclib -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 27 Oct 2011; Justin Lecher metadata.xml: - Removed no-herd from herd tag in metadata.xml - -*pycclib-1.1.1 (29 Jun 2011) - - 29 Jun 2011; MATSUU Takuto +pycclib-1.1.1.ebuild, - +metadata.xml: - Initial import. - diff --git a/dev-python/pycclib/metadata.xml b/dev-python/pycclib/metadata.xml deleted file mode 100644 index 91bcbcf..0000000 --- a/dev-python/pycclib/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - matsuu@gentoo.org - MATSUU Takuto - - diff --git a/dev-python/pycclib/pycclib-1.1.1.ebuild b/dev-python/pycclib/pycclib-1.1.1.ebuild deleted file mode 100644 index 17fcfd0..0000000 --- a/dev-python/pycclib/pycclib-1.1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="A convenient wrapper for the cloudControl RESTful API" -HOMEPAGE="https://launchpad.net/pycclib" -SRC_URI="http://launchpad.net/pycclib/trunk/${PV}/+download/${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-python/httplib2-0.6" -RDEPEND="${RDEPEND}" - -DOCS="README"