diff options
author | 2010-03-22 16:48:38 +0000 | |
---|---|---|
committer | 2010-03-22 16:48:38 +0000 | |
commit | 5ed8850ba92b04ee1bdd73e44395a523e55cca5d (patch) | |
tree | 53c29cbf0b06af5e038a5c1db08c3f894fee5363 /rox-base/traylib | |
parent | Prevent people from doing stupid things wrt #310741 (diff) | |
download | historical-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/traylib')
-rw-r--r-- | rox-base/traylib/ChangeLog | 8 | ||||
-rw-r--r-- | rox-base/traylib/traylib-0.2.5.ebuild | 6 | ||||
-rw-r--r-- | rox-base/traylib/traylib-0.3.2.1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
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" |