summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-06-29 21:38:38 +0000
committerAli Polatel <hawking@gentoo.org>2008-06-29 21:38:38 +0000
commit0281b9bf2b7813d98d95ddad6707fbb3414bbefa (patch)
tree1e001d77683efa3a64eda58ce277dd1e2861bf6d /app-admin/eselect-python
parentVersion bump. Fixes bug #229715. (diff)
downloadgentoo-2-0281b9bf2b7813d98d95ddad6707fbb3414bbefa.tar.gz
gentoo-2-0281b9bf2b7813d98d95ddad6707fbb3414bbefa.tar.bz2
gentoo-2-0281b9bf2b7813d98d95ddad6707fbb3414bbefa.zip
Version bump.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r1 x86_64)
Diffstat (limited to 'app-admin/eselect-python')
-rw-r--r--app-admin/eselect-python/ChangeLog8
-rw-r--r--app-admin/eselect-python/eselect-python-20080620.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/app-admin/eselect-python/ChangeLog b/app-admin/eselect-python/ChangeLog
index 1b81682d8e70..05482a25c7f4 100644
--- a/app-admin/eselect-python/ChangeLog
+++ b/app-admin/eselect-python/ChangeLog
@@ -1,6 +1,12 @@
# 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.7 2008/06/22 21:06:52 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.8 2008/06/29 21:38:38 hawking Exp $
+
+*eselect-python-20080620 (29 Jun 2008)
+
+ 29 Jun 2008; Ali Polatel <hawking@gentoo.org>
+ +eselect-python-20080620.ebuild:
+ Version bump.
22 Jun 2008; Christian Faulhammer <opfer@gentoo.org>
eselect-python-20080521.ebuild:
diff --git a/app-admin/eselect-python/eselect-python-20080620.ebuild b/app-admin/eselect-python/eselect-python-20080620.ebuild
new file mode 100644
index 000000000000..d97921d373f4
--- /dev/null
+++ b/app-admin/eselect-python/eselect-python-20080620.ebuild
@@ -0,0 +1,19 @@
+# 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.1 2008/06/29 21:38:38 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="~alpha ~amd64 ~ia64 ~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
+}