diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-09-04 18:39:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-09-04 18:39:14 +0000 |
commit | 186890166035b981f7b4eabfff298de094c484cf (patch) | |
tree | 89e43dab9057631d9f1f1e325a6e7e3ff62490ef /app-shells/bashdb | |
parent | Also fix libEnhancedDisassembly, which is only built on Darwin 10 (Mac OS X S... (diff) | |
download | gentoo-2-186890166035b981f7b4eabfff298de094c484cf.tar.gz gentoo-2-186890166035b981f7b4eabfff298de094c484cf.tar.bz2 gentoo-2-186890166035b981f7b4eabfff298de094c484cf.zip |
old
Diffstat (limited to 'app-shells/bashdb')
-rw-r--r-- | app-shells/bashdb/bashdb-4.0.0.3.ebuild | 22 |
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 -} |