diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-10-25 14:45:23 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-10-25 14:45:23 +0000 |
commit | b781db92f4eb566a98a5adab2b9f13f8c6c063cf (patch) | |
tree | 55795988138bb16cf19435a245d5cfd60677ff49 /app-admin/eselect-python | |
parent | version bump wrt #242878 (diff) | |
download | historical-b781db92f4eb566a98a5adab2b9f13f8c6c063cf.tar.gz historical-b781db92f4eb566a98a5adab2b9f13f8c6c063cf.tar.bz2 historical-b781db92f4eb566a98a5adab2b9f13f8c6c063cf.zip |
Version bump. Fixes bug 240149. Drop old.
Package-Manager: portage--svn/cvs/Linux 2.6.26-gentoo x86_64
Diffstat (limited to 'app-admin/eselect-python')
-rw-r--r-- | app-admin/eselect-python/ChangeLog | 9 | ||||
-rw-r--r-- | app-admin/eselect-python/eselect-python-20080124.ebuild | 19 | ||||
-rw-r--r-- | app-admin/eselect-python/eselect-python-20080620.ebuild | 19 | ||||
-rw-r--r-- | app-admin/eselect-python/eselect-python-20080925.ebuild (renamed from app-admin/eselect-python/eselect-python-20080630.ebuild) | 2 |
4 files changed, 9 insertions, 40 deletions
diff --git a/app-admin/eselect-python/ChangeLog b/app-admin/eselect-python/ChangeLog index e6802fd592e3..b2f0b6d555da 100644 --- a/app-admin/eselect-python/ChangeLog +++ b/app-admin/eselect-python/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-admin/eselect-python # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.12 2008/09/18 19:22:26 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.13 2008/10/25 14:45:23 hawking Exp $ + +*eselect-python-20080925 (25 Oct 2008) + + 25 Oct 2008; Ali Polatel <hawking@gentoo.org> + -eselect-python-20080124.ebuild, -eselect-python-20080620.ebuild, + -eselect-python-20080630.ebuild, +eselect-python-20080925.ebuild: + Version bump. Fixes bug 240149. Drop old. *eselect-python-20080630 (18 Sep 2008) diff --git a/app-admin/eselect-python/eselect-python-20080124.ebuild b/app-admin/eselect-python/eselect-python-20080124.ebuild deleted file mode 100644 index d66fe4667e40..000000000000 --- a/app-admin/eselect-python/eselect-python-20080124.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20080124.ebuild,v 1.2 2008/05/21 10:25:05 hawking Exp $ - -DESCRIPTION="Manages multiple Python versions" -HOMEPAGE="http://www.gentoo.org" -SRC_URI="mirror://gentoo/python.eselect-${PVR}.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=app-admin/eselect-1.0.2" - -src_install() { - insinto /usr/share/eselect/modules - newins "${WORKDIR}/python.eselect-${PVR}" python.eselect || die -} diff --git a/app-admin/eselect-python/eselect-python-20080620.ebuild b/app-admin/eselect-python/eselect-python-20080620.ebuild deleted file mode 100644 index 09b0ab7f2bce..000000000000 --- a/app-admin/eselect-python/eselect-python-20080620.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20080620.ebuild,v 1.4 2008/07/13 20:01:02 josejx Exp $ - -DESCRIPTION="Manages multiple Python versions" -HOMEPAGE="http://www.gentoo.org" -SRC_URI="mirror://gentoo/python.eselect-${PVR}.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND=">=app-admin/eselect-1.0.2" - -src_install() { - insinto /usr/share/eselect/modules - newins "${WORKDIR}/python.eselect-${PVR}" python.eselect || die -} diff --git a/app-admin/eselect-python/eselect-python-20080630.ebuild b/app-admin/eselect-python/eselect-python-20080925.ebuild index dbfda5c4dfb9..d075302ac542 100644 --- a/app-admin/eselect-python/eselect-python-20080630.ebuild +++ b/app-admin/eselect-python/eselect-python-20080925.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20080630.ebuild,v 1.1 2008/09/18 19:22:26 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20080925.ebuild,v 1.1 2008/10/25 14:45:23 hawking Exp $ DESCRIPTION="Manages multiple Python versions" HOMEPAGE="http://www.gentoo.org" |