diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 17:01:19 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 17:01:19 +0000 |
commit | 00d24ae201fa0465e1d6c4f5c445b067108c37de (patch) | |
tree | d297bf0ec32c5d62f03ca4f59b2cd28b7bdd8ebd /dev-java/jmf-bin | |
parent | QA: Cleaner einfo, ewarn and eerror usage; Use ${PF} (diff) | |
download | gentoo-2-00d24ae201fa0465e1d6c4f5c445b067108c37de.tar.gz gentoo-2-00d24ae201fa0465e1d6c4f5c445b067108c37de.tar.bz2 gentoo-2-00d24ae201fa0465e1d6c4f5c445b067108c37de.zip |
QA: Cleaner einfo, ewarn and eerror usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-java/jmf-bin')
-rw-r--r-- | dev-java/jmf-bin/jmf-bin-2.1.1e-r1.ebuild | 14 | ||||
-rw-r--r-- | dev-java/jmf-bin/jmf-bin-2.1.1e.ebuild | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/dev-java/jmf-bin/jmf-bin-2.1.1e-r1.ebuild b/dev-java/jmf-bin/jmf-bin-2.1.1e-r1.ebuild index e869c3a0c2a5..a4f95da83417 100644 --- a/dev-java/jmf-bin/jmf-bin-2.1.1e-r1.ebuild +++ b/dev-java/jmf-bin/jmf-bin-2.1.1e-r1.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-java/jmf-bin/jmf-bin-2.1.1e-r1.ebuild,v 1.1 2004/11/25 13:44:28 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jmf-bin/jmf-bin-2.1.1e-r1.ebuild,v 1.2 2005/07/09 17:01:19 swegener Exp $ inherit java-pkg @@ -18,15 +18,15 @@ RDEPEND=">=virtual/jdk-1.4" RESTRICT="fetch" pkg_nofetch() { - einfo " " + einfo einfo " Due to license restrictions, we cannot fetch the" einfo " distributables automagically." - einfo " " + einfo einfo " 1. Visit ${HOMEPAGE} and select 'Cross Platform Java'" einfo " 2. Download ${At}" einfo " 3. Move file to ${DISTDIR}" einfo " 4. Run emerge on this package again to complete" - einfo " " + einfo } src_unpack() { @@ -34,15 +34,15 @@ src_unpack() { echo " " echo "!!! Missing ${DISTDIR}/${At}" echo " " - einfo " " + einfo einfo " Due to license restrictions, we cannot fetch the" einfo " distributables automagically." - einfo " " + einfo einfo " 1. Visit ${HOMEPAGE} and select 'Cross Platform Java'" einfo " 2. Download ${At}" einfo " 3. Move file to ${DISTDIR}" einfo " 4. Run emerge on this package again to complete" - einfo " " + einfo die "User must manually download distfile" fi unzip -qq ${DISTDIR}/${At} diff --git a/dev-java/jmf-bin/jmf-bin-2.1.1e.ebuild b/dev-java/jmf-bin/jmf-bin-2.1.1e.ebuild index bcdf3b075ed3..2a6e150189b8 100644 --- a/dev-java/jmf-bin/jmf-bin-2.1.1e.ebuild +++ b/dev-java/jmf-bin/jmf-bin-2.1.1e.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-java/jmf-bin/jmf-bin-2.1.1e.ebuild,v 1.1 2004/07/30 20:51:22 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jmf-bin/jmf-bin-2.1.1e.ebuild,v 1.2 2005/07/09 17:01:19 swegener Exp $ inherit java-pkg @@ -18,15 +18,15 @@ RDEPEND=">=virtual/jdk-1.4" RESTRICT="fetch" pkg_nofetch() { - einfo " " + einfo einfo " Due to license restrictions, we cannot fetch the" einfo " distributables automagically." - einfo " " + einfo einfo " 1. Visit ${HOMEPAGE} and select 'Cross Platform Java'" einfo " 2. Download ${At}" einfo " 3. Move file to ${DISTDIR}" einfo " 4. Run emerge on this package again to complete" - einfo " " + einfo } src_unpack() { @@ -34,15 +34,15 @@ src_unpack() { echo " " echo "!!! Missing ${DISTDIR}/${At}" echo " " - einfo " " + einfo einfo " Due to license restrictions, we cannot fetch the" einfo " distributables automagically." - einfo " " + einfo einfo " 1. Visit ${HOMEPAGE} and select 'Cross Platform Java'" einfo " 2. Download ${At}" einfo " 3. Move file to ${DISTDIR}" einfo " 4. Run emerge on this package again to complete" - einfo " " + einfo die "User must manually download distfile" fi unzip -qq ${DISTDIR}/${At} |