diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2014-07-21 09:37:15 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2014-07-21 09:37:15 +0000 |
commit | 20fb0a0a5647981ac8bed180b4739287b866eca6 (patch) | |
tree | b3e815e46addac34857405dbb39d7ad76d6418ed /dev-python/jinja | |
parent | Make pkcs11 USE depend on ssl flag (fixes bug 517660) (diff) | |
download | gentoo-2-20fb0a0a5647981ac8bed180b4739287b866eca6.tar.gz gentoo-2-20fb0a0a5647981ac8bed180b4739287b866eca6.tar.bz2 gentoo-2-20fb0a0a5647981ac8bed180b4739287b866eca6.zip |
Remove old versions
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 30380381)
Diffstat (limited to 'dev-python/jinja')
-rw-r--r-- | dev-python/jinja/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/jinja/jinja-2.6-r1.ebuild | 81 | ||||
-rw-r--r-- | dev-python/jinja/jinja-2.6-r2.ebuild | 82 | ||||
-rw-r--r-- | dev-python/jinja/jinja-2.6.ebuild | 74 | ||||
-rw-r--r-- | dev-python/jinja/jinja-2.7.1.ebuild | 73 | ||||
-rw-r--r-- | dev-python/jinja/jinja-2.7.2.ebuild | 69 |
6 files changed, 6 insertions, 380 deletions
diff --git a/dev-python/jinja/ChangeLog b/dev-python/jinja/ChangeLog index 8e7d23c0ca89..5a793ac24e31 100644 --- a/dev-python/jinja/ChangeLog +++ b/dev-python/jinja/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/jinja # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/ChangeLog,v 1.109 2014/06/26 17:49:48 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/ChangeLog,v 1.110 2014/07/21 09:37:14 djc Exp $ + + 21 Jul 2014; Dirkjan Ochtman <djc@gentoo.org> -jinja-2.6-r1.ebuild, + -jinja-2.6-r2.ebuild, -jinja-2.6.ebuild, -jinja-2.7.1.ebuild, + -jinja-2.7.2.ebuild: + Remove old versions *jinja-2.7.3 (26 Jun 2014) diff --git a/dev-python/jinja/jinja-2.6-r1.ebuild b/dev-python/jinja/jinja-2.6-r1.ebuild deleted file mode 100644 index 47e3d215b678..000000000000 --- a/dev-python/jinja/jinja-2.6-r1.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/jinja-2.6-r1.ebuild,v 1.14 2014/03/31 20:29:32 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) - -inherit distutils-r1 - -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/ http://pypi.python.org/pypi/Jinja2" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" -IUSE="doc examples" - -RDEPEND="dev-python/markupsafe[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - doc? ( >=dev-python/sphinx-0.6 )" - -# XXX: handle Babel better? - -S=${WORKDIR}/${MY_P} - -wrap_opts() { - local mydistutilsargs=() - - if [[ ${EPYTHON} == python* ]]; then - mydistutilargs+=( --with-debugsupport ) - fi - - "${@}" -} - -python_compile() { - wrap_opts distutils-r1_python_compile -} - -python_compile_all() { - if use doc; then - cd docs || die - - if [[ ${EPYTHON} == python3* ]]; then - # https://github.com/mitsuhiko/jinja2/issues/115 - 2to3 -n -w --no-diffs jinjaext.py || die - fi - - emake html - fi -} - -python_test() { - esetup.py test -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - - distutils-r1_python_install_all - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi - - insinto /usr/share/vim/vimfiles/syntax - doins ext/Vim/* -} - -pkg_postinst() { - if ! has_version dev-python/Babel; then - elog "For i18n support, please emerge dev-python/Babel." - fi -} diff --git a/dev-python/jinja/jinja-2.6-r2.ebuild b/dev-python/jinja/jinja-2.6-r2.ebuild deleted file mode 100644 index ce68bda3fde3..000000000000 --- a/dev-python/jinja/jinja-2.6-r2.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/jinja-2.6-r2.ebuild,v 1.4 2014/03/31 20:29:32 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) - -inherit eutils distutils-r1 - -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/ http://pypi.python.org/pypi/Jinja2" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" -IUSE="doc examples" - -RDEPEND="dev-python/markupsafe[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - doc? ( >=dev-python/sphinx-0.6 )" - -# XXX: handle Babel better? - -S=${WORKDIR}/${MY_P} -PATCHES=( "${FILESDIR}"/${P}-python3.3.patch ) - -wrap_opts() { - local mydistutilsargs=() - - if [[ ${EPYTHON} == python* ]]; then - mydistutilargs+=( --with-debugsupport ) - fi - - "${@}" -} - -python_compile() { - wrap_opts distutils-r1_python_compile -} - -python_compile_all() { - if use doc; then - cd docs || die - - if [[ ${EPYTHON} == python3* ]]; then - # https://github.com/mitsuhiko/jinja2/issues/115 - 2to3 -n -w --no-diffs jinjaext.py || die - fi - - emake html - fi -} - -python_test() { - esetup.py test -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - - distutils-r1_python_install_all - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi - - insinto /usr/share/vim/vimfiles/syntax - doins ext/Vim/* -} - -pkg_postinst() { - if ! has_version dev-python/Babel; then - elog "For i18n support, please emerge dev-python/Babel." - fi -} diff --git a/dev-python/jinja/jinja-2.6.ebuild b/dev-python/jinja/jinja-2.6.ebuild deleted file mode 100644 index 0d4da4c2d357..000000000000 --- a/dev-python/jinja/jinja-2.6.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/jinja-2.6.ebuild,v 1.14 2012/05/09 00:15:37 aballier Exp $ - -EAPI=4 - -SUPPORT_PYTHON_ABIS="1" -DISTUTILS_SRC_TEST="setup.py" - -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/ http://pypi.python.org/pypi/Jinja2" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" -IUSE="doc examples i18n vim-syntax" - -RDEPEND="dev-python/markupsafe - dev-python/setuptools - i18n? ( >=dev-python/Babel-0.9.3 )" -DEPEND="${RDEPEND} - doc? ( >=dev-python/sphinx-0.6 )" - -S=${WORKDIR}/${MY_P} - -DOCS="CHANGES" -PYTHON_MODNAME="jinja2" - -DISTUTILS_GLOBAL_OPTIONS=("*-cpython --with-debugsupport") - -src_compile(){ - distutils_src_compile - - if use doc; then - einfo "Generation of documentation" - pushd docs > /dev/null - if [[ "$(python_get_version -f -l --major)" == "3" ]]; then - # https://github.com/mitsuhiko/jinja2/issues/115 - 2to3-$(PYTHON -f --ABI) -nw --no-diffs jinjaext.py || die - fi - PYTHONPATH="$(ls -d ../build-$(PYTHON -f --ABI)/lib*)" emake html - popd > /dev/null - fi -} - -src_install(){ - distutils_src_install - python_clean_installation_image - - delete_tests() { - rm -fr "${ED}$(python_get_sitedir)/jinja2/testsuite" - } - python_execute_function -q delete_tests - - if use doc; then - dohtml -r docs/_build/html/* - fi - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi - - if use vim-syntax; then - insinto /usr/share/vim/vimfiles/syntax - doins ext/Vim/* - fi -} diff --git a/dev-python/jinja/jinja-2.7.1.ebuild b/dev-python/jinja/jinja-2.7.1.ebuild deleted file mode 100644 index 6ef18287d2b6..000000000000 --- a/dev-python/jinja/jinja-2.7.1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/jinja-2.7.1.ebuild,v 1.4 2014/04/01 04:57:29 floppym Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} pypy pypy2_0 ) - -inherit eutils distutils-r1 - -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/ http://pypi.python.org/pypi/Jinja2" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" -IUSE="doc examples" - -RDEPEND="dev-python/markupsafe[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - doc? ( >=dev-python/sphinx-0.6 )" - -# XXX: handle Babel better? - -S=${WORKDIR}/${MY_P} -PATCHES=( "${FILESDIR}/jinja-2.7-docs.patch" ) - -wrap_opts() { - local mydistutilsargs=() - - if [[ ${EPYTHON} == python* ]]; then - mydistutilargs+=( --with-debugsupport ) - fi - - "${@}" -} - -python_compile() { - wrap_opts distutils-r1_python_compile -} - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - esetup.py test -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - - distutils-r1_python_install_all - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi - - insinto /usr/share/vim/vimfiles/syntax - doins ext/Vim/* -} - -pkg_postinst() { - if ! has_version dev-python/Babel; then - elog "For i18n support, please emerge dev-python/Babel." - fi -} diff --git a/dev-python/jinja/jinja-2.7.2.ebuild b/dev-python/jinja/jinja-2.7.2.ebuild deleted file mode 100644 index 2030d63a6b8b..000000000000 --- a/dev-python/jinja/jinja-2.7.2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/jinja-2.7.2.ebuild,v 1.1 2014/05/18 00:48:27 idella4 Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) - -inherit eutils distutils-r1 - -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/ http://pypi.python.org/pypi/Jinja2" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" -IUSE="doc examples" - -RDEPEND="dev-python/markupsafe[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - doc? ( >=dev-python/sphinx-0.6 )" - -# XXX: handle Babel better? - -S=${WORKDIR}/${MY_P} -PATCHES=( "${FILESDIR}/jinja-2.7-docs.patch" ) - -wrap_opts() { - local mydistutilsargs=() - - if [[ ${EPYTHON} == python* ]]; then - mydistutilargs+=( --with-debugsupport ) - fi - - "${@}" -} - -python_compile() { - wrap_opts distutils-r1_python_compile -} - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - esetup.py test -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - use examples && local EXAMPLES=( examples/. ) - - distutils-r1_python_install_all - - insinto /usr/share/vim/vimfiles/syntax - doins ext/Vim/* -} - -pkg_postinst() { - if ! has_version dev-python/Babel; then - elog "For i18n support, please emerge dev-python/Babel." - fi -} |