summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-08 22:56:50 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-08 22:56:50 +0000
commit5160bdcf30629c28bab091e736b4805e40cff708 (patch)
tree8c325ae8e12afd98b644b5883c1e07ef68749885 /dev-python/gdata
parentDelete older ebuild. (diff)
downloadgentoo-2-5160bdcf30629c28bab091e736b4805e40cff708.tar.gz
gentoo-2-5160bdcf30629c28bab091e736b4805e40cff708.tar.bz2
gentoo-2-5160bdcf30629c28bab091e736b4805e40cff708.zip
Delete older ebuilds.
(Portage version: 2.2.0_alpha22_p7/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gdata')
-rw-r--r--dev-python/gdata/ChangeLog6
-rw-r--r--dev-python/gdata/gdata-2.0.10.ebuild47
-rw-r--r--dev-python/gdata/gdata-2.0.12.ebuild47
3 files changed, 5 insertions, 95 deletions
diff --git a/dev-python/gdata/ChangeLog b/dev-python/gdata/ChangeLog
index 168ba2d960a6..262c7315b068 100644
--- a/dev-python/gdata/ChangeLog
+++ b/dev-python/gdata/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gdata
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v 1.89 2011/02/08 22:20:44 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v 1.90 2011/02/08 22:56:49 arfrever Exp $
+
+ 08 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -gdata-2.0.10.ebuild, -gdata-2.0.12.ebuild:
+ Delete.
08 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> gdata-2.0.13.ebuild:
ppc64 stable wrt #350871
diff --git a/dev-python/gdata/gdata-2.0.10.ebuild b/dev-python/gdata/gdata-2.0.10.ebuild
deleted file mode 100644
index 08819a6d207a..000000000000
--- a/dev-python/gdata/gdata-2.0.10.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-2.0.10.ebuild,v 1.6 2010/07/20 03:05:13 jer Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils eutils
-
-MY_P="gdata-${PV}"
-
-DESCRIPTION="Python client library for Google data APIs"
-HOMEPAGE="http://code.google.com/p/gdata-python-client/ http://pypi.python.org/pypi/gdata"
-SRC_URI="http://gdata-python-client.googlecode.com/files/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="examples"
-
-DEPEND="|| ( >=dev-lang/python-2.5[xml] dev-python/elementtree )"
-RDEPEND="${DEPEND}"
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="atom gdata"
-
-src_test() {
- testing() {
- PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" tests/run_data_tests.py -v || die "Data tests failed with Python ${PYTHON_ABI}"
-
- # run_service_tests.py requires interaction (and a valid Google account), so skip it.
- # PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" tests/run_service_tests.py -v || die "Service tests failed with Python ${PYTHON_ABI}"
- }
- python_execute_function testing
-}
-
-src_install() {
- distutils_src_install
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r samples
- fi
-}
diff --git a/dev-python/gdata/gdata-2.0.12.ebuild b/dev-python/gdata/gdata-2.0.12.ebuild
deleted file mode 100644
index 2b6f03dca6bc..000000000000
--- a/dev-python/gdata/gdata-2.0.12.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-2.0.12.ebuild,v 1.7 2010/10/26 23:44:53 jer Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-MY_P="gdata-${PV}"
-
-DESCRIPTION="Python client library for Google data APIs"
-HOMEPAGE="http://code.google.com/p/gdata-python-client/ http://pypi.python.org/pypi/gdata"
-SRC_URI="http://gdata-python-client.googlecode.com/files/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
-IUSE="examples"
-
-DEPEND="|| ( dev-lang/python:2.7[xml] dev-lang/python:2.6[xml] dev-lang/python:2.5[xml] dev-python/elementtree )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="atom gdata"
-
-src_test() {
- testing() {
- PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" tests/run_data_tests.py -v || return 1
-
- # run_service_tests.py requires interaction (and a valid Google account), so skip it.
- # PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" tests/run_service_tests.py -v || return 1
- }
- python_execute_function testing
-}
-
-src_install() {
- distutils_src_install
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r samples || die "Installation of examples failed"
- fi
-}