summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2009-07-24 13:45:19 +0000
committerJim Ramsay <lack@gentoo.org>2009-07-24 13:45:19 +0000
commitafd32bfb2b34b586763aa27b117812f9ea9ad06e (patch)
treec26852cfdd9457e8f553016dddf6e3f784d71441
parentx-modular.eclass: Added workaround for bug #278221: fc-cache in fontconfig 2.... (diff)
downloadgentoo-2-afd32bfb2b34b586763aa27b117812f9ea9ad06e.tar.gz
gentoo-2-afd32bfb2b34b586763aa27b117812f9ea9ad06e.tar.bz2
gentoo-2-afd32bfb2b34b586763aa27b117812f9ea9ad06e.zip
Version cleanup, also version 1.3.3 fails some tests (Bug #276681)
(Portage version: 2.1.6.13/cvs/Linux x86_64)
-rw-r--r--dev-python/gdata/ChangeLog6
-rw-r--r--dev-python/gdata/gdata-1.0.4.ebuild41
-rw-r--r--dev-python/gdata/gdata-1.2.4.ebuild40
-rw-r--r--dev-python/gdata/gdata-1.3.3.ebuild40
4 files changed, 5 insertions, 122 deletions
diff --git a/dev-python/gdata/ChangeLog b/dev-python/gdata/ChangeLog
index 93fdcfff8ee3..aef8143b4dbb 100644
--- a/dev-python/gdata/ChangeLog
+++ b/dev-python/gdata/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gdata
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v 1.25 2009/07/24 07:33:39 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v 1.26 2009/07/24 13:45:19 lack Exp $
+
+ 24 Jul 2009; Jim Ramsay <lack@gentoo.org> -gdata-1.0.4.ebuild,
+ -gdata-1.2.4.ebuild, -gdata-1.3.3.ebuild:
+ Version cleanup, also version 1.3.3 fails some tests (Bug #276681)
24 Jul 2009; Christian Faulhammer <fauli@gentoo.org> gdata-2.0.0.ebuild:
stable x86, bug 277347
diff --git a/dev-python/gdata/gdata-1.0.4.ebuild b/dev-python/gdata/gdata-1.0.4.ebuild
deleted file mode 100644
index 03266f6aa7a9..000000000000
--- a/dev-python/gdata/gdata-1.0.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-1.0.4.ebuild,v 1.2 2007/10/08 17:14:34 dberkholz Exp $
-
-inherit distutils
-
-MY_P="gdata.py-${PV}"
-
-DESCRIPTION="Python client library for Google data APIs"
-HOMEPAGE="http://code.google.com/p/gdata-python-client/"
-SRC_URI="http://gdata-python-client.googlecode.com/files/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="examples"
-
-DEPEND=""
-RDEPEND="|| ( >=dev-lang/python-2.5 dev-python/elementtree )"
-
-PYTHON_MODNAME="atom gdata"
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- distutils_src_install
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r samples
- fi
-}
-
-src_test() {
- cd tests
- export PYTHONPATH=../src
- for x in $(find -name "*.py"); do
- grep -q raw_input ${x} && continue
- einfo "Running ${x}..."
- "${python}" ${x} -v || die "${x} failed"
- done
-}
diff --git a/dev-python/gdata/gdata-1.2.4.ebuild b/dev-python/gdata/gdata-1.2.4.ebuild
deleted file mode 100644
index 9e238167b836..000000000000
--- a/dev-python/gdata/gdata-1.2.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-1.2.4.ebuild,v 1.2 2009/04/04 15:41:59 armin76 Exp $
-
-inherit distutils eutils
-
-MY_P="gdata.py-${PV}"
-
-DESCRIPTION="Python client library for Google data APIs"
-HOMEPAGE="http://code.google.com/p/gdata-python-client/"
-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=""
-RDEPEND="|| ( >=dev-lang/python-2.5 dev-python/elementtree )"
-
-PYTHON_MODNAME="atom gdata"
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- distutils_src_install
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r samples
- fi
-}
-
-src_test() {
- cd tests
- export PYTHONPATH=../src
- "${python}" run_data_tests.py -v || die "Data tests failed"
-
- # run_service_tests.py requires interaction (and a valid google account), so skip.
- #"${python}" run_service_tests.py -v || die "Service tests failed"
-}
diff --git a/dev-python/gdata/gdata-1.3.3.ebuild b/dev-python/gdata/gdata-1.3.3.ebuild
deleted file mode 100644
index bef0bf6b6ced..000000000000
--- a/dev-python/gdata/gdata-1.3.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-1.3.3.ebuild,v 1.2 2009/07/15 12:59:57 fauli Exp $
-
-inherit distutils eutils
-
-MY_P="gdata-${PV}"
-
-DESCRIPTION="Python client library for Google data APIs"
-HOMEPAGE="http://code.google.com/p/gdata-python-client/"
-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=""
-RDEPEND="|| ( >=dev-lang/python-2.5 dev-python/elementtree )"
-
-PYTHON_MODNAME="atom gdata"
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- distutils_src_install
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r samples
- fi
-}
-
-src_test() {
- cd tests
- export PYTHONPATH=../src
- "${python}" run_data_tests.py -v || die "Data tests failed"
-
- # run_service_tests.py requires interaction (and a valid google account), so skip.
- #"${python}" run_service_tests.py -v || die "Service tests failed"
-}