summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-11-09 14:35:28 +0100
committerPacho Ramos <pacho@gentoo.org>2016-11-09 15:03:54 +0100
commit568cc64dc676f3ee049fe6146a78cb93e867aac0 (patch)
tree2472c1dcb152fda796ee97a555b5879b60c3cc1f /dev-python/gdata
parentapp-arch/cfv: Drop old (diff)
downloadgentoo-568cc64dc676f3ee049fe6146a78cb93e867aac0.tar.gz
gentoo-568cc64dc676f3ee049fe6146a78cb93e867aac0.tar.bz2
gentoo-568cc64dc676f3ee049fe6146a78cb93e867aac0.zip
dev-python/gdata: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/gdata')
-rw-r--r--dev-python/gdata/Manifest1
-rw-r--r--dev-python/gdata/gdata-2.0.17-r1.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/gdata/Manifest b/dev-python/gdata/Manifest
index 99da60a57ef0..5f5351715cd0 100644
--- a/dev-python/gdata/Manifest
+++ b/dev-python/gdata/Manifest
@@ -1,3 +1,2 @@
DIST gdata-2.0.14.tar.gz 1872888 SHA256 ba291d2b9d36a0f1b1b31a5a3ac3ba11f1bcce21c915a6ec78d109a43dafb1b0 SHA512 88f8c6e8f2fb1c7774c44833ce1817b842bcf054f960f1270c9bd53adb22922bf18691ef8dc83b571d2308227722620fb0adfe4b35b04bf54d4b8f319af872a0 WHIRLPOOL d59354aac324b872800818ba7b924658396652b33b898ec8629629d62a503b854b472c604febd021aae303a174775191059a285e7aa1fa2b91cdacfd2f4657d1
-DIST gdata-2.0.17.tar.gz 2398047 SHA256 ad72274532d726304733c5bfc01bffab8c7a34ce7e730deed849aecb62c5aa2d SHA512 814755099ecd4691f13786600975b28be662312c10b22af22e2e4acf31832e8d8dd14da75940afc596fff0cfa26c7def984abc8b7a9175facf1bd662d652ceaf WHIRLPOOL 55ab0d05d606ef2130e1ce904d7caa646ca146508cd5585a10277757909b4bca34ead0a846c85b49f3207520c0481655a4f3da6b21237745ff7a2613a3f64cc5
DIST gdata-2.0.18.tar.gz 2475552 SHA256 56e7d22de819c22b13ceb0fe1869729b4287f89ebbd4bb55380d7bcf61a1fdb6 SHA512 57d01a8e41fd7507621c10a4ea3e66223aa1d481365269daecdb5ef1bd725915448bcfa5aca9bef3a7fb4b735627d7916b7f971f1c05d7bf840069346e98ceef WHIRLPOOL a3ed7e084436ad858b35970ebc0b73216ca4f041448c1916c0e1ba28f9b6135c0aa80dfb3aa6a5cf31ba6ca0b999e3633e2d6801e5c2c495da0d40feac61afe6
diff --git a/dev-python/gdata/gdata-2.0.17-r1.ebuild b/dev-python/gdata/gdata-2.0.17-r1.ebuild
deleted file mode 100644
index d7ecb17eb23c..000000000000
--- a/dev-python/gdata/gdata-2.0.17-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-PYTHON_REQ_USE="ssl(+),xml(+)"
-
-inherit distutils-r1
-
-MY_P="gdata-${PV}"
-
-DESCRIPTION="Python client library for Google data APIs"
-HOMEPAGE="https://code.google.com/p/gdata-python-client/ https://pypi.python.org/pypi/gdata"
-SRC_URI="https://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_test() {
- # run_service_tests.py requires interaction (and a valid Google account), so skip it.
- "${PYTHON}" tests/run_data_tests.py -v || die "Test failed under ${EPYTHON}"
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( samples/. )
- distutils-r1_python_install_all
-}