commit: b2d06e297f9a5b5936188ebd96a388ce306bba9c Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Nov 18 11:00:07 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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 <[email protected]> metadata.xml: - Removed no-herd from herd tag in metadata.xml - -*pycclib-1.1.1 (29 Jun 2011) - - 29 Jun 2011; MATSUU Takuto <[email protected]> +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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer> - <email>[email protected]</email> - <name>MATSUU Takuto</name> - </maintainer> -</pkgmetadata> 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"
