summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-04 15:21:14 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-04 15:21:14 +0000
commit39922bee922530fe17a3e431b8f2397e977a0d36 (patch)
tree0454c46ba532537976d1e7b47085b51b512b46bd
parentRemove old (diff)
downloadgentoo-2-39922bee922530fe17a3e431b8f2397e977a0d36.tar.gz
gentoo-2-39922bee922530fe17a3e431b8f2397e977a0d36.tar.bz2
gentoo-2-39922bee922530fe17a3e431b8f2397e977a0d36.zip
Remove old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
-rw-r--r--dev-python/urwid/ChangeLog6
-rw-r--r--dev-python/urwid/urwid-0.9.7.1.ebuild36
-rw-r--r--dev-python/urwid/urwid-0.9.8.1.ebuild35
-rw-r--r--dev-python/urwid/urwid-0.9.8.3.ebuild35
4 files changed, 5 insertions, 107 deletions
diff --git a/dev-python/urwid/ChangeLog b/dev-python/urwid/ChangeLog
index 680367b744e9..15116b0fad46 100644
--- a/dev-python/urwid/ChangeLog
+++ b/dev-python/urwid/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/urwid
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.28 2009/08/23 00:22:17 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.29 2009/09/04 15:21:14 patrick Exp $
+
+ 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -urwid-0.9.7.1.ebuild,
+ -urwid-0.9.8.1.ebuild, -urwid-0.9.8.3.ebuild:
+ Remove old
23 Aug 2009; Jeremy Olexa <darkside@gentoo.org> urwid-0.9.8.4.ebuild:
amd64 stable, tested on stable host using ~arch wicd for months. bug
diff --git a/dev-python/urwid/urwid-0.9.7.1.ebuild b/dev-python/urwid/urwid-0.9.7.1.ebuild
deleted file mode 100644
index ba29567fa521..000000000000
--- a/dev-python/urwid/urwid-0.9.7.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-0.9.7.1.ebuild,v 1.4 2007/01/23 20:34:57 nixnut Exp $
-
-inherit distutils eutils
-
-DESCRIPTION="Urwid is a curses-based user interface library for Python."
-HOMEPAGE="http://excess.org/urwid/"
-SRC_URI="http://excess.org/urwid/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc ~sparc x86"
-
-IUSE="examples"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-0.9.6-nosetuptools.diff"
-}
-
-src_test() {
- ${python} test_urwid.py || die "unit tests failed"
-}
-
-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.8.1.ebuild b/dev-python/urwid/urwid-0.9.8.1.ebuild
deleted file mode 100644
index dd33c68c4096..000000000000
--- a/dev-python/urwid/urwid-0.9.8.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2007 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.1.ebuild,v 1.1 2007/06/24 19:11:17 lucass Exp $
-
-NEED_PYTHON=2.2
-
-inherit distutils
-
-DESCRIPTION="Urwid is a curses-based user interface library for Python."
-HOMEPAGE="http://excess.org/urwid/"
-SRC_URI="http://excess.org/urwid/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""
-
-src_test() {
- "${python}" test_urwid.py || die "unit tests failed"
-}
-
-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.8.3.ebuild b/dev-python/urwid/urwid-0.9.8.3.ebuild
deleted file mode 100644
index 5cb7d3c0f9e1..000000000000
--- a/dev-python/urwid/urwid-0.9.8.3.ebuild
+++ /dev/null
@@ -1,35 +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.3.ebuild,v 1.1 2009/02/15 14:18:31 patrick Exp $
-
-NEED_PYTHON=2.2
-
-inherit distutils
-
-DESCRIPTION="Urwid is a curses-based user interface library for Python."
-HOMEPAGE="http://excess.org/urwid/"
-SRC_URI="http://excess.org/urwid/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""
-
-src_test() {
- "${python}" test_urwid.py || die "unit tests failed"
-}
-
-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
-}