summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/dabo/dabo-0.7.ebuild')
-rw-r--r--dev-db/dabo/dabo-0.7.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-db/dabo/dabo-0.7.ebuild b/dev-db/dabo/dabo-0.7.ebuild
deleted file mode 100644
index 9f3d42cac..000000000
--- a/dev-db/dabo/dabo-0.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit distutils
-
-DESCRIPTION="A 3-tier, cross-platform application development framework written in Python atop the wxPython GUI toolkit"
-HOMEPAGE="http://dabodev.com/"
-SRC_URI="ftp://dabodev.com/dabo/${P}-mac-nix.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-S=${WORKDIR}/${PN}
-RESTRICT="mirror"
-
-DEPEND=">=dev-python/setuptools-0.6_alpha9"
-
-RDEPEND=">=dev-python/wxpython-2.6.1.1
- !>=dev-python/wxpython-2.7
- >=dev-db/sqlite-3.0
- >=dev-python/pysqlite-2.0
- ${DEPEND}"
-
-src_install() {
- ${python} setup.py install --root=${D} --no-compile \
- --single-version-externally-managed "$@" || die "setup.py install failed"
-
- dodoc ANNOUNCE AUTHORS ChangeLog README TODO
-}