diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2006-10-09 20:35:42 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2006-10-09 20:35:42 +0000 |
commit | 9c733e7f00066fe6eb1ae97e4c75053af1af75fc (patch) | |
tree | 0ff5a132274b4e8f01378b1be7bf567dfbca58f1 /app-cdr/bashburn | |
parent | Stable on x86 - Bug #150607 (diff) | |
download | gentoo-2-9c733e7f00066fe6eb1ae97e4c75053af1af75fc.tar.gz gentoo-2-9c733e7f00066fe6eb1ae97e4c75053af1af75fc.tar.bz2 gentoo-2-9c733e7f00066fe6eb1ae97e4c75053af1af75fc.zip |
Version bump, bug #148238
(Portage version: 2.1.2_pre2-r5)
Diffstat (limited to 'app-cdr/bashburn')
-rw-r--r-- | app-cdr/bashburn/ChangeLog | 8 | ||||
-rw-r--r-- | app-cdr/bashburn/bashburn-1.8.0.ebuild | 51 | ||||
-rw-r--r-- | app-cdr/bashburn/files/digest-bashburn-1.8.0 | 3 |
3 files changed, 61 insertions, 1 deletions
diff --git a/app-cdr/bashburn/ChangeLog b/app-cdr/bashburn/ChangeLog index c73cefd62db2..b6d29ef3f609 100644 --- a/app-cdr/bashburn/ChangeLog +++ b/app-cdr/bashburn/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-cdr/bashburn # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/ChangeLog,v 1.18 2006/09/16 13:00:49 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/ChangeLog,v 1.19 2006/10/09 20:35:42 sekretarz Exp $ + +*bashburn-1.8.0 (09 Oct 2006) + + 09 Oct 2006; Karol Wojtaszek <sekretarz@gentoo.org> + +bashburn-1.8.0.ebuild: + Version bump, bug #148238 16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> bashburn-1.5.2.ebuild: diff --git a/app-cdr/bashburn/bashburn-1.8.0.ebuild b/app-cdr/bashburn/bashburn-1.8.0.ebuild new file mode 100644 index 000000000000..e62c61541065 --- /dev/null +++ b/app-cdr/bashburn/bashburn-1.8.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/bashburn-1.8.0.ebuild,v 1.1 2006/10/09 20:35:42 sekretarz 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="~x86 ~sparc ~amd64 ~ppc" +IUSE="" + +DEPEND="virtual/libc + virtual/cdrtools + >=app-cdr/cdrdao-1.1.7 + 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-1.8.0 b/app-cdr/bashburn/files/digest-bashburn-1.8.0 new file mode 100644 index 000000000000..4a5aa17199bc --- /dev/null +++ b/app-cdr/bashburn/files/digest-bashburn-1.8.0 @@ -0,0 +1,3 @@ +MD5 c6d271c3fe2e1d01d38f8bb2b87dcad8 BashBurn-1.8.0.tar.gz 71420 +RMD160 8168bc64bfd1594c8d6030944747b6a1b1d0f206 BashBurn-1.8.0.tar.gz 71420 +SHA256 4343788a3021ee168c168cc02126ccb97932386eb821cf65785c41d84a7ab5cb BashBurn-1.8.0.tar.gz 71420 |