diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-03-17 08:12:46 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-03-17 08:12:46 +0000 |
commit | 13edc7aab85ed340d888878cb4b539b7f0e45b2a (patch) | |
tree | ef7e0610a9c590cffdc503cff1738ca1edd1a5d4 /app-cdr/bashburn | |
parent | fix for bug #44712 by Michael Sterret <mr_bones_@gentoo.org> and also switch ... (diff) | |
download | historical-13edc7aab85ed340d888878cb4b539b7f0e45b2a.tar.gz historical-13edc7aab85ed340d888878cb4b539b7f0e45b2a.tar.bz2 historical-13edc7aab85ed340d888878cb4b539b7f0e45b2a.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/ChangeLog | 6 | ||||
-rw-r--r-- | app-cdr/bashburn/Manifest | 4 | ||||
-rw-r--r-- | app-cdr/bashburn/bashburn-1.3.ebuild | 19 |
3 files changed, 19 insertions, 10 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/Manifest b/app-cdr/bashburn/Manifest index aba72623de25..bbf9b5d360cf 100644 --- a/app-cdr/bashburn/Manifest +++ b/app-cdr/bashburn/Manifest @@ -1,4 +1,4 @@ -MD5 6a9a849cad6d8c07b93d408124551f05 ChangeLog 411 -MD5 fe21830919295941d816c11de357c442 bashburn-1.3.ebuild 966 +MD5 e7b44311db12bc12150a585f337b3d62 ChangeLog 621 MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225 +MD5 a44668babcdaecc6f9580d26376d7397 bashburn-1.3.ebuild 1003 MD5 6e40db728418e8f6c0888f6ff5c59b30 files/digest-bashburn-1.3 63 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" |