summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kryczek <mkay@gentoo.org>2005-09-13 22:42:45 +0000
committerMarcin Kryczek <mkay@gentoo.org>2005-09-13 22:42:45 +0000
commit1766c3ef7f13cffd00e39e419cf4d9c80fcf05a2 (patch)
tree16bd50d0cf0d5745a8921fc0a996ce39bf63709d /net-p2p/azureus-bin
parentktoblzcheck version bump (diff)
downloadgentoo-2-1766c3ef7f13cffd00e39e419cf4d9c80fcf05a2.tar.gz
gentoo-2-1766c3ef7f13cffd00e39e419cf4d9c80fcf05a2.tar.bz2
gentoo-2-1766c3ef7f13cffd00e39e419cf4d9c80fcf05a2.zip
Added einfo about recommended java version (>=1.5)
(Portage version: 1.589-cvs)
Diffstat (limited to 'net-p2p/azureus-bin')
-rw-r--r--net-p2p/azureus-bin/ChangeLog5
-rw-r--r--net-p2p/azureus-bin/azureus-bin-2.3.0.4.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/net-p2p/azureus-bin/ChangeLog b/net-p2p/azureus-bin/ChangeLog
index b6108611ccf7..8035f4247729 100644
--- a/net-p2p/azureus-bin/ChangeLog
+++ b/net-p2p/azureus-bin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/azureus-bin
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus-bin/ChangeLog,v 1.35 2005/07/21 08:43:04 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus-bin/ChangeLog,v 1.36 2005/09/13 22:42:45 mkay Exp $
+
+ 13 Sep 2005; <mkay@gentoo.org> azureus-bin-2.3.0.4.ebuild:
+ Added einfo about recommended java version (>=1.5)
21 Jul 2005; Jeremy Huddleston <eradicator@gentoo.org>
azureus-bin-2.3.0.4.ebuild:
diff --git a/net-p2p/azureus-bin/azureus-bin-2.3.0.4.ebuild b/net-p2p/azureus-bin/azureus-bin-2.3.0.4.ebuild
index 9f32f8990de1..18a51405da40 100644
--- a/net-p2p/azureus-bin/azureus-bin-2.3.0.4.ebuild
+++ b/net-p2p/azureus-bin/azureus-bin-2.3.0.4.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/net-p2p/azureus-bin/azureus-bin-2.3.0.4.ebuild,v 1.2 2005/07/21 08:43:04 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus-bin/azureus-bin-2.3.0.4.ebuild,v 1.3 2005/09/13 22:42:45 mkay Exp $
inherit eutils java-pkg
@@ -127,4 +127,8 @@ pkg_postinst() {
ewarn "\"!MainWindow.menu.transfers!\" then you have a stray MessageBundle.properties file,"
ewarn "and you may safely delete ~/.Azureus/MessagesBundle.properties"
echo
+ einfo "It's recommended to use sun-java in version 1.5 or later."
+ einfo "If you'll notice any problems running azureus and you've"
+ einfo "got older java, try to upgrade it"
+ echo
}