summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-09-04 18:39:14 +0000
committerMike Frysinger <vapier@gentoo.org>2010-09-04 18:39:14 +0000
commita8ba645f9d2f181ab267635bfa7f846f0c57d157 (patch)
treefd57074e126d80990c3d820078ac37a24e218ac0 /app-shells/bashdb
parentAlso fix libEnhancedDisassembly, which is only built on Darwin 10 (Mac OS X S... (diff)
downloadhistorical-a8ba645f9d2f181ab267635bfa7f846f0c57d157.tar.gz
historical-a8ba645f9d2f181ab267635bfa7f846f0c57d157.tar.bz2
historical-a8ba645f9d2f181ab267635bfa7f846f0c57d157.zip
old
Diffstat (limited to 'app-shells/bashdb')
-rw-r--r--app-shells/bashdb/bashdb-4.0.0.3.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-shells/bashdb/bashdb-4.0.0.3.ebuild b/app-shells/bashdb/bashdb-4.0.0.3.ebuild
deleted file mode 100644
index 1e140450776f..000000000000
--- a/app-shells/bashdb/bashdb-4.0.0.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bashdb/bashdb-4.0.0.3.ebuild,v 1.2 2010/05/08 17:19:12 vapier Exp $
-
-MY_P="${PN}-${PV:0:3}-${PV:4}"
-DESCRIPTION="bash source code debugging"
-HOMEPAGE="http://bashdb.sourceforge.net/"
-SRC_URI="mirror://sourceforge/bashdb/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="!>=app-shells/bash-4.1"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS NEWS README THANKS TODO
-}