diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-05-09 21:37:46 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-05-09 21:37:46 +0000 |
commit | 881230ffb541c279f3537d9a2aa09cc18ddd5ffc (patch) | |
tree | 904de79bb88a588b294e74e83939a1f61f51924f | |
parent | Version bumped. (diff) | |
download | gentoo-2-881230ffb541c279f3537d9a2aa09cc18ddd5ffc.tar.gz gentoo-2-881230ffb541c279f3537d9a2aa09cc18ddd5ffc.tar.bz2 gentoo-2-881230ffb541c279f3537d9a2aa09cc18ddd5ffc.zip |
Version bump
(Portage version: 2.0.51.21-r1)
-rw-r--r-- | app-cdr/bashburn/ChangeLog | 7 | ||||
-rw-r--r-- | app-cdr/bashburn/bashburn-1.6.ebuild | 47 | ||||
-rw-r--r-- | app-cdr/bashburn/files/digest-bashburn-1.6 | 1 |
3 files changed, 54 insertions, 1 deletions
diff --git a/app-cdr/bashburn/ChangeLog b/app-cdr/bashburn/ChangeLog index 44b07a4f54c4..f6a764876bfb 100644 --- a/app-cdr/bashburn/ChangeLog +++ b/app-cdr/bashburn/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-cdr/bashburn # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/ChangeLog,v 1.12 2005/01/20 23:42:42 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/ChangeLog,v 1.13 2005/05/09 21:37:46 sekretarz Exp $ + +*bashburn-1.6 (09 May 2005) + + 09 May 2005; Karol Wojtaszek <sekretarz@gentoo.org> +bashburn-1.6.ebuild: + Version bump *bashburn-1.5.2.1 (21 Jan 2005) diff --git a/app-cdr/bashburn/bashburn-1.6.ebuild b/app-cdr/bashburn/bashburn-1.6.ebuild new file mode 100644 index 000000000000..0a2e5d9d5e88 --- /dev/null +++ b/app-cdr/bashburn/bashburn-1.6.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/bashburn-1.6.ebuild,v 1.1 2005/05/09 21:37:46 sekretarz Exp $ + +DESCRIPTION="cd burning shell script" +HOMEPAGE="http://bashburn.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc ~amd64 ~ppc" +IUSE="" + +DEPEND="virtual/libc + >=app-cdr/cdrtools-2.01_alpha25 + >=app-cdr/cdrdao-1.1.7 + virtual/mpg123 + media-sound/lame + media-sound/vorbis-tools + media-sound/normalize + media-libs/flac + sys-apps/eject" + +RDEPEND="app-shells/bash" + +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 +} diff --git a/app-cdr/bashburn/files/digest-bashburn-1.6 b/app-cdr/bashburn/files/digest-bashburn-1.6 new file mode 100644 index 000000000000..2a3eb5f2df34 --- /dev/null +++ b/app-cdr/bashburn/files/digest-bashburn-1.6 @@ -0,0 +1 @@ +MD5 6a1bd27162641bf47357749f118eb0f7 bashburn-1.6.tar.gz 65223 |