diff options
author | Brian Harring <ferringb@gentoo.org> | 2010-04-22 06:47:50 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2010-04-22 06:47:50 +0000 |
commit | f1deca539610707ba4d731d1ab1b1fec8daf09f2 (patch) | |
tree | 4cc2798f99a37358dfe82b79fb5c894aa0bf1527 /dev-python/snakeoil | |
parent | pull in bugfix snakeoil release 0.3.6.4 (diff) | |
download | gentoo-2-f1deca539610707ba4d731d1ab1b1fec8daf09f2.tar.gz gentoo-2-f1deca539610707ba4d731d1ab1b1fec8daf09f2.tar.bz2 gentoo-2-f1deca539610707ba4d731d1ab1b1fec8daf09f2.zip |
clean out old versions
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/snakeoil')
-rw-r--r-- | dev-python/snakeoil/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/snakeoil/snakeoil-0.3.4.ebuild | 49 | ||||
-rw-r--r-- | dev-python/snakeoil/snakeoil-0.3.5.ebuild | 49 | ||||
-rw-r--r-- | dev-python/snakeoil/snakeoil-0.3.6.1.ebuild | 49 | ||||
-rw-r--r-- | dev-python/snakeoil/snakeoil-0.3.6.2.ebuild | 49 |
5 files changed, 6 insertions, 197 deletions
diff --git a/dev-python/snakeoil/ChangeLog b/dev-python/snakeoil/ChangeLog index b03d6ef5b697..1e8e49d0ee8b 100644 --- a/dev-python/snakeoil/ChangeLog +++ b/dev-python/snakeoil/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/snakeoil # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.32 2010/04/22 06:46:21 ferringb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.33 2010/04/22 06:47:50 ferringb Exp $ + + 22 Apr 2010; Brian Harring <ferringb@gentoo.org> -snakeoil-0.3.4.ebuild, + -snakeoil-0.3.5.ebuild, -snakeoil-0.3.6.1.ebuild, + -snakeoil-0.3.6.2.ebuild: + punt old verisons; leave 0.3.6.3 on the offchance 0.3.6.4 is whacked *snakeoil-0.3.6.4 (22 Apr 2010) diff --git a/dev-python/snakeoil/snakeoil-0.3.4.ebuild b/dev-python/snakeoil/snakeoil-0.3.4.ebuild deleted file mode 100644 index 29e09bd17887..000000000000 --- a/dev-python/snakeoil/snakeoil-0.3.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.4.ebuild,v 1.1 2009/12/13 20:36:48 arfrever Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Miscellaneous python utility code." -HOMEPAGE="http://www.pkgcore.org/" -SRC_URI="http://www.pkgcore.org/releases/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" - -DEPEND="!<sys-apps/pkgcore-0.4.7.8" -RDEPEND=${DEPEND} - -DOCS="AUTHORS NEWS" - -pkg_setup() { - validate_PYTHON_ABIS - - # A hack to install for all versions of Python in the system. - # pkgcore needs it to support upgrading to a different Python slot. - PYTHON_ABIS="" - local python_interpreter - for python_interpreter in /usr/bin/python{2.[4-9],3.[0-9]}; do - if [[ -x "${python_interpreter}" ]]; then - PYTHON_ABIS+=" ${python_interpreter#/usr/bin/python}" - fi - done - export PYTHON_ABIS="${PYTHON_ABIS# }" -} - -src_test() { - testing() { - local tempdir - tempdir="${T}/tests/python-${PYTHON_ABI}" - mkdir -p "${tempdir}" || die "tempdir creation failed" - cp -r "${S}" "${tempdir}" || die "test copy failed" - cd "${tempdir}/${P}" - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" test - } - python_execute_function testing -} diff --git a/dev-python/snakeoil/snakeoil-0.3.5.ebuild b/dev-python/snakeoil/snakeoil-0.3.5.ebuild deleted file mode 100644 index e0a77bb4cf34..000000000000 --- a/dev-python/snakeoil/snakeoil-0.3.5.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.5.ebuild,v 1.2 2009/12/30 01:12:05 arfrever Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Miscellaneous python utility code." -HOMEPAGE="http://www.pkgcore.org/" -SRC_URI="http://www.pkgcore.org/releases/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" - -DEPEND="!<sys-apps/pkgcore-0.4.7.8" -RDEPEND=${DEPEND} - -DOCS="AUTHORS NEWS" - -pkg_setup() { - validate_PYTHON_ABIS - - # A hack to install for all versions of Python in the system. - # pkgcore needs it to support upgrading to a different Python slot. - PYTHON_ABIS="" - local python_interpreter - for python_interpreter in /usr/bin/python{2.[4-9],3.[1-9]}; do - if [[ -x "${python_interpreter}" ]]; then - PYTHON_ABIS+=" ${python_interpreter#/usr/bin/python}" - fi - done - export PYTHON_ABIS="${PYTHON_ABIS# }" -} - -src_test() { - testing() { - local tempdir - tempdir="${T}/tests/python-${PYTHON_ABI}" - mkdir -p "${tempdir}" || die "tempdir creation failed" - cp -r "${S}" "${tempdir}" || die "test copy failed" - cd "${tempdir}/${P}" - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" test - } - python_execute_function testing -} diff --git a/dev-python/snakeoil/snakeoil-0.3.6.1.ebuild b/dev-python/snakeoil/snakeoil-0.3.6.1.ebuild deleted file mode 100644 index da112a8426cb..000000000000 --- a/dev-python/snakeoil/snakeoil-0.3.6.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.6.1.ebuild,v 1.1 2010/02/08 19:17:32 mr_bones_ Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Miscellaneous python utility code." -HOMEPAGE="http://www.pkgcore.org/" -SRC_URI="http://www.pkgcore.org/releases/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" - -DEPEND="!<sys-apps/pkgcore-0.4.7.8" -RDEPEND=${DEPEND} - -DOCS="AUTHORS NEWS" - -pkg_setup() { - validate_PYTHON_ABIS - - # A hack to install for all versions of Python in the system. - # pkgcore needs it to support upgrading to a different Python slot. - PYTHON_ABIS="" - local python_interpreter - for python_interpreter in /usr/bin/python{2.[4-9],3.[1-9]}; do - if [[ -x "${python_interpreter}" ]]; then - PYTHON_ABIS+=" ${python_interpreter#/usr/bin/python}" - fi - done - export PYTHON_ABIS="${PYTHON_ABIS# }" -} - -src_test() { - testing() { - local tempdir - tempdir="${T}/tests/python-${PYTHON_ABI}" - mkdir -p "${tempdir}" || die "tempdir creation failed" - cp -r "${S}" "${tempdir}" || die "test copy failed" - cd "${tempdir}/${P}" - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" test - } - python_execute_function testing -} diff --git a/dev-python/snakeoil/snakeoil-0.3.6.2.ebuild b/dev-python/snakeoil/snakeoil-0.3.6.2.ebuild deleted file mode 100644 index 7e91d2713447..000000000000 --- a/dev-python/snakeoil/snakeoil-0.3.6.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.6.2.ebuild,v 1.1 2010/02/16 06:22:44 mr_bones_ Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Miscellaneous python utility code." -HOMEPAGE="http://www.pkgcore.org/" -SRC_URI="http://www.pkgcore.org/releases/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" - -DEPEND="!<sys-apps/pkgcore-0.4.7.8" -RDEPEND=${DEPEND} - -DOCS="AUTHORS NEWS" - -pkg_setup() { - validate_PYTHON_ABIS - - # A hack to install for all versions of Python in the system. - # pkgcore needs it to support upgrading to a different Python slot. - PYTHON_ABIS="" - local python_interpreter - for python_interpreter in /usr/bin/python{2.[4-9],3.[1-9]}; do - if [[ -x "${python_interpreter}" ]]; then - PYTHON_ABIS+=" ${python_interpreter#/usr/bin/python}" - fi - done - export PYTHON_ABIS="${PYTHON_ABIS# }" -} - -src_test() { - testing() { - local tempdir - tempdir="${T}/tests/python-${PYTHON_ABI}" - mkdir -p "${tempdir}" || die "tempdir creation failed" - cp -r "${S}" "${tempdir}" || die "test copy failed" - cd "${tempdir}/${P}" - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" test - } - python_execute_function testing -} |