diff options
Diffstat (limited to 'dev-python/dbutils/dbutils-1.0.ebuild')
-rw-r--r-- | dev-python/dbutils/dbutils-1.0.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/dbutils/dbutils-1.0.ebuild b/dev-python/dbutils/dbutils-1.0.ebuild deleted file mode 100644 index a12f94acde18..000000000000 --- a/dev-python/dbutils/dbutils-1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbutils/dbutils-1.0.ebuild,v 1.4 2014/08/10 21:09:16 slyfox Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -MY_PN="DBUtils" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Database connections for multi-threaded environments" -HOMEPAGE="http://www.webwareforpython.org/DBUtils http://pypi.python.org/pypi/DBUtils" -SRC_URI="http://www.webwareforpython.org/downloads/DBUtils/${MY_P}.tar.gz" - -LICENSE="OSL-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="${MY_PN}" |