diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-01-23 01:27:25 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-01-23 01:27:25 +0000 |
commit | 512d10006eed5b96985b963a5f21fca7041225d3 (patch) | |
tree | f55602449f9144fecbd93870557dd3249bafcbcc /dev-python/odfpy | |
parent | Remove old. (diff) | |
download | gentoo-2-512d10006eed5b96985b963a5f21fca7041225d3.tar.gz gentoo-2-512d10006eed5b96985b963a5f21fca7041225d3.tar.bz2 gentoo-2-512d10006eed5b96985b963a5f21fca7041225d3.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/odfpy')
-rw-r--r-- | dev-python/odfpy/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/odfpy/odfpy-0.9.2.ebuild | 37 | ||||
-rw-r--r-- | dev-python/odfpy/odfpy-0.9.4.ebuild | 43 | ||||
-rw-r--r-- | dev-python/odfpy/odfpy-0.9.5.ebuild | 43 | ||||
-rw-r--r-- | dev-python/odfpy/odfpy-0.9.6.ebuild | 43 |
5 files changed, 6 insertions, 168 deletions
diff --git a/dev-python/odfpy/ChangeLog b/dev-python/odfpy/ChangeLog index dea823d63376..a938c50ad04e 100644 --- a/dev-python/odfpy/ChangeLog +++ b/dev-python/odfpy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/odfpy -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/odfpy/ChangeLog,v 1.10 2013/07/01 09:32:51 dev-zero Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/odfpy/ChangeLog,v 1.11 2015/01/23 01:27:25 mrueg Exp $ + + 23 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -odfpy-0.9.2.ebuild, + -odfpy-0.9.4.ebuild, -odfpy-0.9.5.ebuild, -odfpy-0.9.6.ebuild: + Remove old. *odfpy-0.9.6-r1 (01 Jul 2013) diff --git a/dev-python/odfpy/odfpy-0.9.2.ebuild b/dev-python/odfpy/odfpy-0.9.2.ebuild deleted file mode 100644 index d1e1ee08d9c5..000000000000 --- a/dev-python/odfpy/odfpy-0.9.2.ebuild +++ /dev/null @@ -1,37 +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/odfpy/odfpy-0.9.2.ebuild,v 1.3 2010/12/26 14:53:02 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Python API and tools to manipulate OpenDocument files" -HOMEPAGE="http://opendocumentfellowship.com/development/projects/odfpy http://pypi.python.org/pypi/odfpy" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -PYTHON_MODNAME="odf" - -src_test() { - testing() { - pushd tests > /dev/null || die - local test - for test in test*.py; do - echo -e "\e[1;31mRunning ${test}...\e[0m" - PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" "${test}" || die "${test} failed with Python ${PYTHON_ABI}" - done - popd > /dev/null || die - } - python_execute_function testing -} diff --git a/dev-python/odfpy/odfpy-0.9.4.ebuild b/dev-python/odfpy/odfpy-0.9.4.ebuild deleted file mode 100644 index 68f04a6d2823..000000000000 --- a/dev-python/odfpy/odfpy-0.9.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/odfpy/odfpy-0.9.4.ebuild,v 1.2 2011/12/15 02:34:59 floppym Exp $ - -EAPI="4" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils eutils - -DESCRIPTION="Python API and tools to manipulate OpenDocument files" -HOMEPAGE="https://joinup.ec.europa.eu/software/odfpy/home http://pypi.python.org/pypi/odfpy" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0 GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -PYTHON_MODNAME="odf" - -src_prepare() { - distutils_src_prepare - epatch "${FILESDIR}/${P}-tests.patch" -} - -src_test() { - cd tests || die - testing() { - local exit_status=0 test - for test in test*.py; do - einfo "Running ${test} ..." - PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" "${test}" - [[ $? -ne 0 ]] && exit_status=1 - done - return ${exit_status} - } - python_execute_function testing -} diff --git a/dev-python/odfpy/odfpy-0.9.5.ebuild b/dev-python/odfpy/odfpy-0.9.5.ebuild deleted file mode 100644 index 03cff06e7fae..000000000000 --- a/dev-python/odfpy/odfpy-0.9.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/odfpy/odfpy-0.9.5.ebuild,v 1.1 2013/01/11 06:46:27 patrick Exp $ - -EAPI="4" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils eutils - -DESCRIPTION="Python API and tools to manipulate OpenDocument files" -HOMEPAGE="https://joinup.ec.europa.eu/software/odfpy/home http://pypi.python.org/pypi/odfpy" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0 GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -PYTHON_MODNAME="odf" - -src_prepare() { - distutils_src_prepare - epatch "${FILESDIR}/${PN}-0.9.4-tests.patch" -} - -src_test() { - cd tests || die - testing() { - local exit_status=0 test - for test in test*.py; do - einfo "Running ${test} ..." - PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" "${test}" - [[ $? -ne 0 ]] && exit_status=1 - done - return ${exit_status} - } - python_execute_function testing -} diff --git a/dev-python/odfpy/odfpy-0.9.6.ebuild b/dev-python/odfpy/odfpy-0.9.6.ebuild deleted file mode 100644 index 38875aafcc73..000000000000 --- a/dev-python/odfpy/odfpy-0.9.6.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/odfpy/odfpy-0.9.6.ebuild,v 1.1 2013/03/11 06:23:59 patrick Exp $ - -EAPI="4" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils eutils - -DESCRIPTION="Python API and tools to manipulate OpenDocument files" -HOMEPAGE="https://joinup.ec.europa.eu/software/odfpy/home http://pypi.python.org/pypi/odfpy" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0 GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -PYTHON_MODNAME="odf" - -src_prepare() { - distutils_src_prepare - epatch "${FILESDIR}/${PN}-0.9.4-tests.patch" -} - -src_test() { - cd tests || die - testing() { - local exit_status=0 test - for test in test*.py; do - einfo "Running ${test} ..." - PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" "${test}" - [[ $? -ne 0 ]] && exit_status=1 - done - return ${exit_status} - } - python_execute_function testing -} |