summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-07-26 21:32:33 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-07-26 21:32:33 +0000
commit8fc4ae25f9d58de21a244d2e82139f0fe1b3c687 (patch)
treeb34672451c6bddf70c420f48cd726c21fc82b13e /net-p2p/azureus-bin
parentNew upstream version (1.0.2). (diff)
downloadgentoo-2-8fc4ae25f9d58de21a244d2e82139f0fe1b3c687.tar.gz
gentoo-2-8fc4ae25f9d58de21a244d2e82139f0fe1b3c687.tar.bz2
gentoo-2-8fc4ae25f9d58de21a244d2e82139f0fe1b3c687.zip
nuke old
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-p2p/azureus-bin')
-rw-r--r--net-p2p/azureus-bin/azureus-bin-2.2.0.2.ebuild129
-rw-r--r--net-p2p/azureus-bin/azureus-bin-2.3.0.0.ebuild129
-rw-r--r--net-p2p/azureus-bin/azureus-bin-2.3.0.2.ebuild129
-rw-r--r--net-p2p/azureus-bin/files/digest-azureus-bin-2.2.0.25
-rw-r--r--net-p2p/azureus-bin/files/digest-azureus-bin-2.3.0.05
-rw-r--r--net-p2p/azureus-bin/files/digest-azureus-bin-2.3.0.25
6 files changed, 0 insertions, 402 deletions
diff --git a/net-p2p/azureus-bin/azureus-bin-2.2.0.2.ebuild b/net-p2p/azureus-bin/azureus-bin-2.2.0.2.ebuild
deleted file mode 100644
index 1b7c3119c0ee..000000000000
--- a/net-p2p/azureus-bin/azureus-bin-2.2.0.2.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# 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.2.0.2.ebuild,v 1.6 2005/04/28 19:53:37 sekretarz Exp $
-
-inherit eutils java-pkg
-
-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 )
- ppc? ( mirror://sourceforge/${MY_PN}/Azureus_${MY_PV}_linux.PPC.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 ~ppc"
-IUSE="kde gtk"
-
-DEPEND="virtual/libc
- app-arch/unzip
- !net-p2p/azureus"
-
-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 ppc ; then
- unpack Azureus_${MY_PV}_linux.PPC.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
- fi
-
- cp ${FILESDIR}/${PN}-gentoo.sh ${MY_PN}/azureus || die "failed to copy wrapper"
-
- # 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}
-
- java-pkg_dojar *.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 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/azureus-bin-2.3.0.0.ebuild b/net-p2p/azureus-bin/azureus-bin-2.3.0.0.ebuild
deleted file mode 100644
index 324684063511..000000000000
--- a/net-p2p/azureus-bin/azureus-bin-2.3.0.0.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# 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.0.ebuild,v 1.2 2005/05/06 18:15:02 herbs Exp $
-
-inherit eutils java-pkg
-
-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 )
- ppc? ( mirror://sourceforge/${MY_PN}/Azureus_${MY_PV}_linux.PPC.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 ~ppc"
-IUSE="kde gtk"
-
-DEPEND="virtual/libc
- app-arch/unzip
- !net-p2p/azureus"
-
-RDEPEND="${DEPEND}
- kde? ( dev-java/systray4j )
- =x11-libs/gtk+-2*
- >=virtual/jre-1.4"
-
-# Where to install the package
-PROGRAM_DIR="/usr/$(get_libdir)/${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 ppc ; then
- unpack Azureus_${MY_PV}_linux.PPC.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 "\`echo \"net-p2p/azureus-bin -gtk\" >> /etc/portage/package.use\`"
- 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
- fi
-
- cp ${FILESDIR}/${PN}-gentoo.sh ${MY_PN}/azureus || die "failed to copy wrapper"
-
- # 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}
-
- java-pkg_dojar *.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 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/azureus-bin-2.3.0.2.ebuild b/net-p2p/azureus-bin/azureus-bin-2.3.0.2.ebuild
deleted file mode 100644
index 19d8ee5ded0f..000000000000
--- a/net-p2p/azureus-bin/azureus-bin-2.3.0.2.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# 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.2.ebuild,v 1.1 2005/06/12 12:54:55 mholzer Exp $
-
-inherit eutils java-pkg
-
-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 )
- ppc? ( mirror://sourceforge/${MY_PN}/Azureus_${MY_PV}_linux.PPC.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 ~ppc"
-IUSE="kde gtk"
-
-DEPEND="virtual/libc
- app-arch/unzip
- !net-p2p/azureus"
-
-RDEPEND="${DEPEND}
- kde? ( dev-java/systray4j )
- =x11-libs/gtk+-2*
- >=virtual/jre-1.4"
-
-# Where to install the package
-PROGRAM_DIR="/usr/$(get_libdir)/${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 ppc ; then
- unpack Azureus_${MY_PV}_linux.PPC.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 "\`echo \"net-p2p/azureus-bin -gtk\" >> /etc/portage/package.use\`"
- 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
- fi
-
- cp ${FILESDIR}/${PN}-gentoo.sh ${MY_PN}/azureus || die "failed to copy wrapper"
-
- # 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}
-
- java-pkg_dojar *.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 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.2 b/net-p2p/azureus-bin/files/digest-azureus-bin-2.2.0.2
deleted file mode 100644
index 5d1a2405e64e..000000000000
--- a/net-p2p/azureus-bin/files/digest-azureus-bin-2.2.0.2
+++ /dev/null
@@ -1,5 +0,0 @@
-MD5 5f79ac344851884646166d733b5cde8d seda-20040224.zip 755126
-MD5 f827bd23d6fdec3dce06f387635a305c Azureus_2.2.0.2_linux.GTK.tar.bz2 5260046
-MD5 395bd85d0d8df74afb438cb2257ff35f Azureus_2.2.0.2_linux.Motif.tar.bz2 6102991
-MD5 bbdcb00f8bb79af8c0873559f4fdb71b Azureus_2.2.0.2_linux.AMD64.tar.bz2 5271324
-MD5 1ebbd9de7147fb6fc1253d23fb3c18ae Azureus_2.2.0.2_linux.PPC.tar.bz2 5156329
diff --git a/net-p2p/azureus-bin/files/digest-azureus-bin-2.3.0.0 b/net-p2p/azureus-bin/files/digest-azureus-bin-2.3.0.0
deleted file mode 100644
index 045eeb1a2614..000000000000
--- a/net-p2p/azureus-bin/files/digest-azureus-bin-2.3.0.0
+++ /dev/null
@@ -1,5 +0,0 @@
-MD5 5f79ac344851884646166d733b5cde8d seda-20040224.zip 755126
-MD5 228d72189c2ec3ccbcc7b8d36265dd40 Azureus_2.3.0.0_linux.GTK.tar.bz2 6497756
-MD5 78a9786ab9c68ef93f0668004df8fcad Azureus_2.3.0.0_linux.Motif.tar.bz2 7336989
-MD5 0da183e8f7ef27efc555fbaaa2ef3df2 Azureus_2.3.0.0_linux.AMD64.tar.bz2 6508225
-MD5 f1f67ada939157b0e51ce933c28d1819 Azureus_2.3.0.0_linux.PPC.tar.bz2 6399112
diff --git a/net-p2p/azureus-bin/files/digest-azureus-bin-2.3.0.2 b/net-p2p/azureus-bin/files/digest-azureus-bin-2.3.0.2
deleted file mode 100644
index 2843ecd04898..000000000000
--- a/net-p2p/azureus-bin/files/digest-azureus-bin-2.3.0.2
+++ /dev/null
@@ -1,5 +0,0 @@
-MD5 5f79ac344851884646166d733b5cde8d seda-20040224.zip 755126
-MD5 0b10fc3f00234040445af9e62de8601f Azureus_2.3.0.2_linux.GTK.tar.bz2 6618284
-MD5 e042bf4a45af25a27f2c64db8daea59c Azureus_2.3.0.2_linux.Motif.tar.bz2 7455046
-MD5 a0ce6b78a511d9bfb348609a46692c86 Azureus_2.3.0.2_linux.AMD64.tar.bz2 6625351
-MD5 aafccbd85c0b8d7d36292cda6a77cae9 Azureus_2.3.0.2_linux.PPC.tar.bz2 6528876