ChangeLog

# 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.10 2008/07/04 04:54:48 ricmm Exp $

04 Jul 2008; eselect-python-20080620.ebuild:
Add ~mips, bug #228611

01 Jul 2008; Jeroen Roovers
eselect-python-20080620.ebuild:
Marked ~hppa (bug #228611).

*eselect-python-20080620 (29 Jun 2008)

29 Jun 2008; Ali Polatel
+eselect-python-20080620.ebuild:
Version bump.

22 Jun 2008; Christian Faulhammer
eselect-python-20080521.ebuild:
stable x86, bug 228613

21 Jun 2008; Markus Rothe
eselect-python-20080521.ebuild:
Added ~ppc64; bug #228611

21 Jun 2008; Olivier Crête
eselect-python-20080521.ebuild:
amd64 stable, bug #228613

21 Jun 2008; Raúl Porcel
eselect-python-20080521.ebuild:
Add ~alpha/~ia64/~sparc wrt #228611

*eselect-python-20080521 (21 May 2008)

21 May 2008; Ali Polatel
+eselect-python-20080521.ebuild:
Version bump. Implemented update --if-unset so it can be used from ebuilds
easily.

21 May 2008; Ali Polatel
eselect-python-20080124.ebuild:
Keyworded ~amd64

*eselect-python-20080124 (24 Jan 2008)

24 Jan 2008; Ali Polatel +metadata.xml,
+eselect-python-20080124.ebuild:
eselect-python, initial version

Manifest

DIST python.eselect-20080124.bz2 1578 RMD160 e0a20fa971c94b5f9f51f76a616d878952dfa314 SHA1 36852a40b27e336b3ecb1d869a1542ab63150e2b SHA256 cd2323570c0478565b78cb831df3872190a18b83def4273ea04250ea883c5dab
DIST python.eselect-20080521.bz2 1693 RMD160 3bb28bc5145a5bdeb2a31c864daeda608356f60d SHA1 b63add953b00eb5c6206171927501c3f114404d7 SHA256 c6e2b2089f0a233cc0069f893d50b7bb343e893edd7bdd9510424085a780f131
DIST python.eselect-20080620.bz2 1805 RMD160 9264c0bc4672f60c938edfd8e164a2caf05f3f92 SHA1 01be02b7c365fc5a6a8dc6e00336515f84b49361 SHA256 8ca28b44e4acd53ea64298f739fe7226c1917637c22a6266c6f442febf83d93f
EBUILD eselect-python-20080124.ebuild 585 RMD160 0cee68b22e90a2b4fa9483af1df9d42882168a4b SHA1 93864bda50e1fac8be67dcbb571f2f482f80d544 SHA256 504bdc83b7f38b10ef1e6b830c6be9b28046ab97977bdec130225b92844fdc90
EBUILD eselect-python-20080521.ebuild 608 RMD160 cda3d755287e4e511d98fdeb2fa05e6d03df7871 SHA1 0a7bd5da4440cd746f271ef9701ff65eb93a6966 SHA256 2adfd6e163e09be23734c54226d374e708e94e949e476714483aeaaf64f278c5
EBUILD eselect-python-20080620.ebuild 622 RMD160 f390b5d845ad382d101960b669436160b02035a2 SHA1 90841b0e88e6bd48de63c99ce8fe87bdcb7530fd SHA256 64210bc10f3dbedb725f572b2ab2a4ed9ed22de9489377593d5947ad37e3d127
MISC ChangeLog 1513 RMD160 976bc9ce3b3f67e0e30b333ba6303b6c557a3e9a SHA1 7a7d17a47797e6394c6b9f6b88e07b9205b42da4 SHA256 998a9556d3ae2f0a3085a409232a08940b835c3af2e175412a368e2bb409d02a
MISC metadata.xml 264 RMD160 e8f757e458936f4b0adfeb12ca64e6c2c0159541 SHA1 51d0bd8f56271de1552e48ce6e17e837ec6b8597 SHA256 a3f3803c512a047e656156763631fbfd30113ef2b682dd710e6ddbb1ca9a07a5

eselect-python-20080124.ebuild

# 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
}

eselect-python-20080521.ebuild

# 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-20080521.ebuild,v 1.5 2008/06/22 21:06:52 opfer 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
}

eselect-python-20080620.ebuild

# 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.3 2008/07/04 04:54:48 ricmm 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 ~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
}

metadata.xml




python@gentoo.org

hawking@gentoo.org
Ali Polatel