summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-02-02 14:43:47 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-02-02 14:43:47 +0000
commit07763ee6d839af7977bad23285e8750682755f00 (patch)
treee70ee0cec548ed7800ff44d62770f3832e97b0fa /dev-python/gdata
parentMarked ~hppa (bug #538496). (diff)
downloadgentoo-2-07763ee6d839af7977bad23285e8750682755f00.tar.gz
gentoo-2-07763ee6d839af7977bad23285e8750682755f00.tar.bz2
gentoo-2-07763ee6d839af7977bad23285e8750682755f00.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/gdata')
-rw-r--r--dev-python/gdata/ChangeLog8
-rw-r--r--dev-python/gdata/gdata-2.0.16.ebuild45
-rw-r--r--dev-python/gdata/gdata-2.0.17.ebuild45
3 files changed, 6 insertions, 92 deletions
diff --git a/dev-python/gdata/ChangeLog b/dev-python/gdata/ChangeLog
index 20d4833d907f..44579de04501 100644
--- a/dev-python/gdata/ChangeLog
+++ b/dev-python/gdata/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gdata
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v 1.113 2014/03/31 20:57:11 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v 1.114 2015/02/02 14:43:47 mrueg Exp $
+
+ 02 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -gdata-2.0.16.ebuild,
+ -gdata-2.0.17.ebuild:
+ Remove old.
31 Mar 2014; Michał Górny <mgorny@gentoo.org> gdata-2.0.17-r1.ebuild,
gdata-2.0.18.ebuild:
diff --git a/dev-python/gdata/gdata-2.0.16.ebuild b/dev-python/gdata/gdata-2.0.16.ebuild
deleted file mode 100644
index 01d8ba0ca63b..000000000000
--- a/dev-python/gdata/gdata-2.0.16.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-2.0.16.ebuild,v 1.4 2012/08/02 22:35:14 neurogeek Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2"
-PYTHON_USE_WITH="ssl(+) xml(+)"
-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"
-
-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}/examples
- doins -r samples/*
- fi
-}
diff --git a/dev-python/gdata/gdata-2.0.17.ebuild b/dev-python/gdata/gdata-2.0.17.ebuild
deleted file mode 100644
index ddc1756d2296..000000000000
--- a/dev-python/gdata/gdata-2.0.17.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-2.0.17.ebuild,v 1.3 2013/02/21 15:03:47 zmedico Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2"
-PYTHON_USE_WITH="ssl(+) xml(+)"
-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 ~arm-linux ~x86-linux"
-IUSE="examples"
-
-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}/examples
- doins -r samples/*
- fi
-}