diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-10-15 15:43:55 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-10-15 15:43:55 +0000 |
commit | db81fb716e92e3e202bdd4827f4f645d15b4a7b8 (patch) | |
tree | c64c3c9cfa1fa9f4c57bc5196ecaaea5cfce4bad /dev-java/java-config | |
parent | Bootstrap with eautoreconf to be able to actually build it. (diff) | |
download | gentoo-2-db81fb716e92e3e202bdd4827f4f645d15b4a7b8.tar.gz gentoo-2-db81fb716e92e3e202bdd4827f4f645d15b4a7b8.tar.bz2 gentoo-2-db81fb716e92e3e202bdd4827f4f645d15b4a7b8.zip |
Fixed wording in postinstall message.
(Portage version: 2.1.2_pre2-r6)
Diffstat (limited to 'dev-java/java-config')
-rw-r--r-- | dev-java/java-config/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/java-config/java-config-1.3.7.ebuild | 4 | ||||
-rw-r--r-- | dev-java/java-config/java-config-2.0.30.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/java-config/ChangeLog b/dev-java/java-config/ChangeLog index 29a8e016e12f..a603a28689d8 100644 --- a/dev-java/java-config/ChangeLog +++ b/dev-java/java-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/java-config # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.128 2006/10/14 15:39:12 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.129 2006/10/15 15:43:55 nichoj Exp $ + + 15 Oct 2006; Joshua Nichols <nichoj@gentoo.org> java-config-1.3.7.ebuild, + java-config-2.0.30.ebuild: + Fixed wording in postinstall message. 14 Oct 2006; Joshua Nichols <nichoj@gentoo.org> java-config-1.3.7.ebuild, java-config-2.0.30.ebuild: diff --git a/dev-java/java-config/java-config-1.3.7.ebuild b/dev-java/java-config/java-config-1.3.7.ebuild index 528dec168bdb..8eda5e8a3fd5 100644 --- a/dev-java/java-config/java-config-1.3.7.ebuild +++ b/dev-java/java-config/java-config-1.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-1.3.7.ebuild,v 1.5 2006/10/14 15:39:12 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-1.3.7.ebuild,v 1.6 2006/10/15 15:43:55 nichoj Exp $ inherit base distutils eutils @@ -30,7 +30,7 @@ pkg_postinst() { elog "instructions available at:" elog "\thttp://www.gentoo.org/proj/en/java/java-upgrade.xml" elog - elog "While we moving towards the new Java system, we only allow" + elog "While we are moving towards the new Java system, we only allow" elog "1.3 or 1.4 JDKs to be used with java-config-1 to ensure" elog "backwards compatibility with the old system." elog "For more details about this, please see:" diff --git a/dev-java/java-config/java-config-2.0.30.ebuild b/dev-java/java-config/java-config-2.0.30.ebuild index 9fcc1a7eabac..184e9dcb42ed 100644 --- a/dev-java/java-config/java-config-2.0.30.ebuild +++ b/dev-java/java-config/java-config-2.0.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.0.30.ebuild,v 1.5 2006/10/14 15:39:12 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.0.30.ebuild,v 1.6 2006/10/15 15:43:55 nichoj Exp $ inherit base distutils eutils @@ -50,7 +50,7 @@ pkg_postinst() { elog "instructions available at:" elog "\thttp://www.gentoo.org/proj/en/java/java-upgrade.xml" elog - elog "While we moving towards the new Java system, we only allow" + elog "While we are moving towards the new Java system, we only allow" elog "1.3 or 1.4 JDKs to be used with java-config-1 to ensure" elog "backwards compatibility with the old system." elog "For more details about this, please see:" |