summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-14 16:58:39 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-14 16:58:39 +0000
commit653c08587d3e9e97d63b6b67ea4ee074edb20ed5 (patch)
tree5594c635b9615191a7599cd8d5366082e81f440a /dev-python
parentDrop package masked for removal. (diff)
downloadgentoo-2-653c08587d3e9e97d63b6b67ea4ee074edb20ed5.tar.gz
gentoo-2-653c08587d3e9e97d63b6b67ea4ee074edb20ed5.tar.bz2
gentoo-2-653c08587d3e9e97d63b6b67ea4ee074edb20ed5.zip
Delete older ebuilds.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/jinja2/Manifest5
-rw-r--r--dev-python/jinja2/files/jinja2-2.0_no_docs.patch27
-rw-r--r--dev-python/jinja2/files/jinja2_docs_sphinx.patch16
-rw-r--r--dev-python/jinja2/jinja2-2.1.1-r1.ebuild71
-rw-r--r--dev-python/jinja2/jinja2-2.1.1.ebuild60
5 files changed, 0 insertions, 179 deletions
diff --git a/dev-python/jinja2/Manifest b/dev-python/jinja2/Manifest
index ff19cd92c7d7..f95ae368721b 100644
--- a/dev-python/jinja2/Manifest
+++ b/dev-python/jinja2/Manifest
@@ -1,9 +1,4 @@
-AUX jinja2-2.0_no_docs.patch 958 RMD160 d492587d32d01540d9670d0b0c92191a3f51a8f8 SHA1 cb252f7602d6ef0c6ea77c10b6d5b0af97ed2586 SHA256 c16c3eb18bb28c60af83ec1564ccd8e2f901420ccae1e7155679b431f61c1854
-AUX jinja2_docs_sphinx.patch 479 RMD160 6e9b8c6ed4970deb8f3489f2eaaf54fd0343d1fd SHA1 fc124fac9ac265100084d0d79b21e6667c32a70c SHA256 287ed9bc19544240764030db3c347cd8806194bb1925bf4cb9be23172d240a5f
-DIST Jinja2-2.1.1.tar.gz 516303 RMD160 4a24259599484b823af42d476fbf004b2de7f7ca SHA1 7776001de0269df324bd80ffeecd6e6c19382e8e SHA256 4ccb4abe88756b79768ca9d8c80da8cf2459ad876c70c9813ebfdcab4350f013
DIST Jinja2-2.2.1.tar.gz 771552 RMD160 bdee3ef806bc25f9eef388af2529bebdd44c1cf4 SHA1 e6b6ef07ba2e1c463120db134cec477abc4b723b SHA256 b90e99f12c035f67bcf9f865c46bb7048d62fbcadd892f5ae7633a4e53e01df3
-EBUILD jinja2-2.1.1-r1.ebuild 1655 RMD160 1e0b119b463427d28cd880bee9d1079c18336dbb SHA1 3614b86032ec421055aec570db3615176f21e0f3 SHA256 248916914c0ad25a26ac61eaa3e2a5bbaecf860745c64cdda55ea2f1cc1858d9
-EBUILD jinja2-2.1.1.ebuild 1485 RMD160 d15b08194021a1348654c04b0ca48873bce3ba6b SHA1 0a05f4636fa1656da956f956cdf342dab943a640 SHA256 44d06752e2733097f9f987bdd4d942e91c1ad8743999b496cf6c5e0e33ce3118
EBUILD jinja2-2.2.1.ebuild 1731 RMD160 7502b7bc4b4a1f3fdec95be1059def656df5fba4 SHA1 fffc7c136f32b4e940cb134c1b6500a5cd3cf7ef SHA256 3664144512cb7dd48937e2d723ce583bac7dd9a2f6c2100128674fe96eff9d7b
MISC ChangeLog 3686 RMD160 6f2a44f293ce577f9104a39c18c48e54b796996c SHA1 5b8cbf9cfdba04c93330c352f5c967895c20918c SHA256 6f95c63cd8dd2bfb241dc94798010431f9b81a9900da112d79f96d6d9ee616eb
MISC metadata.xml 260 RMD160 73b34094a529f5ab0dcf98717fe00e6759dfb397 SHA1 48e84c78c92d7b5cdadb9db94c7c5681158ab498 SHA256 02bf37f6abc119298b0af0cfc3ce295479e514b0c1b39465e2c4e8f1b1628f7c
diff --git a/dev-python/jinja2/files/jinja2-2.0_no_docs.patch b/dev-python/jinja2/files/jinja2-2.0_no_docs.patch
deleted file mode 100644
index 40cf60ad3581..000000000000
--- a/dev-python/jinja2/files/jinja2-2.0_no_docs.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- setup.py.orig 2008-10-23 07:58:41.000000000 -0400
-+++ setup.py 2008-10-23 07:58:55.000000000 -0400
-@@ -53,15 +53,15 @@
-
-
- data_files = []
--documentation_path = 'docs/_build/html'
--if os.path.exists(documentation_path):
-- documentation_files = []
-- for fn in os.listdir(documentation_path):
-- if not fn.startswith('.'):
-- fn = os.path.join(documentation_path, fn)
-- if os.path.isfile(fn):
-- documentation_files.append(fn)
-- data_files.append(('docs', documentation_files))
-+#documentation_path = 'docs/_build/html'
-+#if os.path.exists(documentation_path):
-+# documentation_files = []
-+# for fn in os.listdir(documentation_path):
-+# if not fn.startswith('.'):
-+# fn = os.path.join(documentation_path, fn)
-+# if os.path.isfile(fn):
-+# documentation_files.append(fn)
-+# data_files.append(('docs', documentation_files))
-
-
- def get_terminal_width():
diff --git a/dev-python/jinja2/files/jinja2_docs_sphinx.patch b/dev-python/jinja2/files/jinja2_docs_sphinx.patch
deleted file mode 100644
index 793b5a268b60..000000000000
--- a/dev-python/jinja2/files/jinja2_docs_sphinx.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-#Patch to fix a bug when building
-#Jinja2's documentation using Sphinx
-#Thanks to plevine457@verizon.net for patch
-#Path url: Debian bug #527486
-# Added by neurogeek@gentoo.org 07/13/2009
---- jinja2-2.1.1.orig/docs/conf.py
-+++ jinja2-2.1.1/docs/conf.py
-@@ -96,7 +96,7 @@
- #html_use_smartypants = True
-
- # use jinja2 for templates
--template_bridge = 'jinjaext.Jinja2Bridge'
-+template_bridge = 'sphinx.jinja2glue.BuiltinTemplateLoader'
-
- # no modindex
- html_use_modindex = False
diff --git a/dev-python/jinja2/jinja2-2.1.1-r1.ebuild b/dev-python/jinja2/jinja2-2.1.1-r1.ebuild
deleted file mode 100644
index 3ede25a89aab..000000000000
--- a/dev-python/jinja2/jinja2-2.1.1-r1.ebuild
+++ /dev/null
@@ -1,71 +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/jinja2/jinja2-2.1.1-r1.ebuild,v 1.5 2009/09/24 08:44:57 fauli Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="Jinja2"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A small but fast and easy to use stand-alone template engine written in pure python."
-HOMEPAGE="http://jinja.pocoo.org/"
-SRC_URI="http://pypi.python.org/packages/source/J/${MY_PN}/${MY_P}.tar.gz"
-LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
-SLOT="0"
-IUSE="doc examples i18n test"
-
-CDEPEND="virtual/python
- dev-python/setuptools"
-DEPEND="${CDEPEND}
- doc? ( >=dev-python/docutils-0.4
- >=dev-python/sphinx-0.3 )"
-RDEPEND="${CDEPEND}
- i18n? ( >=dev-python/Babel-0.9.3 )"
-
-RESTRICT_PYTHON_ABIS="3*"
-
-S="${WORKDIR}/${MY_P}"
-DOCS="CHANGES"
-
-src_prepare(){
- epatch "${FILESDIR}/${PN}-2.0_no_docs.patch"
- epatch "${FILESDIR}/${PN}_docs_sphinx.patch"
-}
-
-src_compile(){
- distutils_src_compile
-
- if use doc ; then
- cd "${S}/docs"
- PYTHONPATH=../ emake html || die "Error building docs"
- fi
-}
-
-src_test(){
- testing() {
- PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" setup.py test
- }
- python_execute_function testing
-}
-
-src_install(){
- distutils_src_install
-
- if use doc ; then
- dohtml -r docs/_build/html/* ||
- die "Failed to install docs"
- fi
-
- if use examples ; then
- #Eliminate pyc files going into /usr/share
- $(find examples -name '*.pyc' -exec rm -rf {} ';')
-
- insinto "/usr/share/doc/${PF}"
- doins -r examples ||
- die "Failed to install examples"
- fi
-}
diff --git a/dev-python/jinja2/jinja2-2.1.1.ebuild b/dev-python/jinja2/jinja2-2.1.1.ebuild
deleted file mode 100644
index 539d855d9882..000000000000
--- a/dev-python/jinja2/jinja2-2.1.1.ebuild
+++ /dev/null
@@ -1,60 +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/jinja2/jinja2-2.1.1.ebuild,v 1.12 2009/08/09 16:40:00 armin76 Exp $
-# Ebuild generated by g-pypi 0.2.2 (rev. 214)
-
-inherit distutils
-
-MY_PN="Jinja2"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A small but fast and easy to use stand-alone template engine written in pure python."
-HOMEPAGE="http://jinja.pocoo.org/"
-SRC_URI="http://pypi.python.org/packages/source/J/${MY_PN}/${MY_P}.tar.gz"
-LICENSE="BSD"
-KEYWORDS="alpha amd64 arm hppa ia64 s390 sh sparc x86 ~x86-fbsd"
-SLOT="0"
-IUSE="doc examples i18n test"
-
-CDEPEND="virtual/python
- dev-python/setuptools"
-DEPEND="${CDEPEND}
- doc? ( >=dev-python/docutils-0.4
- >=dev-python/sphinx-0.3 )"
-RDEPEND="${CDEPEND}
- i18n? ( >=dev-python/Babel-0.9.3 )"
-
-S="${WORKDIR}/${MY_P}"
-DOCS="CHANGES"
-
-src_compile(){
- distutils_src_compile
- epatch "${FILESDIR}/${PN}-2.0_no_docs.patch"
-
- if use doc ; then
- cd "${S}/docs"
- PYTHONPATH=../ emake html || die "Error building docs"
- fi
-}
-
-src_install(){
- distutils_src_install
-
- if use doc ; then
- dohtml -r docs/_build/html/* ||
- die "Failed to install docs"
- fi
-
- if use examples ; then
- #Eliminate pyc files going into /usr/share
- $(find examples -name '*.pyc' -exec rm -rf {} ';')
-
- insinto "/usr/share/doc/${PF}"
- doins -r examples ||
- die "Failed to install examples"
- fi
-}
-
-src_test(){
- "${python}" setup.py test || die "Tests failed"
-}