diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-09-07 18:28:10 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-09-07 18:28:10 +0000 |
commit | 7a52c0d268a41a750c546b8207a487ed691ac509 (patch) | |
tree | 85276f56a51d041d69408f0f730dbb6719f92282 /dev-python/apsw | |
parent | version bump, close bug #483670 (diff) | |
download | gentoo-2-7a52c0d268a41a750c546b8207a487ed691ac509.tar.gz gentoo-2-7a52c0d268a41a750c546b8207a487ed691ac509.tar.bz2 gentoo-2-7a52c0d268a41a750c546b8207a487ed691ac509.zip |
Remove old.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/apsw')
-rw-r--r-- | dev-python/apsw/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/apsw/apsw-3.7.14.1_p1.ebuild | 54 | ||||
-rw-r--r-- | dev-python/apsw/apsw-3.7.14_p1.ebuild | 54 | ||||
-rw-r--r-- | dev-python/apsw/apsw-3.7.15.1_p1.ebuild | 53 | ||||
-rw-r--r-- | dev-python/apsw/apsw-3.7.15.2_p1.ebuild | 53 | ||||
-rw-r--r-- | dev-python/apsw/apsw-3.7.16.2_p1.ebuild | 53 |
6 files changed, 6 insertions, 268 deletions
diff --git a/dev-python/apsw/ChangeLog b/dev-python/apsw/ChangeLog index 7a4605241dc1..504476896f05 100644 --- a/dev-python/apsw/ChangeLog +++ b/dev-python/apsw/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/apsw # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v 1.62 2013/09/07 18:26:08 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v 1.63 2013/09/07 18:28:10 radhermit Exp $ + + 07 Sep 2013; Tim Harder <radhermit@gentoo.org> -apsw-3.7.14_p1.ebuild, + -apsw-3.7.14.1_p1.ebuild, -apsw-3.7.15.1_p1.ebuild, -apsw-3.7.15.2_p1.ebuild, + -apsw-3.7.16.2_p1.ebuild: + Remove old. *apsw-3.8.0.2_p1 (07 Sep 2013) diff --git a/dev-python/apsw/apsw-3.7.14.1_p1.ebuild b/dev-python/apsw/apsw-3.7.14.1_p1.ebuild deleted file mode 100644 index 016e099b7b25..000000000000 --- a/dev-python/apsw/apsw-3.7.14.1_p1.ebuild +++ /dev/null @@ -1,54 +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/apsw/apsw-3.7.14.1_p1.ebuild,v 1.3 2013/08/28 16:01:09 floppym Exp $ - -EAPI="4" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*" - -inherit distutils eutils - -MY_PV="${PV/_p/-r}" - -DESCRIPTION="APSW - Another Python SQLite Wrapper" -HOMEPAGE="http://code.google.com/p/apsw/" -SRC_URI="http://apsw.googlecode.com/files/${PN}-${MY_PV}.zip" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="doc" - -RDEPEND=">=dev-db/sqlite-${PV%_p*}" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}/${PN}-${MY_PV}" - -PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") - -src_prepare() { - distutils_src_prepare - epatch "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" -} - -src_compile() { - distutils_src_compile --enable=load_extension -} - -src_test() { - echo "$(PYTHON -f)" setup.py build_test_extension - "$(PYTHON -f)" setup.py build_test_extension || die "Building of test loadable extension failed" - - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" tests.py -v - } - python_execute_function testing -} - -src_install() { - distutils_src_install - if use doc ; then - dohtml -r doc/* - fi -} diff --git a/dev-python/apsw/apsw-3.7.14_p1.ebuild b/dev-python/apsw/apsw-3.7.14_p1.ebuild deleted file mode 100644 index 8d6aa94e5f27..000000000000 --- a/dev-python/apsw/apsw-3.7.14_p1.ebuild +++ /dev/null @@ -1,54 +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/apsw/apsw-3.7.14_p1.ebuild,v 1.3 2013/08/28 16:01:09 floppym Exp $ - -EAPI="4" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*" - -inherit distutils eutils - -MY_PV="${PV/_p/-r}" - -DESCRIPTION="APSW - Another Python SQLite Wrapper" -HOMEPAGE="http://code.google.com/p/apsw/" -SRC_URI="http://apsw.googlecode.com/files/${PN}-${MY_PV}.zip" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="doc" - -RDEPEND=">=dev-db/sqlite-${PV%_p*}" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}/${PN}-${MY_PV}" - -PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") - -src_prepare() { - distutils_src_prepare - epatch "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" -} - -src_compile() { - distutils_src_compile --enable=load_extension -} - -src_test() { - echo "$(PYTHON -f)" setup.py build_test_extension - "$(PYTHON -f)" setup.py build_test_extension || die "Building of test loadable extension failed" - - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" tests.py -v - } - python_execute_function testing -} - -src_install() { - distutils_src_install - if use doc ; then - dohtml -r doc/* - fi -} diff --git a/dev-python/apsw/apsw-3.7.15.1_p1.ebuild b/dev-python/apsw/apsw-3.7.15.1_p1.ebuild deleted file mode 100644 index a624b62c5989..000000000000 --- a/dev-python/apsw/apsw-3.7.15.1_p1.ebuild +++ /dev/null @@ -1,53 +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/apsw/apsw-3.7.15.1_p1.ebuild,v 1.3 2013/09/05 18:46:50 mgorny Exp $ - -EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -inherit distutils-r1 - -MY_PV="${PV/_p/-r}" - -DESCRIPTION="APSW - Another Python SQLite Wrapper" -HOMEPAGE="http://code.google.com/p/apsw/" -SRC_URI="http://apsw.googlecode.com/files/${PN}-${MY_PV}.zip" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="doc" - -RDEPEND=">=dev-db/sqlite-${PV%_p*}" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}/${PN}-${MY_PV}" - -PATCHES=( "${FILESDIR}"/${PN}-3.6.20.1-fix_tests.patch ) - -python_compile() { - if [[ ${EPYTHON} == python2* ]]; then - local CFLAGS="${CFLAGS} -fno-strict-aliasing" - export CFLAGS - fi - distutils-r1_python_compile --enable=load_extension -} - -src_test() { - # tests use overlapping database files - local DISTUTILS_NO_PARALLEL_BUILD=1 - distutils-r1_src_test -} - -python_test() { - "${PYTHON}" setup.py build_test_extension || die "Building of test loadable extension failed" - "${PYTHON}" tests.py -v || die -} - -python_install_all() { - distutils-r1_python_install_all - if use doc ; then - dohtml -r doc/* - fi -} diff --git a/dev-python/apsw/apsw-3.7.15.2_p1.ebuild b/dev-python/apsw/apsw-3.7.15.2_p1.ebuild deleted file mode 100644 index f4093d020f3e..000000000000 --- a/dev-python/apsw/apsw-3.7.15.2_p1.ebuild +++ /dev/null @@ -1,53 +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/apsw/apsw-3.7.15.2_p1.ebuild,v 1.3 2013/09/05 18:46:50 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -inherit distutils-r1 - -MY_P=${PN}-${PV/_p/-r} - -DESCRIPTION="APSW - Another Python SQLite Wrapper" -HOMEPAGE="http://code.google.com/p/apsw/" -SRC_URI="http://apsw.googlecode.com/files/${MY_P}.zip" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="doc" - -RDEPEND=">=dev-db/sqlite-${PV%_p*}" -DEPEND="${RDEPEND} - app-arch/unzip" - -S=${WORKDIR}/${MY_P} - -PATCHES=( "${FILESDIR}"/${PN}-3.6.20.1-fix_tests.patch ) - -python_compile() { - if [[ ${EPYTHON} == python2* ]]; then - local CFLAGS="${CFLAGS} -fno-strict-aliasing" - export CFLAGS - fi - distutils-r1_python_compile --enable=load_extension -} - -src_test() { - # tests use overlapping database files - local DISTUTILS_NO_PARALLEL_BUILD=1 - distutils-r1_src_test -} - -python_test() { - "${PYTHON}" setup.py build_test_extension || die "Building of test loadable extension failed" - "${PYTHON}" tests.py -v || die -} - -python_install_all() { - distutils-r1_python_install_all - if use doc ; then - dohtml -r doc/* - fi -} diff --git a/dev-python/apsw/apsw-3.7.16.2_p1.ebuild b/dev-python/apsw/apsw-3.7.16.2_p1.ebuild deleted file mode 100644 index 29b721421c56..000000000000 --- a/dev-python/apsw/apsw-3.7.16.2_p1.ebuild +++ /dev/null @@ -1,53 +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/apsw/apsw-3.7.16.2_p1.ebuild,v 1.3 2013/09/05 18:46:50 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -inherit distutils-r1 - -MY_P=${PN}-${PV/_p/-r} - -DESCRIPTION="APSW - Another Python SQLite Wrapper" -HOMEPAGE="http://code.google.com/p/apsw/" -SRC_URI="http://apsw.googlecode.com/files/${MY_P}.zip" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="doc" - -RDEPEND=">=dev-db/sqlite-${PV%_p*}" -DEPEND="${RDEPEND} - app-arch/unzip" - -S=${WORKDIR}/${MY_P} - -PATCHES=( "${FILESDIR}"/${PN}-3.6.20.1-fix_tests.patch ) - -python_compile() { - if [[ ${EPYTHON} == python2* ]]; then - local CFLAGS="${CFLAGS} -fno-strict-aliasing" - export CFLAGS - fi - distutils-r1_python_compile --enable=load_extension -} - -src_test() { - # tests use overlapping database files - local DISTUTILS_NO_PARALLEL_BUILD=1 - distutils-r1_src_test -} - -python_test() { - "${PYTHON}" setup.py build_test_extension || die "Building of test loadable extension failed" - "${PYTHON}" tests.py -v || die -} - -python_install_all() { - distutils-r1_python_install_all - if use doc ; then - dohtml -r doc/* - fi -} |