diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-05-12 17:59:13 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-05-12 17:59:13 +0000 |
commit | 9da1ff0013fa63617be1c00a2b9b0639c5bba686 (patch) | |
tree | 4a7ea45fd104d3cbfb5517a8fe0dd430bc7b9b3b /app-cdr | |
parent | Add ~amd64 keyword. (diff) | |
download | gentoo-2-9da1ff0013fa63617be1c00a2b9b0639c5bba686.tar.gz gentoo-2-9da1ff0013fa63617be1c00a2b9b0639c5bba686.tar.bz2 gentoo-2-9da1ff0013fa63617be1c00a2b9b0639c5bba686.zip |
version bump, bug 169921
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/bashburn/ChangeLog | 7 | ||||
-rw-r--r-- | app-cdr/bashburn/bashburn-2.0.ebuild | 52 | ||||
-rw-r--r-- | app-cdr/bashburn/files/digest-bashburn-2.0 | 3 |
3 files changed, 61 insertions, 1 deletions
diff --git a/app-cdr/bashburn/ChangeLog b/app-cdr/bashburn/ChangeLog index f3f3f5a76f49..1a730c75f913 100644 --- a/app-cdr/bashburn/ChangeLog +++ b/app-cdr/bashburn/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-cdr/bashburn # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/ChangeLog,v 1.23 2007/04/25 13:33:14 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/ChangeLog,v 1.24 2007/05/12 17:59:13 beandog Exp $ + +*bashburn-2.0 (12 May 2007) + + 12 May 2007; Steve Dibb <beandog@gentoo.org> +bashburn-2.0.ebuild: + version bump, bug 169921 25 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> bashburn-1.8.5.ebuild: Stable on sparc diff --git a/app-cdr/bashburn/bashburn-2.0.ebuild b/app-cdr/bashburn/bashburn-2.0.ebuild new file mode 100644 index 000000000000..829505c81796 --- /dev/null +++ b/app-cdr/bashburn/bashburn-2.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/bashburn-2.0.ebuild,v 1.1 2007/05/12 17:59:13 beandog Exp $ + +MY_P=BashBurn-${PV} + +DESCRIPTION="cd burning shell script" +HOMEPAGE="http://bashburn.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="dvdr" + +DEPEND="virtual/libc + virtual/cdrtools + >=app-cdr/cdrdao-1.1.7 + dvdr? ( app-cdr/dvd+rw-tools ) + virtual/mpg123 + media-sound/lame + media-sound/vorbis-tools + media-sound/normalize + media-libs/flac + virtual/eject" + +RDEPEND="app-shells/bash" + +S=${WORKDIR}/${MY_P} + +src_compile() { + echo "Skipping Compile" +} + +src_install() { + sed -i "s:export BBCONFFILE='/etc/bashburnrc':export BBCONFFILE=/etc/bashburn/bashburnrc:g" BashBurn.sh + sed -i "s:BBROOTDIR\:.*:BBROOTDIR\: /opt/BashBurn:g" bashburnrc + + dodir /etc/bashburn + dodir /opt/BashBurn + dodir /usr/bin + + mv {burning,config,convert,menus,misc,lang} ${D}/opt/BashBurn + + exeinto /opt/BashBurn + doexe BashBurn.sh || die + cp bashburnrc ${D}/etc/bashburn + fperms 655 /etc/bashburn/bashburnrc + ln -sf /opt/BashBurn/BashBurn.sh ${D}/usr/bin/bashburn + + dodoc README HOWTO FAQ ChangeLog TODO +} diff --git a/app-cdr/bashburn/files/digest-bashburn-2.0 b/app-cdr/bashburn/files/digest-bashburn-2.0 new file mode 100644 index 000000000000..0180b855f151 --- /dev/null +++ b/app-cdr/bashburn/files/digest-bashburn-2.0 @@ -0,0 +1,3 @@ +MD5 a94916b9702fc4bc8edfd47582be9d99 BashBurn-2.0.tar.gz 94548 +RMD160 2380aec59b2c06b2abbd4c737f1c2704d3831bc3 BashBurn-2.0.tar.gz 94548 +SHA256 a7e4aa502e86278170dc4cff4b5c1e6b580c5e3a68a0cd0d3fe01eb7383af0d5 BashBurn-2.0.tar.gz 94548 |