diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-28 00:55:06 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-28 00:55:06 +0000 |
commit | fa8fa909ef5ff42d78b8b766af4c36908f061bbc (patch) | |
tree | 7a2901ce7c3639801f9a00d1aadc5a21303f6345 /dev-lang | |
parent | stable on x86 (diff) | |
download | gentoo-2-fa8fa909ef5ff42d78b8b766af4c36908f061bbc.tar.gz gentoo-2-fa8fa909ef5ff42d78b8b766af4c36908f061bbc.tar.bz2 gentoo-2-fa8fa909ef5ff42d78b8b766af4c36908f061bbc.zip |
Fix vapiers borkage :)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/python/python-2.1.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.2.3-r6.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.3.4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.3.5.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.4-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.4.1.ebuild | 4 |
7 files changed, 19 insertions, 12 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 4f14516ef111..555b72aaaa83 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/python # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.145 2005/05/21 08:25:33 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.146 2005/05/28 00:55:06 kloeri Exp $ + + 28 May 2005; Bryan Østergaard <kloeri@gentoo.org> python-2.1.3-r1.ebuild, + python-2.2.3-r6.ebuild, python-2.3.4-r1.ebuild, python-2.3.5.ebuild, + python-2.4-r3.ebuild, python-2.4.1.ebuild: + Add missing inherit versionator. 21 May 2005; Bryan Østergaard <kloeri@gentoo.org> python-2.1.3-r1.ebuild: Fix PROVIDE according to bug 93028. diff --git a/dev-lang/python/python-2.1.3-r1.ebuild b/dev-lang/python/python-2.1.3-r1.ebuild index 01df0de99c29..cd481d4d322e 100644 --- a/dev-lang/python/python-2.1.3-r1.ebuild +++ b/dev-lang/python/python-2.1.3-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.3-r1.ebuild,v 1.21 2005/05/28 00:30:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.3-r1.ebuild,v 1.22 2005/05/28 00:55:06 kloeri Exp $ + +inherit versionator PYVER_MAJOR=$(get_major_version) PYVER_MINOR=$(get_version_component_range 2) diff --git a/dev-lang/python/python-2.2.3-r6.ebuild b/dev-lang/python/python-2.2.3-r6.ebuild index 3cefb614fbda..657b851ae728 100644 --- a/dev-lang/python/python-2.2.3-r6.ebuild +++ b/dev-lang/python/python-2.2.3-r6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3-r6.ebuild,v 1.3 2005/05/28 00:30:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3-r6.ebuild,v 1.4 2005/05/28 00:55:06 kloeri Exp $ -inherit flag-o-matic eutils python +inherit flag-o-matic eutils python versionator PYVER_MAJOR=$(get_major_version) PYVER_MINOR=$(get_version_component_range 2) diff --git a/dev-lang/python/python-2.3.4-r1.ebuild b/dev-lang/python/python-2.3.4-r1.ebuild index 5a5ecc3f90c6..57605de3a8e3 100644 --- a/dev-lang/python/python-2.3.4-r1.ebuild +++ b/dev-lang/python/python-2.3.4-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4-r1.ebuild,v 1.7 2005/05/28 00:30:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4-r1.ebuild,v 1.8 2005/05/28 00:55:06 kloeri Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage # in dev-lang/python. It _WILL_ stop people installing from # Gentoo 1.4 images. -inherit eutils flag-o-matic python +inherit eutils flag-o-matic python versionator PYVER_MAJOR=$(get_major_version) PYVER_MINOR=$(get_version_component_range 2) diff --git a/dev-lang/python/python-2.3.5.ebuild b/dev-lang/python/python-2.3.5.ebuild index 73217dd60a85..43a08d934a71 100644 --- a/dev-lang/python/python-2.3.5.ebuild +++ b/dev-lang/python/python-2.3.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5.ebuild,v 1.16 2005/05/28 00:30:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5.ebuild,v 1.17 2005/05/28 00:55:06 kloeri Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage # in dev-lang/python. It _WILL_ stop people installing from # Gentoo 1.4 images. -inherit eutils flag-o-matic python +inherit eutils flag-o-matic python versionator PYVER_MAJOR=$(get_major_version) PYVER_MINOR=$(get_version_component_range 2) diff --git a/dev-lang/python/python-2.4-r3.ebuild b/dev-lang/python/python-2.4-r3.ebuild index 82c7c77bb87f..5902bf793602 100644 --- a/dev-lang/python/python-2.4-r3.ebuild +++ b/dev-lang/python/python-2.4-r3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4-r3.ebuild,v 1.5 2005/05/28 00:30:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4-r3.ebuild,v 1.6 2005/05/28 00:55:06 kloeri Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage # in dev-lang/python. It _WILL_ stop people installing from # Gentoo 1.4 images. -inherit eutils flag-o-matic python multilib +inherit eutils flag-o-matic python multilib versionator PYVER_MAJOR=$(get_major_version) PYVER_MINOR=$(get_version_component_range 2) diff --git a/dev-lang/python/python-2.4.1.ebuild b/dev-lang/python/python-2.4.1.ebuild index 61e77447c9c3..01f6b2c06cb9 100644 --- a/dev-lang/python/python-2.4.1.ebuild +++ b/dev-lang/python/python-2.4.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.1.ebuild,v 1.6 2005/05/28 00:30:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.1.ebuild,v 1.7 2005/05/28 00:55:06 kloeri Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage # in dev-lang/python. It _WILL_ stop people installing from # Gentoo 1.4 images. -inherit eutils flag-o-matic python multilib +inherit eutils flag-o-matic python multilib versionator # we need this so that we don't depends on python.eclass PYVER_MAJOR=$(get_major_version) |