summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-04-09 03:41:03 +0000
committerMike Gilbert <floppym@gentoo.org>2012-04-09 03:41:03 +0000
commit1b0c1fb3245cd423f50f3d5b0d1ee2c9f533cdad (patch)
treec5ec05ea3137ae5b6504081a464989aff0a2cb98 /app-text/pytextile
parentVersion bump, round 2. (diff)
downloadgentoo-2-1b0c1fb3245cd423f50f3d5b0d1ee2c9f533cdad.tar.gz
gentoo-2-1b0c1fb3245cd423f50f3d5b0d1ee2c9f533cdad.tar.bz2
gentoo-2-1b0c1fb3245cd423f50f3d5b0d1ee2c9f533cdad.zip
Depend on setuptools, #408241 by lucapost. Confirmed by Ian Delaney. Remove old.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-text/pytextile')
-rw-r--r--app-text/pytextile/ChangeLog7
-rw-r--r--app-text/pytextile/pytextile-2.1.4.ebuild30
-rw-r--r--app-text/pytextile/pytextile-2.1.5.ebuild4
3 files changed, 8 insertions, 33 deletions
diff --git a/app-text/pytextile/ChangeLog b/app-text/pytextile/ChangeLog
index cf85100ea881..8cf37634d4d8 100644
--- a/app-text/pytextile/ChangeLog
+++ b/app-text/pytextile/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/pytextile
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.29 2012/03/06 21:29:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.30 2012/04/09 03:41:03 floppym Exp $
+
+ 09 Apr 2012; Mike Gilbert <floppym@gentoo.org> -pytextile-2.1.4.ebuild,
+ pytextile-2.1.5.ebuild:
+ Depend on setuptools, #408241 by lucapost. Confirmed by Ian Delaney. Remove
+ old.
06 Mar 2012; Brent Baude <ranger@gentoo.org> pytextile-2.1.5.ebuild:
Marking pytextile-2.1.5 ppc for bug 399957
diff --git a/app-text/pytextile/pytextile-2.1.4.ebuild b/app-text/pytextile/pytextile-2.1.4.ebuild
deleted file mode 100644
index e3998a2cd1e7..000000000000
--- a/app-text/pytextile/pytextile-2.1.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.4.ebuild,v 1.7 2010/12/26 14:35:29 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-DISTUTILS_SRC_TEST="nosetests"
-
-inherit distutils
-
-MY_PN="textile"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text Generator. Textile simplifies the work of creating (X)HTML."
-HOMEPAGE="http://pypi.python.org/pypi/textile"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="${MY_PN}"
diff --git a/app-text/pytextile/pytextile-2.1.5.ebuild b/app-text/pytextile/pytextile-2.1.5.ebuild
index 0ffd2becdb4d..760925d18b0b 100644
--- a/app-text/pytextile/pytextile-2.1.5.ebuild
+++ b/app-text/pytextile/pytextile-2.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.5.ebuild,v 1.5 2012/03/06 21:29:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.5.ebuild,v 1.6 2012/04/09 03:41:03 floppym Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -22,7 +22,7 @@ SLOT="0"
KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE=""
-DEPEND=""
+DEPEND="dev-python/setuptools"
RDEPEND=""
S="${WORKDIR}/${MY_P}"