diff options
author | 2010-04-13 16:58:51 +0000 | |
---|---|---|
committer | 2010-04-13 16:58:51 +0000 | |
commit | 5576d29b37f0776cc5c2c2648a13a3b0a278c78a (patch) | |
tree | eb6b3cb2a2b7befa28fcbcba5f64ca732add04c6 /dev-python/apsw | |
parent | add xf86-video-nouveau dependency, bug 309991 (diff) | |
download | gentoo-2-5576d29b37f0776cc5c2c2648a13a3b0a278c78a.tar.gz gentoo-2-5576d29b37f0776cc5c2c2648a13a3b0a278c78a.tar.bz2 gentoo-2-5576d29b37f0776cc5c2c2648a13a3b0a278c78a.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python/apsw')
-rw-r--r-- | dev-python/apsw/apsw-3.6.20.1.ebuild | 48 | ||||
-rw-r--r-- | dev-python/apsw/apsw-3.6.21.1.ebuild | 48 |
2 files changed, 0 insertions, 96 deletions
diff --git a/dev-python/apsw/apsw-3.6.20.1.ebuild b/dev-python/apsw/apsw-3.6.20.1.ebuild deleted file mode 100644 index 72ec4bada1c6..000000000000 --- a/dev-python/apsw/apsw-3.6.20.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.6.20.1.ebuild,v 1.4 2009/12/28 22:38:10 maekke Exp $ - -EAPI="2" -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.6.6.2" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}/${PN}-${MY_PV}" - -src_prepare() { - distutils_src_prepare - - epatch "${FILESDIR}/${P}-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.6.21.1.ebuild b/dev-python/apsw/apsw-3.6.21.1.ebuild deleted file mode 100644 index 57678dbcbb0d..000000000000 --- a/dev-python/apsw/apsw-3.6.21.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.21.1.ebuild,v 1.2 2010/02/02 23:44:00 fauli Exp $ - -EAPI="2" -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.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/* -} |