summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2010-03-22 16:48:38 +0000
committerJim Ramsay <lack@gentoo.org>2010-03-22 16:48:38 +0000
commit5ed8850ba92b04ee1bdd73e44395a523e55cca5d (patch)
tree53c29cbf0b06af5e038a5c1db08c3f894fee5363 /rox-base
parentPrevent people from doing stupid things wrt #310741 (diff)
downloadhistorical-5ed8850ba92b04ee1bdd73e44395a523e55cca5d.tar.gz
historical-5ed8850ba92b04ee1bdd73e44395a523e55cca5d.tar.bz2
historical-5ed8850ba92b04ee1bdd73e44395a523e55cca5d.zip
Update python dependencies to use PYTHON_DEPEND instead of NEED_PYTHON
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'rox-base')
-rw-r--r--rox-base/rox-lib/ChangeLog6
-rw-r--r--rox-base/rox-lib/rox-lib-2.0.5-r1.ebuild6
-rw-r--r--rox-base/rox-lib/rox-lib-2.0.6.ebuild4
-rw-r--r--rox-base/traylib/ChangeLog8
-rw-r--r--rox-base/traylib/traylib-0.2.5.ebuild6
-rw-r--r--rox-base/traylib/traylib-0.3.2.1.ebuild6
6 files changed, 22 insertions, 14 deletions
diff --git a/rox-base/rox-lib/ChangeLog b/rox-base/rox-lib/ChangeLog
index e20e91a324b1..7e3f8257d67a 100644
--- a/rox-base/rox-lib/ChangeLog
+++ b/rox-base/rox-lib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for rox-base/rox-lib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v 1.42 2010/02/13 19:13:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v 1.43 2010/03/22 16:44:35 lack Exp $
+
+ 22 Mar 2010; Jim Ramsay <lack@gentoo.org> rox-lib-2.0.5-r1.ebuild,
+ rox-lib-2.0.6.ebuild:
+ Update python dependencies to use PYTHON_DEPEND instead of NEED_PYTHON
13 Feb 2010; Raúl Porcel <armin76@gentoo.org> rox-lib-2.0.6.ebuild:
alpha/sparc stable wrt #300732
diff --git a/rox-base/rox-lib/rox-lib-2.0.5-r1.ebuild b/rox-base/rox-lib/rox-lib-2.0.5-r1.ebuild
index 8b14c785e775..a68b524dec7d 100644
--- a/rox-base/rox-lib/rox-lib-2.0.5-r1.ebuild
+++ b/rox-base/rox-lib/rox-lib-2.0.5-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.5-r1.ebuild,v 1.7 2009/06/03 17:44:21 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.5-r1.ebuild,v 1.8 2010/03/22 16:44:35 lack Exp $
EAPI=2
-NEED_PYTHON="2.3"
+PYTHON_DEPEND="2:2.4"
inherit python eutils multilib
MY_PN="rox-lib2"
diff --git a/rox-base/rox-lib/rox-lib-2.0.6.ebuild b/rox-base/rox-lib/rox-lib-2.0.6.ebuild
index 25e6fde1a104..134bf2eaac12 100644
--- a/rox-base/rox-lib/rox-lib-2.0.6.ebuild
+++ b/rox-base/rox-lib/rox-lib-2.0.6.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.6.ebuild,v 1.5 2010/02/13 19:13:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.6.ebuild,v 1.6 2010/03/22 16:44:35 lack Exp $
-NEED_PYTHON="2.3"
+PYTHON_DEPEND="2:2.4"
inherit python eutils multilib
MY_PN="rox-lib2"
diff --git a/rox-base/traylib/ChangeLog b/rox-base/traylib/ChangeLog
index 07a3cf0a0fbd..8bef17afb873 100644
--- a/rox-base/traylib/ChangeLog
+++ b/rox-base/traylib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for rox-base/traylib
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/traylib/ChangeLog,v 1.9 2008/09/01 09:37:54 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/rox-base/traylib/ChangeLog,v 1.10 2010/03/22 16:48:38 lack Exp $
+
+ 22 Mar 2010; Jim Ramsay <lack@gentoo.org> traylib-0.2.5.ebuild,
+ traylib-0.3.2.1.ebuild:
+ Update python dependencies to use PYTHON_DEPEND instead of NEED_PYTHON
01 Sep 2008; Raúl Porcel <armin76@gentoo.org> traylib-0.3.2.1.ebuild:
sparc stable wrt #236057
diff --git a/rox-base/traylib/traylib-0.2.5.ebuild b/rox-base/traylib/traylib-0.2.5.ebuild
index 870f409bb316..dac30c7478e9 100644
--- a/rox-base/traylib/traylib-0.2.5.ebuild
+++ b/rox-base/traylib/traylib-0.2.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/traylib/traylib-0.2.5.ebuild,v 1.5 2008/06/04 13:17:09 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/traylib/traylib-0.2.5.ebuild,v 1.6 2010/03/22 16:48:38 lack Exp $
-NEED_PYTHON="2.3"
+PYTHON_DEPEND="2:2.4"
inherit python eutils multilib
MY_PN="TrayLib"
diff --git a/rox-base/traylib/traylib-0.3.2.1.ebuild b/rox-base/traylib/traylib-0.3.2.1.ebuild
index eb124919d59f..6a67666286f9 100644
--- a/rox-base/traylib/traylib-0.3.2.1.ebuild
+++ b/rox-base/traylib/traylib-0.3.2.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/traylib/traylib-0.3.2.1.ebuild,v 1.6 2008/09/01 09:37:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/traylib/traylib-0.3.2.1.ebuild,v 1.7 2010/03/22 16:48:38 lack Exp $
-NEED_PYTHON="2.3"
+PYTHON_DEPEND="2:2.4"
inherit python eutils multilib
MY_PN="TrayLib"