summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-29 17:23:46 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-29 17:23:46 +0000
commit0b4dace2d54da836b0ddcc790484db0dfc29d752 (patch)
tree1334688ed32b558f92121403cb4a81fb184884cc /dev-python/adodb-py/adodb-py-2.00.ebuild
parentVersion bump. Migrate to qt4-r2.eclass. Move configure-like commands to src_c... (diff)
downloadhistorical-0b4dace2d54da836b0ddcc790484db0dfc29d752.tar.gz
historical-0b4dace2d54da836b0ddcc790484db0dfc29d752.tar.bz2
historical-0b4dace2d54da836b0ddcc790484db0dfc29d752.zip
Delete older ebuild.
Package-Manager: portage-2.2_rc88_p38/cvs/Linux x86_64
Diffstat (limited to 'dev-python/adodb-py/adodb-py-2.00.ebuild')
-rw-r--r--dev-python/adodb-py/adodb-py-2.00.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/adodb-py/adodb-py-2.00.ebuild b/dev-python/adodb-py/adodb-py-2.00.ebuild
deleted file mode 100644
index e9253393e8e3..000000000000
--- a/dev-python/adodb-py/adodb-py-2.00.ebuild
+++ /dev/null
@@ -1,36 +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/adodb-py/adodb-py-2.00.ebuild,v 1.8 2010/02/07 20:50:53 pva Exp $
-
-EAPI="2"
-inherit eutils distutils
-
-MY_P=${PN}${PV//./}
-
-DESCRIPTION="Active Data Objects Data Base library for Python"
-HOMEPAGE="http://adodb.sourceforge.net/"
-SRC_URI="mirror://sourceforge/adodb/${MY_P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="ia64 ppc x86"
-IUSE="mysql postgres sqlite"
-
-RDEPEND=">=dev-lang/python-2.3
- postgres? ( <dev-python/psycopg-1.99 )
- mysql? ( >=dev-python/mysql-python-0.9.2 )
- sqlite? ( >=dev-python/pysqlite-2.0 ) "
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S="${WORKDIR}/${MY_P/py/}"
-
-DOCS="LICENSE.txt README.txt"
-
-src_prepare(){
- epatch "${FILESDIR}/${PN}_sandbox_violation.patch"
-}
-src_install() {
- distutils_src_install
- dohtml adodb-py-docs.htm icons/*.gif
-}