diff options
author | 2005-07-09 18:13:32 +0000 | |
---|---|---|
committer | 2005-07-09 18:13:32 +0000 | |
commit | bb4ec3ff4b76d83d2049467020b47355d131461d (patch) | |
tree | 3129f272e347a04cd586eadf4413f40565828447 /dev-lang/ccc/ccc-6.5.6.002.ebuild | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | historical-bb4ec3ff4b76d83d2049467020b47355d131461d.tar.gz historical-bb4ec3ff4b76d83d2049467020b47355d131461d.tar.bz2 historical-bb4ec3ff4b76d83d2049467020b47355d131461d.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-lang/ccc/ccc-6.5.6.002.ebuild')
-rw-r--r-- | dev-lang/ccc/ccc-6.5.6.002.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dev-lang/ccc/ccc-6.5.6.002.ebuild b/dev-lang/ccc/ccc-6.5.6.002.ebuild index 1fd62b5a04af..fb7296973353 100644 --- a/dev-lang/ccc/ccc-6.5.6.002.ebuild +++ b/dev-lang/ccc/ccc-6.5.6.002.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.6.002.ebuild,v 1.4 2004/07/02 04:24:41 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.6.002.ebuild,v 1.5 2005/07/09 18:11:31 swegener Exp $ # # Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org> # and edited by Aron Griffis <agriffis@gentoo.org> @@ -38,13 +38,13 @@ src_unpack() { local ccc_rpm="ccc-${ccc_release}.alpha.rpm" if [ ! -f ${DISTDIR}/${ccc_rpm} ]; then - eerror "" + eerror eerror "Please download ${ccc_rpm} from" eerror "${HOMEPAGE}, and place it in" eerror "${DISTDIR}" - eerror "" + eerror eerror "Then restart this emerge." - eerror "" + eerror die "ccc distribution (${ccc_rpm}) not found" fi @@ -151,13 +151,13 @@ pkg_postinst () { ewarn "to complete the installation" ewarn einfo "Hopefullly soon we will get a ccc USE flag" - einfo "on packages (or at least individual " + einfo "on packages (or at least individual" einfo "components) that can be successfully built" - einfo "using this compiler, until then you will " - einfo "just have to experiment :) " + einfo "using this compiler, until then you will" + einfo "just have to experiment :)" einfo - einfo "Please report successes/failures with ccc " - einfo "to http://bugs.gentoo.org so that the USE " - einfo "flags can be updated. " + einfo "Please report successes/failures with ccc" + einfo "to http://bugs.gentoo.org so that the USE" + einfo "flags can be updated." einfo } |