diff options
author | 2010-01-18 17:28:55 +0000 | |
---|---|---|
committer | 2010-01-18 17:28:55 +0000 | |
commit | f9a38a42be10602d487bdd7ccaa6640d3f12d0eb (patch) | |
tree | 7db63fc38a796fdb946386042600f560f0705786 /dev-python | |
parent | Add dev-ruby/hoe as dependency (diff) | |
download | historical-f9a38a42be10602d487bdd7ccaa6640d3f12d0eb.tar.gz historical-f9a38a42be10602d487bdd7ccaa6640d3f12d0eb.tar.bz2 historical-f9a38a42be10602d487bdd7ccaa6640d3f12d0eb.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-dateutil/Manifest | 4 | ||||
-rw-r--r-- | dev-python/python-dateutil/python-dateutil-1.1.ebuild | 25 | ||||
-rw-r--r-- | dev-python/python-dateutil/python-dateutil-1.2.ebuild | 27 |
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-python/python-dateutil/Manifest b/dev-python/python-dateutil/Manifest index 15f159e6be21..156c7fa77763 100644 --- a/dev-python/python-dateutil/Manifest +++ b/dev-python/python-dateutil/Manifest @@ -1,9 +1,5 @@ AUX python-dateutil-1.4.1-locale.patch 532 RMD160 77146aa3d872a5631c2dec89d39514665591ebea SHA1 63430bda467a60e4e949c2757a01eabe63332631 SHA256 15583bb1e7edb42c1ea107b146b1a17259e876cc5006a342ddb95d630637671d -DIST python-dateutil-1.1.tar.bz2 130243 RMD160 635b58d0095b5db83c4c08929c8de8139ef2aa38 SHA1 ba700b8b77054a4e26f49a4d8a04da720f56f576 SHA256 bd1432b1f41164dfb2d35e38457892026757b33ccf868a11f4292c9dfce86e83 -DIST python-dateutil-1.2.tar.bz2 135624 RMD160 31e62aceb2ce980b5cfb64841f7d125f817f618b SHA1 9884849261bc9dd64f7dd05a39e62385a30b5819 SHA256 05e510f760fe2ab3247f378e0a52f96cb02b812d1df2d1abe83bc4cc6989e9e2 DIST python-dateutil-1.4.1.tar.gz 225965 RMD160 51caf0b0c7bfbf16044437e3b93af22829180dca SHA1 0d06926ac127b8db333d91b3afb0eeb100ac7cac SHA256 74b615c6a55b4421187feba1633fc233e7c5ebdd7abe9b092447a32946823357 -EBUILD python-dateutil-1.1.ebuild 699 RMD160 39d85f0753a2c326f6f875bdff9ec8e1390faba1 SHA1 8559ae4ac30de72521c11591d88fa85d1aa6765f SHA256 be0986470a7ee6e00c573a5f66e96c1bfce2e1299fb681cea3fb2e8e0ea093b7 -EBUILD python-dateutil-1.2.ebuild 744 RMD160 5fc6fd1fa5644326f3dfab0583058a8561319c9b SHA1 fe289fa58efca2e317cf3dcdfa4bc523a2017514 SHA256 70bd9607898b03472405a85f3796f6f1c81b447d5ba33f1cab757a5f35eea05a EBUILD python-dateutil-1.4.1-r1.ebuild 1284 RMD160 c97445627841e7eebff986a650f250d07f283cd9 SHA1 95be9e764319ed071418d86ba196c0bc7bea09bc SHA256 e5054a88fa1bffe9ce394aae15e0552cace80347d78f88f2fb5d626b627d8d45 MISC ChangeLog 3431 RMD160 4bc45f95fa2eb2bd659257b4517ca2ca6265383b SHA1 ca9b47a6777978ccc159e122a6c53cdaf9339a8e SHA256 3b53278de1522cebd16786f5ea8bf62028e27ef4ec892155e8a59cc071899c54 MISC metadata.xml 321 RMD160 a4032f38afe72e05418ce030fe0144c44f6efa50 SHA1 2b6e67f28acd888380da9a608f65133ec8427602 SHA256 bc09a8d19122457f72a5cc7b348a41f4208b8c89d32cd20bfe0d39bb71630df3 diff --git a/dev-python/python-dateutil/python-dateutil-1.1.ebuild b/dev-python/python-dateutil/python-dateutil-1.1.ebuild deleted file mode 100644 index a432275a3703..000000000000 --- a/dev-python/python-dateutil/python-dateutil-1.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.1.ebuild,v 1.7 2008/06/18 14:27:36 coldwind Exp $ - -inherit distutils - -DESCRIPTION="dateutil datetime math and logic library for python" -HOMEPAGE="http://labix.org/python-dateutil" -SRC_URI="http://labix.org/download/python-dateutil/${P}.tar.bz2" - -LICENSE="PSF-2.3" -SLOT="0" -KEYWORDS="~amd64 ia64 ppc x86" -IUSE="" - -DEPEND=">=dev-lang/python-2.3 - !<=dev-python/matplotlib-0.82" - -DOCS="NEWS example.py sandbox/rrulewrapper.py sandbox/scheduler.py" - -PYTHON_MODNAME="${PN/python-/}" - -src_test() { - ${python} test.py -} diff --git a/dev-python/python-dateutil/python-dateutil-1.2.ebuild b/dev-python/python-dateutil/python-dateutil-1.2.ebuild deleted file mode 100644 index 0dcb7050d479..000000000000 --- a/dev-python/python-dateutil/python-dateutil-1.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.2.ebuild,v 1.6 2008/06/18 14:27:36 coldwind Exp $ - -NEED_PYTHON=2.3 - -inherit distutils - -DESCRIPTION="datetime math and logic library for python" -HOMEPAGE="http://labix.org/python-dateutil" -SRC_URI="http://labix.org/download/python-dateutil/${P}.tar.bz2" - -LICENSE="PSF-2.3" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~x86" -IUSE="" - -DEPEND="!<=dev-python/matplotlib-0.82" -RDEPEND="${DEPEND}" - -DOCS="NEWS example.py sandbox/rrulewrapper.py sandbox/scheduler.py" - -PYTHON_MODNAME="${PN/python-/}" - -src_test() { - PYTHONPATH="." "${python}" test.py || die "tests failed" -} |