diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2004-11-18 21:40:56 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2004-11-18 21:40:56 +0000 |
commit | f6ce8aed55209a6c4f717f0e1c48438d626056eb (patch) | |
tree | d942b362dd50bd5dd89ff6f9039e288398535749 /app-cdr/bashburn | |
parent | Stable on alpha, bug 70825. (Manifest recommit) (diff) | |
download | gentoo-2-f6ce8aed55209a6c4f717f0e1c48438d626056eb.tar.gz gentoo-2-f6ce8aed55209a6c4f717f0e1c48438d626056eb.tar.bz2 gentoo-2-f6ce8aed55209a6c4f717f0e1c48438d626056eb.zip |
Version bump, bug #64763. Taking ownership, approved by rphillips.
Diffstat (limited to 'app-cdr/bashburn')
-rw-r--r-- | app-cdr/bashburn/ChangeLog | 8 | ||||
-rw-r--r-- | app-cdr/bashburn/bashburn-1.5.2.ebuild | 51 | ||||
-rw-r--r-- | app-cdr/bashburn/files/digest-bashburn-1.5.2 | 1 | ||||
-rw-r--r-- | app-cdr/bashburn/metadata.xml | 2 |
4 files changed, 60 insertions, 2 deletions
diff --git a/app-cdr/bashburn/ChangeLog b/app-cdr/bashburn/ChangeLog index bf81759edf70..6b8603012b04 100644 --- a/app-cdr/bashburn/ChangeLog +++ b/app-cdr/bashburn/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-cdr/bashburn # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/ChangeLog,v 1.8 2004/10/05 11:22:55 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/ChangeLog,v 1.9 2004/11/18 21:40:56 sekretarz Exp $ + +*bashburn-1.5.2 (18 Nov 2004) + + 18 Nov 2004; Karol Wojtaszek <sekretarz@gentoo.org> metadata.xml, + +bashburn-1.5.2.ebuild: + Version bump, bug #64763. Taking ownership, approved by rphillips. 05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> bashburn-1.3.ebuild, bashburn-1.4.ebuild: diff --git a/app-cdr/bashburn/bashburn-1.5.2.ebuild b/app-cdr/bashburn/bashburn-1.5.2.ebuild new file mode 100644 index 000000000000..ade4f2a01860 --- /dev/null +++ b/app-cdr/bashburn/bashburn-1.5.2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/bashburn-1.5.2.ebuild,v 1.1 2004/11/18 21:40:56 sekretarz Exp $ + + +MY_P=${P//b/B} +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="" + +S=${WORKDIR}/${MY_P} + +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.5.2 b/app-cdr/bashburn/files/digest-bashburn-1.5.2 new file mode 100644 index 000000000000..5e8e4080bfff --- /dev/null +++ b/app-cdr/bashburn/files/digest-bashburn-1.5.2 @@ -0,0 +1 @@ +MD5 b34ce2ac8c74794032adf13a5bf5cd1d BashBurn-1.5.2.tar.gz 42606 diff --git a/app-cdr/bashburn/metadata.xml b/app-cdr/bashburn/metadata.xml index fc52d7ba53dd..5e216ef5bfc4 100644 --- a/app-cdr/bashburn/metadata.xml +++ b/app-cdr/bashburn/metadata.xml @@ -3,6 +3,6 @@ <pkgmetadata> <herd>no-herd</herd> <maintainer> - <email>rphillips@gentoo.org</email> + <email>sekretarz@gentoo.org</email> </maintainer> </pkgmetadata> |