diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-12-03 11:54:34 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-12-03 11:54:34 +0000 |
commit | cfc2bd5cddd9712bbf9c7fcfb7f6c2174c6037a5 (patch) | |
tree | 7b7bd49eb79da0ade1f673c631efe783b38cf73f /app-cdr/eroaster | |
parent | version bump (diff) | |
download | gentoo-2-cfc2bd5cddd9712bbf9c7fcfb7f6c2174c6037a5.tar.gz gentoo-2-cfc2bd5cddd9712bbf9c7fcfb7f6c2174c6037a5.tar.bz2 gentoo-2-cfc2bd5cddd9712bbf9c7fcfb7f6c2174c6037a5.zip |
bugfix
Diffstat (limited to 'app-cdr/eroaster')
-rw-r--r-- | app-cdr/eroaster/ChangeLog | 8 | ||||
-rw-r--r-- | app-cdr/eroaster/eroaster-2.1.0-r1.ebuild | 34 | ||||
-rw-r--r-- | app-cdr/eroaster/files/digest-eroaster-2.1.0-r1 | 1 |
3 files changed, 42 insertions, 1 deletions
diff --git a/app-cdr/eroaster/ChangeLog b/app-cdr/eroaster/ChangeLog index 51fd6760e738..80f09ef6e8d1 100644 --- a/app-cdr/eroaster/ChangeLog +++ b/app-cdr/eroaster/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-cdr/eroaster # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-cdr/eroaster/ChangeLog,v 1.9 2002/11/04 02:46:23 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/eroaster/ChangeLog,v 1.10 2002/12/03 11:54:34 azarah Exp $ + +*eroaster-2.1.0-r1 (03 Dec 2002) + + 03 Dec 2002; Martin Schlemmer <azarah@gentoo.org> eroaster-2.1.0-r1.ebuild : + Fixed the gnome-python DEPEND. Make all needed apps RDEPEND, as its not + bchunk and sox are not that heavy packages. This should also close bug #4807. *eroaster-2.1.0 (11 July 2002) diff --git a/app-cdr/eroaster/eroaster-2.1.0-r1.ebuild b/app-cdr/eroaster/eroaster-2.1.0-r1.ebuild new file mode 100644 index 000000000000..4234aa9f0da5 --- /dev/null +++ b/app-cdr/eroaster/eroaster-2.1.0-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/eroaster/eroaster-2.1.0-r1.ebuild,v 1.1 2002/12/03 11:54:34 azarah Exp $ + +IUSE="xmms encode oggvorbis" + +S="${WORKDIR}/${P}" +DESCRIPTION="A graphical frontend for cdrecord and mkisofs written in gnome-python" +HOMEPAGE="http://eroaster.sourceforge.net/" +SRC_URI="mirror://sourceforge/eroaster/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64" + +# cdrecord and mkisofs are needed or configure fails +DEPEND=">=dev-lang/python-2.0 + =dev-python/gnome-python-1.4* + app-cdr/cdrtools" + +# xmms, lame and vorbis-tools are just runtime conveniences +# not a bulild dep. +RDEPEND="${DEPEND} + app-cdr/bchunk + xmms? ( media-sound/xmms ) + encode? ( media-sound/lame + media-sound/sox ) + oggvorbis? ( media-sound/vorbis-tools )" + +src_install() { + einstall \ + gnorbadir=${D}/usr/share/eroaster || die +} + diff --git a/app-cdr/eroaster/files/digest-eroaster-2.1.0-r1 b/app-cdr/eroaster/files/digest-eroaster-2.1.0-r1 new file mode 100644 index 000000000000..d5e22611df6b --- /dev/null +++ b/app-cdr/eroaster/files/digest-eroaster-2.1.0-r1 @@ -0,0 +1 @@ +MD5 1337d58a0c140ef62f2184699132ed40 eroaster-2.1.0.tar.gz 160884 |