summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/pysql/pysql-0.13.ebuild')
-rw-r--r--dev-db/pysql/pysql-0.13.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-db/pysql/pysql-0.13.ebuild b/dev-db/pysql/pysql-0.13.ebuild
deleted file mode 100644
index bf9bb94a4..000000000
--- a/dev-db/pysql/pysql-0.13.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-
-inherit python distutils
-
-DESCRIPTION="An Oracle enhanced client"
-HOMEPAGE="http://pysql.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="graphviz"
-
-DEPEND=">=dev-python/cx-oracle-5.0.2
- graphviz? (
- media-gfx/graphviz
- media-gfx/pydot
- )"
-RDEPEND="${DEPEND}"
-
-src_install() {
- distutils_src_install
-
- if [[ -d "${D}"/usr/share/pysql ]]; then
- rm -r "${D}"/usr/share/pysql || die
- fi
-}