diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:06:04 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:06:04 +0000 |
commit | 5b5725ea784811a26edd3fd24500eb18a927d420 (patch) | |
tree | cbba4960c13c4f1d38c097fb9d5d592a4d4a06fe /app-cdr/eroaster | |
parent | modernised (diff) | |
download | gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.tar.gz gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.tar.bz2 gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.zip |
modernised
Diffstat (limited to 'app-cdr/eroaster')
-rw-r--r-- | app-cdr/eroaster/eroaster-2.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-cdr/eroaster/eroaster-2.1.0.ebuild b/app-cdr/eroaster/eroaster-2.1.0.ebuild index 3a7a4de9d633..7ce07b546df1 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.3 2002/07/28 15:22:46 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/eroaster/eroaster-2.1.0.ebuild,v 1.4 2002/08/02 05:01:06 seemant Exp $ DESCRIPTION="A graphical frontend for cdrecord and mkisofs written in gnome-python" HOMEPAGE="http://eroaster.sourceforge.net" @@ -37,7 +37,7 @@ src_install () { } pkg_postinst() { - einfo + einfo einfo "The following binaries are needed to make full use of this program:" einfo einfo "mpg123 For converting MP3s to WAVs and playing MP3s" @@ -47,5 +47,5 @@ pkg_postinst() { einfo "lame For Encoding MP3s" einfo "ogginfo For Getting OGG ID3 information" einfo "ogg123 For converting OGGs to WAVs" - einfo + einfo } |