summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-01-21 05:29:44 +0000
committerIan Delaney <idella4@gentoo.org>2015-01-21 05:29:44 +0000
commit6372e3b4c40017278c547cd5de30fad1817fc0b8 (patch)
treec466954f3349425463315b89e1d40b9a7b053e9d /dev-python/urwid
parentrm old (diff)
downloadgentoo-2-6372e3b4c40017278c547cd5de30fad1817fc0b8.tar.gz
gentoo-2-6372e3b4c40017278c547cd5de30fad1817fc0b8.tar.bz2
gentoo-2-6372e3b4c40017278c547cd5de30fad1817fc0b8.zip
rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/urwid')
-rw-r--r--dev-python/urwid/ChangeLog9
-rw-r--r--dev-python/urwid/urwid-0.9.9.1.ebuild41
-rw-r--r--dev-python/urwid/urwid-1.0.2.ebuild38
-rw-r--r--dev-python/urwid/urwid-1.1.0.ebuild57
-rw-r--r--dev-python/urwid/urwid-1.1.1-r1.ebuild56
-rw-r--r--dev-python/urwid/urwid-1.1.1.ebuild57
-rw-r--r--dev-python/urwid/urwid-1.1.2.ebuild54
-rw-r--r--dev-python/urwid/urwid-1.2.0.ebuild54
8 files changed, 7 insertions, 359 deletions
diff --git a/dev-python/urwid/ChangeLog b/dev-python/urwid/ChangeLog
index 67c6511e0fbf..4d24d5a0f756 100644
--- a/dev-python/urwid/ChangeLog
+++ b/dev-python/urwid/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/urwid
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.77 2014/12/08 11:02:15 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.78 2015/01/21 05:29:44 idella4 Exp $
+
+ 21 Jan 2015; Ian Delaney <idella4@gentoo.org> -urwid-0.9.9.1.ebuild,
+ -urwid-1.0.2.ebuild, -urwid-1.1.0.ebuild, -urwid-1.1.1-r1.ebuild,
+ -urwid-1.1.1.ebuild, -urwid-1.1.2.ebuild, -urwid-1.2.0.ebuild:
+ rm old
08 Dec 2014; Agostino Sarubbo <ago@gentoo.org> urwid-1.2.2.ebuild:
Stable for ppc64, wrt bug #530614
diff --git a/dev-python/urwid/urwid-0.9.9.1.ebuild b/dev-python/urwid/urwid-0.9.9.1.ebuild
deleted file mode 100644
index 0f745c51bf36..000000000000
--- a/dev-python/urwid/urwid-0.9.9.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 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.1.ebuild,v 1.7 2014/08/10 21:24:44 slyfox 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 test"
-
-DEPEND="dev-python/setuptools
- test? ( dev-python/twisted-core )"
-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-1.0.2.ebuild b/dev-python/urwid/urwid-1.0.2.ebuild
deleted file mode 100644
index e17991963c7b..000000000000
--- a/dev-python/urwid/urwid-1.0.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v 1.8 2014/01/05 02:08:38 yac Exp $
-
-EAPI="4"
-PYTHON_USE_WITH="ncurses"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="*-jython 3.3"
-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 ~arm ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="examples test"
-
-DEPEND="dev-python/setuptools
- test? ( dev-python/twisted-core )"
-
-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.1.0.ebuild b/dev-python/urwid/urwid-1.1.0.ebuild
deleted file mode 100644
index 1506a9e319d0..000000000000
--- a/dev-python/urwid/urwid-1.1.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.1.0.ebuild,v 1.8 2014/03/06 10:43:34 ago 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 eutils
-
-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 ~arm ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="doc examples test"
-
-DEPEND="dev-python/setuptools
- doc? ( dev-python/sphinx )
- test? ( dev-python/twisted-core )"
-
-PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
-
-src_prepare() {
- distutils_src_prepare
-
- epatch "${FILESDIR}"/${P}-sphinx.patch
-
- if [[ $(python_get_version -f --major) == 3 ]] ; then
- 2to3-$(PYTHON -f --ABI) -nw --no-diffs docs/conf.py || die
- fi
-}
-
-src_compile() {
- distutils_src_compile
-
- if use doc ; then
- cd docs
- PYTHONPATH="$(ls -d ../build-$(PYTHON -f --ABI)/lib*)" sphinx-build . _build/html || die
- fi
-}
-
-src_install() {
- distutils_src_install
-
- use doc && dohtml -r docs/_build/html/*
-
- if use examples ; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
diff --git a/dev-python/urwid/urwid-1.1.1-r1.ebuild b/dev-python/urwid/urwid-1.1.1-r1.ebuild
deleted file mode 100644
index 983d595aef5f..000000000000
--- a/dev-python/urwid/urwid-1.1.1-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.1.1-r1.ebuild,v 1.3 2013/09/05 18:46:50 mgorny Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1
-
-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 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="doc examples test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/twisted-core )"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.1.0-sphinx.patch )
-
-python_compile_all() {
- if use doc ; then
- if [[ ${EPYTHON} == python3* ]] ; then
- 2to3 -nw --no-diffs docs/conf.py || die
- fi
- cd docs
- sphinx-build . _build/html || die
- fi
-}
-
-python_compile() {
- if [[ ${EPYTHON} == python2* ]] ; then
- local CFLAGS="${CFLAGS} -fno-strict-aliasing"
- export CFLAGS
- fi
-
- distutils-r1_python_compile
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- use doc && dohtml -r docs/_build/html/*
-
- if use examples ; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
diff --git a/dev-python/urwid/urwid-1.1.1.ebuild b/dev-python/urwid/urwid-1.1.1.ebuild
deleted file mode 100644
index dbf5287c27c8..000000000000
--- a/dev-python/urwid/urwid-1.1.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.1.1.ebuild,v 1.2 2013/08/03 09:45:46 mgorny Exp $
-
-EAPI="5"
-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 eutils
-
-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 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="doc examples test"
-
-DEPEND="dev-python/setuptools
- doc? ( dev-python/sphinx )
- test? ( dev-python/twisted-core )"
-
-PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
-
-src_prepare() {
- distutils_src_prepare
-
- epatch "${FILESDIR}"/${PN}-1.1.0-sphinx.patch
-
- if [[ $(python_get_version -f --major) == 3 ]] ; then
- 2to3-$(PYTHON -f --ABI) -nw --no-diffs docs/conf.py || die
- fi
-}
-
-src_compile() {
- distutils_src_compile
-
- if use doc ; then
- cd docs
- PYTHONPATH="$(ls -d ../build-$(PYTHON -f --ABI)/lib*)" sphinx-build . _build/html || die
- fi
-}
-
-src_install() {
- distutils_src_install
-
- use doc && dohtml -r docs/_build/html/*
-
- if use examples ; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
diff --git a/dev-python/urwid/urwid-1.1.2.ebuild b/dev-python/urwid/urwid-1.1.2.ebuild
deleted file mode 100644
index 18b659ffcf88..000000000000
--- a/dev-python/urwid/urwid-1.1.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.1.2.ebuild,v 1.1 2014/01/25 08:30:42 radhermit Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1
-
-DESCRIPTION="Urwid is a curses-based user interface library for Python"
-HOMEPAGE="http://urwid.org/ http://pypi.python.org/pypi/urwid/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="doc examples test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/twisted-core )"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.1.0-sphinx.patch )
-
-python_compile_all() {
- if use doc ; then
- if [[ ${EPYTHON} == python3* ]] ; then
- 2to3 -nw --no-diffs docs/conf.py || die
- fi
- cd docs
- sphinx-build . _build/html || die
- fi
-}
-
-python_compile() {
- if [[ ${EPYTHON} == python2* ]] ; then
- local CFLAGS="${CFLAGS} -fno-strict-aliasing"
- export CFLAGS
- fi
-
- distutils-r1_python_compile
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( examples/. )
- use doc && local HTML_DOCS=( docs/_build/html/. )
-
- distutils-r1_python_install_all
-}
diff --git a/dev-python/urwid/urwid-1.2.0.ebuild b/dev-python/urwid/urwid-1.2.0.ebuild
deleted file mode 100644
index 8251d1ead520..000000000000
--- a/dev-python/urwid/urwid-1.2.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.2.0.ebuild,v 1.2 2014/04/03 01:25:58 radhermit Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1
-
-DESCRIPTION="Urwid is a curses-based user interface library for Python"
-HOMEPAGE="http://urwid.org/ http://pypi.python.org/pypi/urwid/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="doc examples test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/twisted-core )"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.1.0-sphinx.patch )
-
-python_compile_all() {
- if use doc ; then
- if [[ ${EPYTHON} == python3* ]] ; then
- 2to3 -nw --no-diffs docs/conf.py || die
- fi
- cd docs
- sphinx-build . _build/html || die
- fi
-}
-
-python_compile() {
- if [[ ${EPYTHON} == python2* ]] ; then
- local CFLAGS="${CFLAGS} -fno-strict-aliasing"
- export CFLAGS
- fi
-
- distutils-r1_python_compile
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( examples/. )
- use doc && local HTML_DOCS=( docs/_build/html/. )
-
- distutils-r1_python_install_all
-}