diff options
author | 2011-02-11 16:12:34 +0000 | |
---|---|---|
committer | 2011-02-11 16:12:34 +0000 | |
commit | be55c5c4bf671c17bffe3ea809dc613df9e14b0a (patch) | |
tree | 401e6cf14de49fa9ff03aee24b67fb619682c414 /dev-python | |
parent | Revision bump to fix security bug #354061 and also bug #352012. (diff) | |
download | historical-be55c5c4bf671c17bffe3ea809dc613df9e14b0a.tar.gz historical-be55c5c4bf671c17bffe3ea809dc613df9e14b0a.tar.bz2 historical-be55c5c4bf671c17bffe3ea809dc613df9e14b0a.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytz/pytz-2010h.ebuild | 46 | ||||
-rw-r--r-- | dev-python/pytz/pytz-2010l.ebuild | 46 |
2 files changed, 0 insertions, 92 deletions
diff --git a/dev-python/pytz/pytz-2010h.ebuild b/dev-python/pytz/pytz-2010h.ebuild deleted file mode 100644 index b5ed7c0b1a50..000000000000 --- a/dev-python/pytz/pytz-2010h.ebuild +++ /dev/null @@ -1,46 +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/pytz/pytz-2010h.ebuild,v 1.9 2010/07/06 20:07:17 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils eutils - -DESCRIPTION="World Timezone Definitions for Python" -HOMEPAGE="http://pypi.python.org/pypi/pytz http://pytz.sourceforge.net/" -SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -RDEPEND="dev-python/setuptools - >=sys-libs/timezone-data-${PV}" -DEPEND="${RDEPEND}" - -DOCS="CHANGES.txt" - -src_prepare() { - # Use timezone-data zoneinfo. - epatch "${FILESDIR}/${PN}-2009j-zoneinfo.patch" -} - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" pytz/tests/test_tzinfo.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - delete_zoneinfo() { - rm -fr "${ED}$(python_get_sitedir)/pytz/zoneinfo" - } - python_execute_function -q delete_zoneinfo -} diff --git a/dev-python/pytz/pytz-2010l.ebuild b/dev-python/pytz/pytz-2010l.ebuild deleted file mode 100644 index f0677cb11c7f..000000000000 --- a/dev-python/pytz/pytz-2010l.ebuild +++ /dev/null @@ -1,46 +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/pytz/pytz-2010l.ebuild,v 1.8 2010/12/27 21:01:21 ranger Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils eutils - -DESCRIPTION="World timezone definitions for Python" -HOMEPAGE="http://pypi.python.org/pypi/pytz http://pytz.sourceforge.net/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -RDEPEND="dev-python/setuptools - >=sys-libs/timezone-data-${PV}" -DEPEND="${RDEPEND}" - -DOCS="CHANGES.txt" - -src_prepare() { - # Use timezone-data zoneinfo. - epatch "${FILESDIR}/${PN}-2009j-zoneinfo.patch" -} - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" pytz/tests/test_tzinfo.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - delete_zoneinfo() { - rm -fr "${ED}$(python_get_sitedir)/pytz/zoneinfo" - } - python_execute_function -q delete_zoneinfo -} |