diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:01:06 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:01:06 +0000 |
commit | f19019c6b76f116b6793b96133201326289d79f4 (patch) | |
tree | 468c28fe2d6025e3bc201765834ae3b1729b5315 /app-cdr/eroaster | |
parent | modernised (diff) | |
download | historical-f19019c6b76f116b6793b96133201326289d79f4.tar.gz historical-f19019c6b76f116b6793b96133201326289d79f4.tar.bz2 historical-f19019c6b76f116b6793b96133201326289d79f4.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 } |