summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-11-07 15:46:43 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-11-07 15:46:43 +0000
commitdfd0e658a2ffcf1ac579d21d6a07bb3a21c0da3d (patch)
treee92fb18b556e54345f5642c0edefa798d4e16989
parentDropping pmask on dev-db/sqlitebrowser (diff)
downloadgentoo-2-dfd0e658a2ffcf1ac579d21d6a07bb3a21c0da3d.tar.gz
gentoo-2-dfd0e658a2ffcf1ac579d21d6a07bb3a21c0da3d.tar.bz2
gentoo-2-dfd0e658a2ffcf1ac579d21d6a07bb3a21c0da3d.zip
Delete older ebuilds.
-rw-r--r--dev-python/apsw/apsw-3.6.23.1.1.ebuild48
-rw-r--r--dev-python/apsw/apsw-3.7.0.1.ebuild49
2 files changed, 0 insertions, 97 deletions
diff --git a/dev-python/apsw/apsw-3.6.23.1.1.ebuild b/dev-python/apsw/apsw-3.6.23.1.1.ebuild
deleted file mode 100644
index b18a82de558c..000000000000
--- a/dev-python/apsw/apsw-3.6.23.1.1.ebuild
+++ /dev/null
@@ -1,48 +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/apsw/apsw-3.6.23.1.1.ebuild,v 1.2 2010/06/11 17:36:12 phajdan.jr Exp $
-
-EAPI="3"
-SUPPORT_PYTHON_ABIS="1"
-
-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-3.6.6.2"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_prepare() {
- distutils_src_prepare
-
- epatch "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch"
-}
-
-src_compile() {
- distutils_src_compile --omit=LOAD_EXTENSION
-}
-
-src_test() {
- testing() {
- PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" tests.py -v
- }
- python_execute_function testing
-}
-
-src_install() {
- distutils_src_install
- dodoc doc/_sources/*
- dohtml -r doc/*
-}
diff --git a/dev-python/apsw/apsw-3.7.0.1.ebuild b/dev-python/apsw/apsw-3.7.0.1.ebuild
deleted file mode 100644
index 2f43a445bc53..000000000000
--- a/dev-python/apsw/apsw-3.7.0.1.ebuild
+++ /dev/null
@@ -1,49 +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/apsw/apsw-3.7.0.1.ebuild,v 1.1 2010/07/25 21:13:38 arfrever Exp $
-
-EAPI="3"
-SUPPORT_PYTHON_ABIS="1"
-
-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=""
-
-RDEPEND=">=dev-db/sqlite-3.7.0"
-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 --omit=LOAD_EXTENSION
-}
-
-src_test() {
- testing() {
- PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" tests.py -v
- }
- python_execute_function testing
-}
-
-src_install() {
- distutils_src_install
- dodoc doc/_sources/*
- dohtml -r doc/*
-}