diff options
author | 2010-06-29 04:00:50 +0000 | |
---|---|---|
committer | 2010-06-29 04:00:50 +0000 | |
commit | 39089b4dc1ec06e63e3f43ca7cb65bc55e27857f (patch) | |
tree | becfb486a3f767c02cf530eae25ba0894ab933cf /dev-python/epsilon | |
parent | Version bump. (diff) | |
download | historical-39089b4dc1ec06e63e3f43ca7cb65bc55e27857f.tar.gz historical-39089b4dc1ec06e63e3f43ca7cb65bc55e27857f.tar.bz2 historical-39089b4dc1ec06e63e3f43ca7cb65bc55e27857f.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/epsilon')
-rw-r--r-- | dev-python/epsilon/Manifest | 2 | ||||
-rw-r--r-- | dev-python/epsilon/epsilon-0.5.12.ebuild | 56 |
2 files changed, 0 insertions, 58 deletions
diff --git a/dev-python/epsilon/Manifest b/dev-python/epsilon/Manifest index 237c6509a417..1e100fe31dc0 100644 --- a/dev-python/epsilon/Manifest +++ b/dev-python/epsilon/Manifest @@ -1,7 +1,5 @@ AUX epsilon_plugincache_portagesandbox.patch 537 RMD160 31870c41ee407d8f469aa344d32bb94e7f506f74 SHA1 18da8ad8e5f06e84074ef83753c3c83166483cd5 SHA256 4a09ec36e84b6dbc9b0ad62db969722e72d3b1b28e5713389aba5bd77af286a6 -DIST Epsilon-0.5.12.tar.gz 204090 RMD160 6996521b1d973b98c2421e906c93a57b5083f840 SHA1 a56f406269dab406131c84de9ba69f26b06c6506 SHA256 123e6a4f1e9123f1d320a75e2134662d8b71083975f1f114c93afdac7de73fbc DIST Epsilon-0.6.0.tar.gz 96243 RMD160 9efb6376347563a5bca425fe9baee2cb272af3a4 SHA1 416b6f46c5dced312e87eecb306d5cc7b28dd322 SHA256 2be3a6ef877c4e17ca9dadd6b484fe31bdf16c20b949ec6a8b15677e08c512fa -EBUILD epsilon-0.5.12.ebuild 1403 RMD160 0b4b2f7529861dcafe61d01846fa1732c9eac50c SHA1 1f7b70434e9db242bf2237496d9262c365b60ca2 SHA256 23c2393386215397da8a2bd042ca7cb06e4f155631d0983ceb1146ed084e3f3e EBUILD epsilon-0.6.0.ebuild 1689 RMD160 9ac0540746aae2d78b707a1212cf4dd78d20cc29 SHA1 4f1d94d8383902d60730c0c788f2f6171c56e495 SHA256 e8fbae8ddeecbed247f0b30f27d890b1e7edc4e32008d8273058aae0de4c0b29 MISC ChangeLog 2699 RMD160 185b125f594abc4611a7db603beebff7c7251344 SHA1 dd9a7816137c270deb4cdae98e0900709338989f SHA256 41d79e9a766ce5a752f5fb34000454b506dbda1935cd0536930eee5dcd908c0b MISC metadata.xml 452 RMD160 eace89e7cdfc75a3261bf07eea5e8e6cda63fe02 SHA1 2e12833c4aeb68a97c542ba6133b297dd1e91b54 SHA256 a1507e7ae60984c5298189970f59c29d2712566027ebb9f430d5c21288980fef diff --git a/dev-python/epsilon/epsilon-0.5.12.ebuild b/dev-python/epsilon/epsilon-0.5.12.ebuild deleted file mode 100644 index da12307a0b18..000000000000 --- a/dev-python/epsilon/epsilon-0.5.12.ebuild +++ /dev/null @@ -1,56 +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/epsilon/epsilon-0.5.12.ebuild,v 1.2 2010/02/07 20:58:42 pva Exp $ - -EAPI="2" - -NEED_PYTHON="2.4" - -inherit eutils twisted distutils - -DESCRIPTION="Epsilon is a Python utilities package, most famous for its Time class." -HOMEPAGE="http://divmod.org/trac/wiki/DivmodEpsilon" -SRC_URI="http://divmod.org/trac/attachment/wiki/SoftwareReleases/Epsilon-${PV}.tar.gz?format=raw -> Epsilon-${PV}.tar.gz" -#SRC_URI="mirror://gentoo/Epsilon-${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86" -IUSE="" - -DEPEND=">=dev-python/twisted-2.4" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/Epsilon-${PV}" - -DOCS="NAME.txt NEWS.txt" - -src_prepare() { - # Rename to avoid file-collisions - mv bin/benchmark bin/epsilon-benchmark - sed -i \ - -e "s#bin/benchmark#bin/epsilon-benchmark#" \ - setup.py || die "sed failed" - # otherwise we get sandbox violations as it wants to update - # the plugin cache - epatch "${FILESDIR}/epsilon_plugincache_portagesandbox.patch" -} - -src_compile() { - # skip this, or epsilon will install the temporary "build" dir - : -} - -src_test() { - # release tests needs DivmodCombinator - rm epsilon/test/test_release.py* - PYTHONPATH=. trial epsilon || die "tests failed" -} - -pkg_postrm() { - twisted_pkg_postrm -} - -pkg_postinst() { - twisted_pkg_postinst -} |