summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-06-12 06:17:25 +0000
committerJustin Lecher <jlec@gentoo.org>2012-06-12 06:17:25 +0000
commitce0924145306cb96ebcc363a9f4de83b48e5fed8 (patch)
tree04db6eaf0bef0d29aa2b52172952c72e93d1ff38 /dev-python/couchdb-python
parentx86 stable, see bug 419637 (diff)
downloadgentoo-2-ce0924145306cb96ebcc363a9f4de83b48e5fed8.tar.gz
gentoo-2-ce0924145306cb96ebcc363a9f4de83b48e5fed8.tar.bz2
gentoo-2-ce0924145306cb96ebcc363a9f4de83b48e5fed8.zip
Remove NonExistingDep on python:2.4
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/couchdb-python')
-rw-r--r--dev-python/couchdb-python/ChangeLog8
-rw-r--r--dev-python/couchdb-python/couchdb-python-0.6.1.ebuild7
-rw-r--r--dev-python/couchdb-python/couchdb-python-0.7.ebuild7
-rw-r--r--dev-python/couchdb-python/couchdb-python-0.8.ebuild7
4 files changed, 15 insertions, 14 deletions
diff --git a/dev-python/couchdb-python/ChangeLog b/dev-python/couchdb-python/ChangeLog
index 42515f6a11e1..b715a3fc504b 100644
--- a/dev-python/couchdb-python/ChangeLog
+++ b/dev-python/couchdb-python/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/couchdb-python
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v 1.15 2011/04/11 13:35:52 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v 1.16 2012/06/12 06:17:25 jlec Exp $
+
+ 12 Jun 2012; Justin Lecher <jlec@gentoo.org> couchdb-python-0.6.1.ebuild,
+ couchdb-python-0.7.ebuild, couchdb-python-0.8.ebuild:
+ Remove NonExistingDep on python:2.4
11 Apr 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
couchdb-python-0.8.ebuild:
diff --git a/dev-python/couchdb-python/couchdb-python-0.6.1.ebuild b/dev-python/couchdb-python/couchdb-python-0.6.1.ebuild
index b6f6cb2e31b4..5d080ae78196 100644
--- a/dev-python/couchdb-python/couchdb-python-0.6.1.ebuild
+++ b/dev-python/couchdb-python/couchdb-python-0.6.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-0.6.1.ebuild,v 1.10 2010/12/26 14:39:37 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-0.6.1.ebuild,v 1.11 2012/06/12 06:17:25 jlec Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -24,8 +24,7 @@ IUSE="doc"
RDEPEND="dev-python/httplib2
|| ( >=dev-lang/python-2.6
- ( dev-lang/python:2.5 dev-python/simplejson )
- ( dev-lang/python:2.4 dev-python/simplejson ) )"
+ ( dev-lang/python:2.5 dev-python/simplejson ) )"
DEPEND="dev-python/setuptools"
S="${WORKDIR}/CouchDB-${PV}"
diff --git a/dev-python/couchdb-python/couchdb-python-0.7.ebuild b/dev-python/couchdb-python/couchdb-python-0.7.ebuild
index 5cd24cb98503..ef5c9d76207b 100644
--- a/dev-python/couchdb-python/couchdb-python-0.7.ebuild
+++ b/dev-python/couchdb-python/couchdb-python-0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-0.7.ebuild,v 1.5 2010/12/26 14:39:37 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-0.7.ebuild,v 1.6 2012/06/12 06:17:25 jlec Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -24,8 +24,7 @@ IUSE="doc"
RDEPEND="dev-python/httplib2
|| ( >=dev-lang/python-2.6
- ( dev-lang/python:2.5 dev-python/simplejson )
- ( dev-lang/python:2.4 dev-python/simplejson ) )"
+ ( dev-lang/python:2.5 dev-python/simplejson ) )"
DEPEND="dev-python/setuptools"
S="${WORKDIR}/CouchDB-${PV}"
diff --git a/dev-python/couchdb-python/couchdb-python-0.8.ebuild b/dev-python/couchdb-python/couchdb-python-0.8.ebuild
index 038b6eca33ac..f5f1bd6320cb 100644
--- a/dev-python/couchdb-python/couchdb-python-0.8.ebuild
+++ b/dev-python/couchdb-python/couchdb-python-0.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-0.8.ebuild,v 1.4 2011/04/11 13:35:52 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-0.8.ebuild,v 1.5 2012/06/12 06:17:25 jlec Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -24,8 +24,7 @@ IUSE=""
RDEPEND="dev-python/httplib2
|| ( >=dev-lang/python-2.6
- ( dev-lang/python:2.5 dev-python/simplejson )
- ( dev-lang/python:2.4 dev-python/simplejson ) )"
+ ( dev-lang/python:2.5 dev-python/simplejson ) )"
DEPEND="dev-python/setuptools"
S="${WORKDIR}/CouchDB-${PV}"