diff options
author | Michael Nazaroff <naz@gentoo.org> | 2002-08-06 19:58:32 +0000 |
---|---|---|
committer | Michael Nazaroff <naz@gentoo.org> | 2002-08-06 19:58:32 +0000 |
commit | 37b4d5adf1dcf84162347a4326a5596537814f55 (patch) | |
tree | 46c5714bc8183c63f7386a88b32910806c3bf0c2 /app-cdr | |
parent | made download instructions clearer (diff) | |
download | historical-37b4d5adf1dcf84162347a4326a5596537814f55.tar.gz historical-37b4d5adf1dcf84162347a4326a5596537814f55.tar.bz2 historical-37b4d5adf1dcf84162347a4326a5596537814f55.zip |
Small fix to eroaster
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/eroaster/ChangeLog | 7 | ||||
-rw-r--r-- | app-cdr/eroaster/eroaster-2.1.0.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-cdr/eroaster/ChangeLog b/app-cdr/eroaster/ChangeLog index e5f795576ce5..957df813ff0a 100644 --- a/app-cdr/eroaster/ChangeLog +++ b/app-cdr/eroaster/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for app-cdr/arson # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-cdr/eroaster/ChangeLog,v 1.2 2002/07/11 20:06:07 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/eroaster/ChangeLog,v 1.3 2002/08/06 19:58:32 naz Exp $ *eroaster-2.1.0 (11 July 2002) @@ -9,6 +9,11 @@ Eroaster development version added, but *masked*. Closes bug #4250. Ebuild submitted by: Philip Walls <malverian@hotmail.com> + 6 Aug 2002; Micheal Nazaroff <naz@gentoo.org> eroaster-2.1.0.ebuild: + + I removed the dependency on mkisofs since that is now part of the cdrtools + package, and sys-app/mkisofs has been depreciated. + *eroaster-2.0.12 (5 July 2002) Bart Verwilst <verwilst@gentoo.org> initial ebuild diff --git a/app-cdr/eroaster/eroaster-2.1.0.ebuild b/app-cdr/eroaster/eroaster-2.1.0.ebuild index 7ce07b546df1..ace89bf6ed71 100644 --- a/app-cdr/eroaster/eroaster-2.1.0.ebuild +++ b/app-cdr/eroaster/eroaster-2.1.0.ebuild @@ -1,6 +1,6 @@ # 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.ebuild,v 1.4 2002/08/02 05:01:06 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/eroaster/eroaster-2.1.0.ebuild,v 1.5 2002/08/06 19:58:32 naz Exp $ DESCRIPTION="A graphical frontend for cdrecord and mkisofs written in gnome-python" HOMEPAGE="http://eroaster.sourceforge.net" @@ -13,8 +13,7 @@ SLOT="0" # cdrecord and mkisofs are needed or configure fails DEPEND=">=dev-lang/python-2.0 >=dev-python/gnome-python-1.4 - app-cdr/cdrtools - sys-apps/mkisofs" + app-cdr/cdrtools" # xmms here is only used in runtime # not a bulild dep. |