diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 16:05:46 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 16:05:46 +0000 |
commit | 69edfb16f582ce87f87d69a44f6981abaebfe883 (patch) | |
tree | 4beaf891c23fa1018fcb9ee6c4b0e70b2e1c8c9b /dev-python/snakeoil | |
parent | Remove old (diff) | |
download | historical-69edfb16f582ce87f87d69a44f6981abaebfe883.tar.gz historical-69edfb16f582ce87f87d69a44f6981abaebfe883.tar.bz2 historical-69edfb16f582ce87f87d69a44f6981abaebfe883.zip |
Remove old
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'dev-python/snakeoil')
-rw-r--r-- | dev-python/snakeoil/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/snakeoil/snakeoil-0.3.1.ebuild | 52 | ||||
-rw-r--r-- | dev-python/snakeoil/snakeoil-0.3.ebuild | 52 |
3 files changed, 5 insertions, 105 deletions
diff --git a/dev-python/snakeoil/ChangeLog b/dev-python/snakeoil/ChangeLog index 7b2e078a5b39..8fbd3e663e43 100644 --- a/dev-python/snakeoil/ChangeLog +++ b/dev-python/snakeoil/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/snakeoil # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.21 2009/04/09 02:21:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.22 2009/09/04 16:02:36 patrick Exp $ + + 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -snakeoil-0.3.ebuild, + -snakeoil-0.3.1.ebuild: + Remove old 09 Apr 2009; Jeroen Roovers <jer@gentoo.org> snakeoil-0.3.2.ebuild: Stable for HPPA (bug #208942). diff --git a/dev-python/snakeoil/snakeoil-0.3.1.ebuild b/dev-python/snakeoil/snakeoil-0.3.1.ebuild deleted file mode 100644 index 8cdb0bfb17ba..000000000000 --- a/dev-python/snakeoil/snakeoil-0.3.1.ebuild +++ /dev/null @@ -1,52 +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.1.ebuild,v 1.2 2009/03/31 15:34:43 armin76 Exp $ - -NEED_PYTHON=2.4 - -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="" - -DOCS="AUTHORS NEWS" -DEPEND="!<sys-apps/pkgcore-0.4.7.8" -RDEPEND=${DEPEND} - -# Uses an ugly hack to install for all versions of python on the -# system. This should be supported through the eclass at some point. -# pkgcore needs it now to support upgrading to a different python slot. - -src_compile() { - local opython=${python} - for python in /usr/bin/python2.[4-9]; do - distutils_src_compile - done - python=${opython} -} - -src_test() { - local opython=${python} tempdir - for python in /usr/bin/python2.[4-9]; do - tempdir="${T}/tests/$(basename ${python})" - mkdir -p "${tempdir}" || die "tempdir creation failed" - cp -r "${S}" "${tempdir}" || die "test copy failed" - cd "${tempdir}/${P}" - "${python}" setup.py test || die "testing returned non zero" - done - python=${opython} - rm -rf "${T}/tests" -} - -src_install() { - local opython=${python} - for python in /usr/bin/python2.[4-9]; do - distutils_src_install - done -} diff --git a/dev-python/snakeoil/snakeoil-0.3.ebuild b/dev-python/snakeoil/snakeoil-0.3.ebuild deleted file mode 100644 index eed67c394387..000000000000 --- a/dev-python/snakeoil/snakeoil-0.3.ebuild +++ /dev/null @@ -1,52 +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.ebuild,v 1.2 2009/03/31 15:34:43 armin76 Exp $ - -NEED_PYTHON=2.4 - -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="" - -DOCS="AUTHORS NEWS" -DEPEND="!<sys-apps/pkgcore-0.4.7.8" -RDEPEND=${DEPEND} - -# Uses an ugly hack to install for all versions of python on the -# system. This should be supported through the eclass at some point. -# pkgcore needs it now to support upgrading to a different python slot. - -src_compile() { - local opython=${python} - for python in /usr/bin/python2.[4-9]; do - distutils_src_compile - done - python=${opython} -} - -src_test() { - local opython=${python} tempdir - for python in /usr/bin/python2.[4-9]; do - tempdir="${T}/tests/$(basename ${python})" - mkdir -p "${tempdir}" || die "tempdir creation failed" - cp -r "${S}" "${tempdir}" || die "test copy failed" - cd "${tempdir}/${P}" - "${python}" setup.py test || die "testing returned non zero" - done - python=${opython} - rm -rf "${T}/tests" -} - -src_install() { - local opython=${python} - for python in /usr/bin/python2.[4-9]; do - distutils_src_install - done -} |