diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-18 19:01:15 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-18 19:01:15 +0000 |
commit | 79ce10494fc904abce3ca53b792400ae6e5ca6fd (patch) | |
tree | 3d01e391f0acfd0e1083419c285410bf58185125 /dev-python/markupsafe | |
parent | tidy (diff) | |
download | gentoo-2-79ce10494fc904abce3ca53b792400ae6e5ca6fd.tar.gz gentoo-2-79ce10494fc904abce3ca53b792400ae6e5ca6fd.tar.bz2 gentoo-2-79ce10494fc904abce3ca53b792400ae6e5ca6fd.zip |
Delete older ebuild.
(Portage version: 2.2.0_alpha9_p3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/markupsafe')
-rw-r--r-- | dev-python/markupsafe/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/markupsafe/markupsafe-0.9.2.ebuild | 33 |
2 files changed, 5 insertions, 34 deletions
diff --git a/dev-python/markupsafe/ChangeLog b/dev-python/markupsafe/ChangeLog index 8c16c6b6a4d1..b6897de2b3b1 100644 --- a/dev-python/markupsafe/ChangeLog +++ b/dev-python/markupsafe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/markupsafe # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/markupsafe/ChangeLog,v 1.17 2010/12/18 18:58:25 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/markupsafe/ChangeLog,v 1.18 2010/12/18 19:01:15 arfrever Exp $ + + 18 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -markupsafe-0.9.2.ebuild: + Delete. 18 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> markupsafe-0.11.ebuild: diff --git a/dev-python/markupsafe/markupsafe-0.9.2.ebuild b/dev-python/markupsafe/markupsafe-0.9.2.ebuild deleted file mode 100644 index ed28546ae395..000000000000 --- a/dev-python/markupsafe/markupsafe-0.9.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/markupsafe/markupsafe-0.9.2.ebuild,v 1.8 2010/10/18 19:26:44 jer Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -DISTUTILS_SRC_TEST="setup.py" - -inherit distutils - -MY_PN="MarkupSafe" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Implements a XML/HTML/XHTML Markup safe string for Python" -HOMEPAGE="http://pypi.python.org/pypi/MarkupSafe" -SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -DISTUTILS_GLOBAL_OPTIONS=("--with-speedups") - -src_install() { - distutils_src_install - python_clean_installation_image -} |