summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-03-17 08:12:46 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-03-17 08:12:46 +0000
commit14fb881ab5f688059168455f279b0b1171e245f6 (patch)
tree3829ba2677c49c03eb2d0fe7cf7d93a3056c7b91 /app-cdr/bashburn
parentfix for bug #44712 by Michael Sterret <mr_bones_@gentoo.org> (Manifest recommit) (diff)
downloadgentoo-2-14fb881ab5f688059168455f279b0b1171e245f6.tar.gz
gentoo-2-14fb881ab5f688059168455f279b0b1171e245f6.tar.bz2
gentoo-2-14fb881ab5f688059168455f279b0b1171e245f6.zip
fix for bug #44712 by Michael Sterret <mr_bones_@gentoo.org> and also switch to econf and einstall and actually USE the USE flags
Diffstat (limited to 'app-cdr/bashburn')
-rw-r--r--app-cdr/bashburn/ChangeLog6
-rw-r--r--app-cdr/bashburn/bashburn-1.3.ebuild19
2 files changed, 17 insertions, 8 deletions
diff --git a/app-cdr/bashburn/ChangeLog b/app-cdr/bashburn/ChangeLog
index 6d67f6ce536e..1e60e6af3a8c 100644
--- a/app-cdr/bashburn/ChangeLog
+++ b/app-cdr/bashburn/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-cdr/bashburn
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/ChangeLog,v 1.2 2004/03/14 22:11:28 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/ChangeLog,v 1.3 2004/03/17 08:12:46 seemant Exp $
+
+ 17 Mar 2004; Seemant Kulleen <seemant@gentoo.org> bashburn-1.3.ebuild:
+ fix for bug #44712 by Michael Sterret <mr_bones_@gentoo.org> and also switch
+ to econf and einstall and actually USE the USE flags
14 Mar 2004; Jason Wever <weeve@gentoo.org> bashburn-1.3.ebuild:
Added ~sparc keyword.
diff --git a/app-cdr/bashburn/bashburn-1.3.ebuild b/app-cdr/bashburn/bashburn-1.3.ebuild
index f1b4c62ab7b9..f061908dba2b 100644
--- a/app-cdr/bashburn/bashburn-1.3.ebuild
+++ b/app-cdr/bashburn/bashburn-1.3.ebuild
@@ -1,17 +1,22 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/bashburn-1.3.ebuild,v 1.2 2004/03/14 22:11:28 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/bashburn-1.3.ebuild,v 1.3 2004/03/17 08:12:46 seemant Exp $
-P=${P/bashburn/BashBurn}
-S=${WORKDIR}/BashBurn
+IUSE=""
+
+MY_P=${P//b/B}
+S=${WORKDIR}/${PN//b/B}
DESCRIPTION="cd burning shell script"
HOMEPAGE="http://bashburn.sourceforge.net"
-SRC_URI="mirror://sourceforge/bashburn/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~sparc"
-IUSE=""
-DEPEND=""
-SLOT="0"
+
+DEPEND="virtual/glibc"
+
+RDEPEND="app-shells/bash"
src_compile() {
echo "Skipping Compile"