diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-19 23:18:00 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-19 23:18:00 +0000 |
commit | 4cfc9f7b8ce0959050202a2ec1ce65aa0d22b66d (patch) | |
tree | 6169a87b2574434e196e61b4941547f758ebe433 /dev-python/cheetah | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-4cfc9f7b8ce0959050202a2ec1ce65aa0d22b66d.tar.gz gentoo-2-4cfc9f7b8ce0959050202a2ec1ce65aa0d22b66d.tar.bz2 gentoo-2-4cfc9f7b8ce0959050202a2ec1ce65aa0d22b66d.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python/cheetah')
-rw-r--r-- | dev-python/cheetah/cheetah-2.4.0.ebuild | 50 | ||||
-rw-r--r-- | dev-python/cheetah/cheetah-2.4.1.ebuild | 50 | ||||
-rw-r--r-- | dev-python/cheetah/cheetah-2.4.2.ebuild | 53 |
3 files changed, 0 insertions, 153 deletions
diff --git a/dev-python/cheetah/cheetah-2.4.0.ebuild b/dev-python/cheetah/cheetah-2.4.0.ebuild deleted file mode 100644 index 89b2a3bc92d2..000000000000 --- a/dev-python/cheetah/cheetah-2.4.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.0.ebuild,v 1.6 2009/12/15 16:29:26 armin76 Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="Cheetah" -MY_P="${MY_PN}-${PV/_}" - -DESCRIPTION="Python-powered template engine and code generator." -HOMEPAGE="http://www.cheetahtemplate.org/ http://rtyler.github.com/cheetah/ http://pypi.python.org/pypi/Cheetah" -SRC_URI="http://pypi.python.org/packages/source/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="PSF-2.2" -IUSE="" -KEYWORDS="alpha ~amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -SLOT="0" - -RDEPEND="dev-python/markdown" -DEPEND="${RDEPEND} - dev-python/setuptools" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="Cheetah" -DOCS="CHANGES README.markdown TODO" - -src_test() { - # Disable broken tests. - sed \ - -e "/Unicode/d" \ - -e "s/if not sys.platform.startswith('java'):/if False:/" \ - -e "/results =/a\\ sys.exit(not results.wasSuccessful())" \ - -i cheetah/Tests/Test.py || die "sed failed" - - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" cheetah/Tests/Test.py - } - python_execute_function testing -} - -src_install() { - [[ -z "${ED}" ]] && local ED="${D}" - distutils_src_install - rm -fr "${ED}"usr/lib*/python*/site-packages/Cheetah/Tests -} diff --git a/dev-python/cheetah/cheetah-2.4.1.ebuild b/dev-python/cheetah/cheetah-2.4.1.ebuild deleted file mode 100644 index d8a5cecba079..000000000000 --- a/dev-python/cheetah/cheetah-2.4.1.ebuild +++ /dev/null @@ -1,50 +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/cheetah/cheetah-2.4.1.ebuild,v 1.4 2010/02/21 16:39:52 armin76 Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="Cheetah" -MY_P="${MY_PN}-${PV/_}" - -DESCRIPTION="Python-powered template engine and code generator." -HOMEPAGE="http://www.cheetahtemplate.org/ http://rtyler.github.com/cheetah/ http://pypi.python.org/pypi/Cheetah" -SRC_URI="http://pypi.python.org/packages/source/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="PSF-2.2" -IUSE="" -KEYWORDS="alpha ~amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -SLOT="0" - -RDEPEND="dev-python/markdown" -DEPEND="${RDEPEND} - dev-python/setuptools" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="Cheetah" -DOCS="CHANGES README.markdown TODO" - -src_test() { - # Disable broken tests. - sed \ - -e "/Unicode/d" \ - -e "s/if not sys.platform.startswith('java'):/if False:/" \ - -e "/results =/a\\ sys.exit(not results.wasSuccessful())" \ - -i cheetah/Tests/Test.py || die "sed failed" - - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" cheetah/Tests/Test.py - } - python_execute_function testing -} - -src_install() { - [[ -z "${ED}" ]] && local ED="${D}" - distutils_src_install - rm -fr "${ED}"usr/lib*/python*/site-packages/Cheetah/Tests -} diff --git a/dev-python/cheetah/cheetah-2.4.2.ebuild b/dev-python/cheetah/cheetah-2.4.2.ebuild deleted file mode 100644 index 9e4e481d9405..000000000000 --- a/dev-python/cheetah/cheetah-2.4.2.ebuild +++ /dev/null @@ -1,53 +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/cheetah/cheetah-2.4.2.ebuild,v 1.1 2010/02/08 13:44:35 arfrever Exp $ - -EAPI="2" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="Cheetah" -MY_P="${MY_PN}-${PV/_}" - -DESCRIPTION="Python-powered template engine and code generator." -HOMEPAGE="http://www.cheetahtemplate.org/ http://rtyler.github.com/cheetah/ http://pypi.python.org/pypi/Cheetah" -SRC_URI="http://pypi.python.org/packages/source/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="PSF-2.2" -IUSE="" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -SLOT="0" - -RDEPEND="dev-python/markdown" -DEPEND="${RDEPEND} - dev-python/setuptools" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="Cheetah" -DOCS="CHANGES README.markdown TODO" - -src_prepare() { - # Disable broken tests. - sed \ - -e "/Unicode/d" \ - -e "s/if not sys.platform.startswith('java'):/if False:/" \ - -e "/results =/a\\ sys.exit(not results.wasSuccessful())" \ - -i cheetah/Tests/Test.py || die "sed failed" -} - -src_test() { - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" cheetah/Tests/Test.py - } - python_execute_function testing -} - -src_install() { - [[ -z "${ED}" ]] && local ED="${D}" - distutils_src_install - rm -fr "${ED}"usr/lib*/python*/site-packages/Cheetah/Tests -} |