diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-23 19:48:07 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-23 19:48:07 +0000 |
commit | dbe3839dab7baa4d268fd9acd65002f95e12399c (patch) | |
tree | ef3b276cd4b249752d6496f9e2eafc0adcd6df5b /dev-python/urwid | |
parent | stable amd64, bug 311261 (diff) | |
download | gentoo-2-dbe3839dab7baa4d268fd9acd65002f95e12399c.tar.gz gentoo-2-dbe3839dab7baa4d268fd9acd65002f95e12399c.tar.bz2 gentoo-2-dbe3839dab7baa4d268fd9acd65002f95e12399c.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python/urwid')
-rw-r--r-- | dev-python/urwid/Manifest | 14 | ||||
-rw-r--r-- | dev-python/urwid/urwid-0.9.8.4.ebuild | 40 | ||||
-rw-r--r-- | dev-python/urwid/urwid-0.9.9.ebuild | 40 |
3 files changed, 0 insertions, 94 deletions
diff --git a/dev-python/urwid/Manifest b/dev-python/urwid/Manifest index 132ec45eba71..6826b9a11dd0 100644 --- a/dev-python/urwid/Manifest +++ b/dev-python/urwid/Manifest @@ -1,18 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -DIST urwid-0.9.8.4.tar.gz 184002 RMD160 776dfbc5b04f5940159c7c2b5bc3c00bac96ca06 SHA1 a4307aa08895a647feec1099658e87ab1595f5c0 SHA256 143c6183ba221ade64958a62272306e1a78e4dbd9cbb651c8302f2463fdeb979 DIST urwid-0.9.9.1.tar.gz 238005 RMD160 30943471f6d6ed8ec3ff777394da2eb74cd94ea0 SHA1 7430e84a43d603717944d4f0d4489d90c0d59c1c SHA256 81c95440f84a90872d5bd8f01bc507cd0e5e1ce67a878a62cb435a662e43d5a5 -DIST urwid-0.9.9.tar.gz 236839 RMD160 6cb64a6019ed8270b18320085cca18812e9be5d9 SHA1 8d527914199c32d5d4ec0263c30fb5d40161fb08 SHA256 66a106faf77d3231e40ff469f01619866cdf3d9fb718a965fc25781cb6e094a7 -EBUILD urwid-0.9.8.4.ebuild 963 RMD160 3c1f917891daccf0b3fe71cb0d4e93fd5a2d707d SHA1 4eb41f2befea81716dc37d84a5abae06d836990a SHA256 90e982ca734da08fa0a3fdba69674443da8bebe0aa61915ef914d4c7c4910d4e EBUILD urwid-0.9.9.1.ebuild 1011 RMD160 88041e77f4e1bc3a3044947222dc44232c5dde32 SHA1 47d29c41fd6dd6850cc45ecd5b024d2edb014924 SHA256 47e683eab06572685a389fb1218f314b994a16c724954f885b2c82db061aa684 -EBUILD urwid-0.9.9.ebuild 1010 RMD160 0d39ccc74a70918c6cba4801c07840ac5a439d81 SHA1 6a348508bccb34011076162aa992c04b65ee56d2 SHA256 f9e0a4997d2a552fced47a58b31aa3bdd6458c9031d7a14105b76c62a2c356b4 MISC ChangeLog 5649 RMD160 27aefb7b98733caa4aae9c9538375861c1274b33 SHA1 155d47c35da14e9b4160b3f9327118802e9340a3 SHA256 f9cbe37ac65e7985e67f53593865350e616799f5ab165a81b25895fb39a43600 MISC metadata.xml 991 RMD160 6b2b7d8a3d6ddd4539a0ef3cd146652a06b4930b SHA1 1872aff74bf94f6086d32012177ea94f0720b397 SHA256 0f02e35aee7374005a2ba830c2e6db437a7a29cb458dddf30ea31336f4f6d0de ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEARECAAYFAkv5cM8ACgkQCaWpQKGI+9RYeACfeR5NyzSadHYoa1dU5D4az08p -+1UAn31+OIvCGF1DtSZzuYBdBd9PxDpv -=RunM ------END PGP SIGNATURE----- diff --git a/dev-python/urwid/urwid-0.9.8.4.ebuild b/dev-python/urwid/urwid-0.9.8.4.ebuild deleted file mode 100644 index 26a587f77be6..000000000000 --- a/dev-python/urwid/urwid-0.9.8.4.ebuild +++ /dev/null @@ -1,40 +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/urwid/urwid-0.9.8.4.ebuild,v 1.8 2009/11/30 06:39:16 josejx Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Urwid is a curses-based user interface library for Python." -HOMEPAGE="http://excess.org/urwid/ http://pypi.python.org/pypi/urwid" -SRC_URI="http://excess.org/urwid/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86" -IUSE="examples" - -DEPEND="dev-python/setuptools" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - -src_test() { - testing() { - "$(PYTHON)" test_urwid.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - dohtml tutorial.html reference.html - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins bigtext.py browse.py calc.py dialog.py edit.py - doins fib.py graph.py input_test.py tour.py - fi -} diff --git a/dev-python/urwid/urwid-0.9.9.ebuild b/dev-python/urwid/urwid-0.9.9.ebuild deleted file mode 100644 index 699fae5ddd1c..000000000000 --- a/dev-python/urwid/urwid-0.9.9.ebuild +++ /dev/null @@ -1,40 +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/urwid/urwid-0.9.9.ebuild,v 1.6 2010/01/07 15:55:09 josejx Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Urwid is a curses-based user interface library for Python." -HOMEPAGE="http://excess.org/urwid/ http://pypi.python.org/pypi/urwid" -SRC_URI="http://excess.org/urwid/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="examples" - -DEPEND="dev-python/setuptools" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - -src_test() { - testing() { - "$(PYTHON)" test_urwid.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - dohtml tutorial.html reference.html - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins bigtext.py browse.py calc.py dialog.py edit.py - doins fib.py graph.py input_test.py tour.py - fi -} |