summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-10-22 11:12:23 +0000
committerTim Harder <radhermit@gentoo.org>2012-10-22 11:12:23 +0000
commit1da3317a90cc0173bc100da32281e451ccbe8e81 (patch)
tree407ceec18b648ec0140747b8b174ac9e791400b6 /dev-python
parentVersion bump. (diff)
downloadgentoo-2-1da3317a90cc0173bc100da32281e451ccbe8e81.tar.gz
gentoo-2-1da3317a90cc0173bc100da32281e451ccbe8e81.tar.bz2
gentoo-2-1da3317a90cc0173bc100da32281e451ccbe8e81.zip
Remove old.
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/urwid/ChangeLog6
-rw-r--r--dev-python/urwid/urwid-1.0.0.ebuild38
-rw-r--r--dev-python/urwid/urwid-1.0.1.ebuild37
3 files changed, 5 insertions, 76 deletions
diff --git a/dev-python/urwid/ChangeLog b/dev-python/urwid/ChangeLog
index 5eab9d33c063..cbfb72e16094 100644
--- a/dev-python/urwid/ChangeLog
+++ b/dev-python/urwid/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/urwid
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.55 2012/09/23 08:11:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.56 2012/10/22 11:12:23 radhermit Exp $
+
+ 22 Oct 2012; Tim Harder <radhermit@gentoo.org> -urwid-1.0.0.ebuild,
+ -urwid-1.0.1.ebuild:
+ Remove old.
23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> urwid-1.0.2.ebuild:
x86 stable wrt bug #433275
diff --git a/dev-python/urwid/urwid-1.0.0.ebuild b/dev-python/urwid/urwid-1.0.0.ebuild
deleted file mode 100644
index b4b423659abe..000000000000
--- a/dev-python/urwid/urwid-1.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.0.ebuild,v 1.2 2011/11/04 22:30:57 hwoarang Exp $
-
-EAPI="3"
-PYTHON_USE_WITH="ncurses"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="*-jython"
-PYTHON_TESTS_FAILURES_TOLERANT_ABIS="3.1"
-DISTUTILS_SRC_TEST="setup.py"
-
-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=""
-
-PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
-
-src_install() {
- distutils_src_install
-
- dohtml reference.html tutorial.html
-
- if use examples; then
- docinto examples
- dodoc bigtext.py browse.py calc.py dialog.py edit.py \
- fib.py graph.py input_test.py tour.py
- fi
-}
diff --git a/dev-python/urwid/urwid-1.0.1.ebuild b/dev-python/urwid/urwid-1.0.1.ebuild
deleted file mode 100644
index 43582a1664d3..000000000000
--- a/dev-python/urwid/urwid-1.0.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.1.ebuild,v 1.5 2012/05/31 16:29:11 blueness Exp $
-
-EAPI="4"
-PYTHON_USE_WITH="ncurses"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="*-jython"
-PYTHON_TESTS_FAILURES_TOLERANT_ABIS="3.1"
-DISTUTILS_SRC_TEST="setup.py"
-
-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 ~mips ppc ppc64 ~sparc x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools"
-
-PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
-
-src_install() {
- distutils_src_install
-
- dohtml reference.html tutorial.html
-
- if use examples; then
- docinto examples
- dodoc bigtext.py browse.py calc.py dialog.py edit.py \
- fib.py graph.py input_test.py tour.py
- fi
-}