diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2014-12-10 22:38:32 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2014-12-10 22:38:32 +0000 |
commit | f475f697ecd9c2e49b83250143a967503bcc1652 (patch) | |
tree | 78f221cb575f88a3cce1f73556751c1823a8e1f4 /app-text | |
parent | conditionally invoke gnome2-pkg_postinst depending on USE="gtk", bug #516664 (diff) | |
download | gentoo-2-f475f697ecd9c2e49b83250143a967503bcc1652.tar.gz gentoo-2-f475f697ecd9c2e49b83250143a967503bcc1652.tar.bz2 gentoo-2-f475f697ecd9c2e49b83250143a967503bcc1652.zip |
Drop old, fixes #453980
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pytextile/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pytextile/pytextile-2.1.5.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/app-text/pytextile/ChangeLog b/app-text/pytextile/ChangeLog index 130afec20ef3..598c1d175d8f 100644 --- a/app-text/pytextile/ChangeLog +++ b/app-text/pytextile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pytextile # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.41 2014/11/11 01:07:46 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.42 2014/12/10 22:38:32 xarthisius Exp $ + + 10 Dec 2014; Kacper Kowalik <xarthisius@gentoo.org> -pytextile-2.1.5.ebuild: + Drop old, fixes #453980 11 Nov 2014; Ian Delaney <idella4@gentoo.org> pytextile-2.2.1.ebuild: update HOMEPAGE noted by Arfrever diff --git a/app-text/pytextile/pytextile-2.1.5.ebuild b/app-text/pytextile/pytextile-2.1.5.ebuild deleted file mode 100644 index 5564cd39f1c0..000000000000 --- a/app-text/pytextile/pytextile-2.1.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 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.7 2014/08/10 18:30:21 slyfox 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 for 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="dev-python/setuptools" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="${MY_PN}" |