Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 125634
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Karol Wojtaszek (RETIRED) <sekretarz@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jean Jordaan <jean@upfrontsystems.co.za>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
bashburn-1.7.1.ebuild Updated ebuild for BashBurn 1.7.1 text/plain Anders Lindén 2006-03-15 15:18 0000 1.25 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 125634 depends on: Show dependency tree
Bug 125634 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-03-09 12:21 0000
Mask it if it's buggy ;->

------- Comment #1 From Jean Jordaan 2006-03-09 12:47:58 0000 -------
Bugzilla won't let me add an attachment, so here's the ebuild:

# 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.2
2005/06/06 18:36:13 sekretarz Exp $

DESCRIPTION="cd burning shell script"
HOMEPAGE="http://bashburn.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/BashBurn-${PV}.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
        virtual/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" $P/work/BashBurn-${PV}/BashBurn.sh
        sed -i "s:BBROOTDIR\:.*:BBROOTDIR\: /opt/BashBurn:g"
$P/work/BashBurn-${PV}/bashburnrc

        dodir /etc/bashburn
        dodir /opt/BashBurn
        dodir /usr/bin

        mv $P/work/BashBurn-${PV}/{burning,config,convert,menus,misc,lang}
${D}/opt/BashBurn

        exeinto /opt/BashBurn
        doexe $P/work/BashBurn-${PV}/BashBurn.sh || die
        cp $P/work/BashBurn-${PV}/bashburnrc ${D}/etc/bashburn
        fperms 655 /etc/bashburn/bashburnrc
        ln -sf /opt/BashBurn/BashBurn.sh ${D}/usr/bin/bashburn

        dodoc README HOWTO
}

------- Comment #2 From Karol Wojtaszek (RETIRED) 2006-03-13 12:42:41 0000 -------
Bumped in portage, thanks for info.

------- Comment #3 From Anders Lindén 2006-03-15 15:18:09 0000 -------
Created an attachment (id=82242) [details]
Updated ebuild for BashBurn 1.7.1

BashBurn 1.7+ has DVD writing support, ebuild should include dvd+rw-tools as a
dependency

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug