diff options
author | 2005-07-09 18:53:12 +0000 | |
---|---|---|
committer | 2005-07-09 18:53:12 +0000 | |
commit | 36cba7aa36ce5e223f695a466e0b5ea9810102dc (patch) | |
tree | df1e73e9e021b01b92df77fb820c2888f4b22f45 /app-cdr/cdrtools/cdrtools-2.01-r3.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-36cba7aa36ce5e223f695a466e0b5ea9810102dc.tar.gz gentoo-2-36cba7aa36ce5e223f695a466e0b5ea9810102dc.tar.bz2 gentoo-2-36cba7aa36ce5e223f695a466e0b5ea9810102dc.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-cdr/cdrtools/cdrtools-2.01-r3.ebuild')
-rw-r--r-- | app-cdr/cdrtools/cdrtools-2.01-r3.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app-cdr/cdrtools/cdrtools-2.01-r3.ebuild b/app-cdr/cdrtools/cdrtools-2.01-r3.ebuild index 164605a8ba22..0b0e266e6d0c 100644 --- a/app-cdr/cdrtools/cdrtools-2.01-r3.ebuild +++ b/app-cdr/cdrtools/cdrtools-2.01-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-2.01-r3.ebuild,v 1.3 2005/06/06 20:17:50 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-2.01-r3.ebuild,v 1.4 2005/07/09 18:52:12 swegener Exp $ inherit eutils gnuconfig versionator toolchain-funcs @@ -104,13 +104,13 @@ src_install() { pkg_postinst() { einfo "Note the special license on cdrecord/cdrecord.c starting from line 4648." if use ppc-macos ; then - einfo "" - einfo "Darwin/OS X use the following device names: " - einfo "" - einfo "CD burners: (probably) ./cdrecord dev=IOCompactDiscServices " - einfo "" - einfo "DVD burners: (probably) ./cdrecord dev=IODVDServices " - einfo "" + einfo + einfo "Darwin/OS X use the following device names:" + einfo + einfo "CD burners: (probably) ./cdrecord dev=IOCompactDiscServices" + einfo + einfo "DVD burners: (probably) ./cdrecord dev=IODVDServices" + einfo else echo einfo "The command line option 'dev=/dev/hdX' (X is the name of your drive)" |