diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2006-08-27 17:55:55 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2006-08-27 17:55:55 +0000 |
commit | 88ed507bfd7e954ce2131272772183c025c86c24 (patch) | |
tree | 71c85154869cac29568ad7cd9043692cc94a88a7 /net-p2p/azureus | |
parent | install gcc binaries for cross-compilers into /usr/CHOST/CTARGET/ #144700 (diff) | |
download | gentoo-2-88ed507bfd7e954ce2131272772183c025c86c24.tar.gz gentoo-2-88ed507bfd7e954ce2131272772183c025c86c24.tar.bz2 gentoo-2-88ed507bfd7e954ce2131272772183c025c86c24.zip |
Changed to depend on >=dev-java/swt-3.2-r1 to fix bug #143743.
(Portage version: 2.1.1_rc1)
Diffstat (limited to 'net-p2p/azureus')
-rw-r--r-- | net-p2p/azureus/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/azureus/azureus-2.5.0.0.ebuild | 32 |
2 files changed, 20 insertions, 17 deletions
diff --git a/net-p2p/azureus/ChangeLog b/net-p2p/azureus/ChangeLog index 9c7d289b76c1..91f03fd1c5ed 100644 --- a/net-p2p/azureus/ChangeLog +++ b/net-p2p/azureus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/azureus # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/ChangeLog,v 1.26 2006/08/27 09:55:51 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/ChangeLog,v 1.27 2006/08/27 17:55:55 betelgeuse Exp $ + + 27 Aug 2006; Petteri Räty <betelgeuse@gentoo.org> azureus-2.5.0.0.ebuild: + Changed to depend on >=dev-java/swt-3.2-r1 to fix bug #143743. 27 Aug 2006; Petteri Räty <betelgeuse@gentoo.org> -azureus-2.4.0.2.ebuild, -azureus-2.4.0.2-r1.ebuild: diff --git a/net-p2p/azureus/azureus-2.5.0.0.ebuild b/net-p2p/azureus/azureus-2.5.0.0.ebuild index ffe766ac8172..508f5d2760f8 100644 --- a/net-p2p/azureus/azureus-2.5.0.0.ebuild +++ b/net-p2p/azureus/azureus-2.5.0.0.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/net-p2p/azureus/azureus-2.5.0.0.ebuild,v 1.1 2006/08/27 09:51:41 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/azureus-2.5.0.0.ebuild,v 1.2 2006/08/27 17:55:55 betelgeuse Exp $ inherit eutils fdo-mime java-pkg-2 java-ant-2 @@ -18,7 +18,7 @@ IUSE="source" RDEPEND=" >=virtual/jre-1.4 - >=dev-java/swt-3.2 + >=dev-java/swt-3.2-r1 >=dev-java/log4j-1.2.8 >=dev-java/commons-cli-1.0 >=dev-java/bcprov-1.31 @@ -81,28 +81,28 @@ src_install() { pkg_postinst() { echo - einfo "Due to the nature of the portage system, we recommend" - einfo "that users check portage for new versions of Azureus" - einfo "instead of attempting to use the auto-update feature." - einfo "You can disable auto-update in" - einfo "Tools->Options...->Interface->Start" + elog "Due to the nature of the portage system, we recommend" + elog "that users check portage for new versions of Azureus" + elog "instead of attempting to use the auto-update feature." + elog "You can disable auto-update in" + elog "Tools->Options...->Interface->Start" echo - einfo "After running azureus for the first time, configuration" - einfo "options will be placed in ~/.azureus/gentoo.config" - einfo "It is recommended that you modify this file rather than" - einfo "the azureus startup script directly." + elog "After running azureus for the first time, configuration" + elog "options will be placed in ~/.azureus/gentoo.config" + elog "It is recommended that you modify this file rather than" + elog "the azureus startup script directly." echo - einfo "As of this version, the new ui type 'console' is supported," - einfo "and this may be set in ~/.azureus/gentoo.config." + elog "As of this version, the new ui type 'console' is supported," + elog "and this may be set in ~/.azureus/gentoo.config." echo ewarn "If you are upgrading, and the menu in azureus has entries like" ewarn "\"!MainWindow.menu.transfers!\" then you have a stray" ewarn "MessageBundle.properties file," ewarn "and you may safely delete ~/.azureus/MessagesBundle.properties" echo - einfo "It's recommended to use Sun's Java version 1.5 or later." - einfo "If you're experiencing problems running azureus and you've" - einfo "using an older version of Java, try to upgrading to a new version. " + elog "It's recommended to use Sun's Java version 1.5 or later." + elog "If you're experiencing problems running azureus and you've" + elog "using an older version of Java, try to upgrading to a new version. " echo ewarn "Please, do not run azureus as root!" ewarn "Azureus has not been developed for multi-user environments!" |