diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/azureus-bin/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/azureus-bin/Manifest | 24 | ||||
-rw-r--r-- | net-p2p/azureus-bin/azureus-bin-2.2.0.0-r1.ebuild | 129 | ||||
-rw-r--r-- | net-p2p/azureus-bin/files/digest-azureus-bin-2.2.0.0-r1 | 4 |
4 files changed, 148 insertions, 17 deletions
diff --git a/net-p2p/azureus-bin/ChangeLog b/net-p2p/azureus-bin/ChangeLog index c146185d6385..67a01908b523 100644 --- a/net-p2p/azureus-bin/ChangeLog +++ b/net-p2p/azureus-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/azureus-bin # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus-bin/ChangeLog,v 1.23 2004/12/11 03:57:22 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus-bin/ChangeLog,v 1.24 2004/12/19 13:44:09 mholzer Exp $ + +*azureus-bin-2.2.0.0-r1 (19 Dec 2004) + + 19 Dec 2004; Martin Holzer <mholzer@gentoo.org> + +azureus-bin-2.2.0.0-r1.ebuild: + adding motif verison. closes 71348 10 Dec 2004; Jon Hood <squinky86@gentoo.org> azureus-bin-2.2.0.0.ebuild: Change dependencies, #58389. Thanks to all who helped there. diff --git a/net-p2p/azureus-bin/Manifest b/net-p2p/azureus-bin/Manifest index ed8ec2b1d8db..73ec20a092d6 100644 --- a/net-p2p/azureus-bin/Manifest +++ b/net-p2p/azureus-bin/Manifest @@ -1,24 +1,16 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 9e06ae249406424a0c19031ac5b56991 ChangeLog 3805 MD5 7c8b5442b03add043cafe746ba87cbbc azureus-bin-2.1.0.0-r1.ebuild 3616 -MD5 c3d149522fd0f11fcee174f8b8136eb8 azureus-bin-2.2.0.0.ebuild 3060 MD5 202b2d4d5784de8350d8c604afa39f07 azureus-bin-2.1.0.2.ebuild 3612 MD5 beb58b5cc4a76f62d124c5bad08cc9d8 azureus-bin-2.1.0.4.ebuild 4155 -MD5 9e06ae249406424a0c19031ac5b56991 ChangeLog 3805 +MD5 c3d149522fd0f11fcee174f8b8136eb8 azureus-bin-2.2.0.0.ebuild 3060 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 +MD5 81403634822386a0c496b648d8f230ec azureus-bin-2.2.0.0-r1.ebuild 3506 +MD5 b950a875ce243bf3d6debd6ddfa89be6 files/azureus-bin-2.0.8.0a-gentoo.sh 1768 +MD5 17762081fd25f6928b7bd085fa61d9ee files/azureus-bin-Makefile.patch 402 +MD5 70c17db47c9a596929112714f82ac010 files/azureus.desktop 153 +MD5 2d3136c60488dd51bef012cbcb59201b files/azureus.png 743 MD5 520976b4596a7467299ff872cb678f06 files/digest-azureus-bin-2.1.0.0-r1 224 MD5 6ee24e85255f98df2eab6ecc0f37394a files/digest-azureus-bin-2.1.0.2 222 MD5 dd1bae8b7878a07bd8103cc94c779940 files/digest-azureus-bin-2.1.0.4 295 MD5 a7dca58499ebe639c0555cd90c135329 files/digest-azureus-bin-2.2.0.0 222 -MD5 b950a875ce243bf3d6debd6ddfa89be6 files/azureus-bin-2.0.8.0a-gentoo.sh 1768 -MD5 70c17db47c9a596929112714f82ac010 files/azureus.desktop 153 -MD5 2d3136c60488dd51bef012cbcb59201b files/azureus.png 743 -MD5 17762081fd25f6928b7bd085fa61d9ee files/azureus-bin-Makefile.patch 402 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBunAycAgAdbxYsnERAvwtAJ91rm7zaLCekofeNt3VF8BIZflWKgCcDp6h -jlZjQokI4HHJjqRBjt/zLsQ= -=/sO6 ------END PGP SIGNATURE----- +MD5 b77c306407d22961d757267d4b5c8d98 files/digest-azureus-bin-2.2.0.0-r1 303 diff --git a/net-p2p/azureus-bin/azureus-bin-2.2.0.0-r1.ebuild b/net-p2p/azureus-bin/azureus-bin-2.2.0.0-r1.ebuild new file mode 100644 index 000000000000..372ee9f90b1d --- /dev/null +++ b/net-p2p/azureus-bin/azureus-bin-2.2.0.0-r1.ebuild @@ -0,0 +1,129 @@ +# Copyright 1999-2004 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.2.0.0-r1.ebuild,v 1.1 2004/12/19 13:44:09 mholzer Exp $ + +inherit eutils + +DESCRIPTION="Azureus - Java BitTorrent Client" +HOMEPAGE="http://azureus.sourceforge.net/" + +MY_PN=${PN/-bin/} +MY_PV="${PV}" +MY_DT=20040224 + +S=${WORKDIR}/${MY_PN} +SRC_URI="mirror://gentoo/seda-${MY_DT}.zip + x86? ( gtk? ( mirror://sourceforge/${MY_PN}/Azureus_${MY_PV}_linux.GTK.tar.bz2 ) ) + x86? ( !gtk? ( mirror://sourceforge/${MY_PN}/Azureus_${MY_PV}_linux.Motif.tar.bz2 ) ) + amd64? ( mirror://sourceforge/${MY_PN}/Azureus_${MY_PV}_linux.AMD64.tar.bz2 )" + +LICENSE="GPL-2 BSD" +SLOT="0" + +# Still in progress... trying to get most external classes in through DEPENDs rather than +KEYWORDS="~x86 ~amd64" +IUSE="kde gtk" + +DEPEND="virtual/libc + amd64? ( app-arch/unzip )" + +RDEPEND="${DEPEND} + kde? ( dev-java/systray4j ) + =x11-libs/gtk+-2* + >=virtual/jre-1.4" + +# Where to install the package +PROGRAM_DIR="/usr/lib/${MY_PN}" + +src_unpack() { + if ! use kde; then + einfo "The kde use flag is off, so the systray support will be disabled." + einfo "kde is required to build dev-java/systray4j." + fi + + if use amd64 ; then + unpack Azureus_${MY_PV}_linux.AMD64.tar.bz2 + else + if use gtk ; then + unpack Azureus_${MY_PV}_linux.GTK.tar.bz2 + echo + einfo "Using the GTK Azureus package, to use the Motif package" + einfo " set USE=\"-gtk\" in /etc/make.conf." + echo + else + unpack Azureus_${MY_PV}_linux.Motif.tar.bz2 + echo + einfo "Using the Motif Azureus package, to use the GTK package" + einfo " set USE=\"gtk\" in /etc/make.conf." + echo + fi + fi + + if use amd64 ; then + cd ${S} + unpack swt-3.0-linux-gtk-amd64.zip + cd ${WORKDIR} + fi + + cp ${FILESDIR}/${PN}-2.0.8.0a-gentoo.sh ${MY_PN}/azureus + + # Set runtime settings in the startup script + sed -i "s:##PROGRAM_DIR##:${PROGRAM_DIR}:" ${MY_PN}/azureus + + # Unpack seda + cd ${S} + unpack seda-${MY_DT}.zip + tar xjf seda-jnilibs-linux.tar.bz2 + rm seda*bz2 +} + +src_compile() { + einfo "Binary only installation. No compilation required." +} + +src_install() { + cd ${S} + + insinto ${PROGRAM_DIR} + exeinto ${PROGRAM_DIR} + + doins *.jar + doexe *.so + + # keep the plugins dir bug reports from flowing in + insinto ${PROGRAM_DIR}/plugins/azupdater + doins plugins/azupdater/* + + dobin azureus + + insinto /usr/share/pixmaps + doins ${FILESDIR}/azureus.png + + insinto /usr/share/applications + doins ${FILESDIR}/azureus.desktop + + dodoc README.linux seda-README.txt + dohtml swt-about.html +} + +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 the upgrade warning in" + einfo "View->Configuration->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." + echo + einfo "As of this version, the new ui type 'console' is supported," + einfo "and this may be set in ~/.Azureus/gentoo.config." + echo + ewarn "If you are upgrading, and the menu in azurues has entries like" + ewarn "\"!MainWindow.menu.transfers!\" then you have a stray MessageBundle.properties file," + ewarn "and you may safely delete ~/.Azureus/MessagesBundle.properties" + echo +} diff --git a/net-p2p/azureus-bin/files/digest-azureus-bin-2.2.0.0-r1 b/net-p2p/azureus-bin/files/digest-azureus-bin-2.2.0.0-r1 new file mode 100644 index 000000000000..bd2aab43d73f --- /dev/null +++ b/net-p2p/azureus-bin/files/digest-azureus-bin-2.2.0.0-r1 @@ -0,0 +1,4 @@ +MD5 5f79ac344851884646166d733b5cde8d seda-20040224.zip 755126 +MD5 cce6c876ad3ce06fe0ba65e7bc746e13 Azureus_2.2.0.0_linux.GTK.tar.bz2 4947567 +MD5 215bad905b0b697cbcab971c203094ee Azureus_2.2.0.0_linux.Motif.tar.bz2 5777045 +MD5 376d5b8f0136f739f31b573a95e51b84 Azureus_2.2.0.0_linux.AMD64.tar.bz2 4954866 |