summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-02-15 03:38:36 +0000
committerMike Frysinger <vapier@gentoo.org>2011-02-15 03:38:36 +0000
commit6f975c19bb1bb6167398ddb9948c366a26ff9514 (patch)
tree339b50c03898e78f835b00592c15ef877d289603
parentVersion bump. (diff)
downloadhistorical-6f975c19bb1bb6167398ddb9948c366a26ff9514.tar.gz
historical-6f975c19bb1bb6167398ddb9948c366a26ff9514.tar.bz2
historical-6f975c19bb1bb6167398ddb9948c366a26ff9514.zip
old
-rw-r--r--app-shells/bashdb/bashdb-4.0.0.4.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-shells/bashdb/bashdb-4.0.0.4.ebuild b/app-shells/bashdb/bashdb-4.0.0.4.ebuild
deleted file mode 100644
index 6fa0fe3effe5..000000000000
--- a/app-shells/bashdb/bashdb-4.0.0.4.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.4.ebuild,v 1.1 2010/05/08 17:19:32 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
-}