Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125634 - bashburn version bump
Summary: bashburn version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Karol Wojtaszek (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-09 12:21 UTC by Jean Jordaan
Modified: 2006-03-15 15:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Updated ebuild for BashBurn 1.7.1 (bashburn-1.7.1.ebuild,1.25 KB, text/plain)
2006-03-15 15:18 UTC, Anders Lindén
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jean Jordaan 2006-03-09 12:21:02 UTC
Mask it if it's buggy ;->
Comment 1 Jean Jordaan 2006-03-09 12:47:58 UTC
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 Karol Wojtaszek (RETIRED) gentoo-dev 2006-03-13 12:42:41 UTC
Bumped in portage, thanks for info.
Comment 3 Anders Lindén 2006-03-15 15:18:09 UTC
Created attachment 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