summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-12-01 01:52:32 +0000
committerTim Harder <radhermit@gentoo.org>2012-12-01 01:52:32 +0000
commitec14432849a3947d9857b974df9cc6e221fb99fb (patch)
tree129763cb6c7ac16a781dc70d2f40c789b5ac6608 /dev-python/apsw
parentkeyword ~arm, bug #444718 (diff)
downloadgentoo-2-ec14432849a3947d9857b974df9cc6e221fb99fb.tar.gz
gentoo-2-ec14432849a3947d9857b974df9cc6e221fb99fb.tar.bz2
gentoo-2-ec14432849a3947d9857b974df9cc6e221fb99fb.zip
Remove old.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/apsw')
-rw-r--r--dev-python/apsw/ChangeLog6
-rw-r--r--dev-python/apsw/apsw-3.7.10.1.ebuild54
-rw-r--r--dev-python/apsw/apsw-3.7.11.1.ebuild54
-rw-r--r--dev-python/apsw/apsw-3.7.12.1.ebuild54
-rw-r--r--dev-python/apsw/apsw-3.7.6.2.1.ebuild53
5 files changed, 5 insertions, 216 deletions
diff --git a/dev-python/apsw/ChangeLog b/dev-python/apsw/ChangeLog
index bfd9ef864cdb..333d31801095 100644
--- a/dev-python/apsw/ChangeLog
+++ b/dev-python/apsw/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/apsw
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v 1.50 2012/09/07 22:04:11 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v 1.51 2012/12/01 01:52:32 radhermit Exp $
+
+ 01 Dec 2012; Tim Harder <radhermit@gentoo.org> -apsw-3.7.6.2.1.ebuild,
+ -apsw-3.7.10.1.ebuild, -apsw-3.7.11.1.ebuild, -apsw-3.7.12.1.ebuild:
+ Remove old.
07 Sep 2012; Johannes Huber <johu@gentoo.org> apsw-3.7.13.1.ebuild:
Stable for x86, wrt bug #432432
diff --git a/dev-python/apsw/apsw-3.7.10.1.ebuild b/dev-python/apsw/apsw-3.7.10.1.ebuild
deleted file mode 100644
index 3ce5cdc3e693..000000000000
--- a/dev-python/apsw/apsw-3.7.10.1.ebuild
+++ /dev/null
@@ -1,54 +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/apsw/apsw-3.7.10.1.ebuild,v 1.2 2012/02/20 15:10:58 patrick Exp $
-
-EAPI="4"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
-
-inherit distutils eutils versionator
-
-MY_PV="$(replace_version_separator 3 -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="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-db/sqlite-$(get_version_component_range 1-3)[extensions]"
-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.11.1.ebuild b/dev-python/apsw/apsw-3.7.11.1.ebuild
deleted file mode 100644
index b46bf523534d..000000000000
--- a/dev-python/apsw/apsw-3.7.11.1.ebuild
+++ /dev/null
@@ -1,54 +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/apsw/apsw-3.7.11.1.ebuild,v 1.1 2012/04/03 07:13:01 radhermit Exp $
-
-EAPI="4"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
-
-inherit distutils eutils versionator
-
-MY_PV="$(replace_version_separator 3 -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="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-db/sqlite-$(get_version_component_range 1-3)[extensions]"
-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.12.1.ebuild b/dev-python/apsw/apsw-3.7.12.1.ebuild
deleted file mode 100644
index 11af52b60a15..000000000000
--- a/dev-python/apsw/apsw-3.7.12.1.ebuild
+++ /dev/null
@@ -1,54 +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/apsw/apsw-3.7.12.1.ebuild,v 1.1 2012/05/31 14:18:09 radhermit Exp $
-
-EAPI="4"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
-
-inherit distutils eutils versionator
-
-MY_PV="$(replace_version_separator 3 -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="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-db/sqlite-$(get_version_component_range 1-3)[extensions]"
-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.6.2.1.ebuild b/dev-python/apsw/apsw-3.7.6.2.1.ebuild
deleted file mode 100644
index 554a9c3b8045..000000000000
--- a/dev-python/apsw/apsw-3.7.6.2.1.ebuild
+++ /dev/null
@@ -1,53 +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/apsw/apsw-3.7.6.2.1.ebuild,v 1.3 2012/02/20 15:10:58 patrick Exp $
-
-EAPI="3"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
-
-inherit distutils eutils versionator
-
-MY_PV="$(replace_version_separator 4 -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="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 x86"
-IUSE=""
-
-RDEPEND=">=dev-db/sqlite-$(get_version_component_range 1-3)[extensions]"
-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
- dodoc doc/_sources/* || die "dodoc failed"
- dohtml -r doc/* || die "dohtml failed"
-}