summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-10-24 12:16:00 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-10-24 12:16:00 +0000
commit4faeef538e6fa0a5dff21dabdd35e6faa206efbb (patch)
treee7afc6f6956b9a16aeb0e1c2a6d41f3a9a1525d0 /net-p2p
parentx86 stable (Manifest recommit) (diff)
downloadgentoo-2-4faeef538e6fa0a5dff21dabdd35e6faa206efbb.tar.gz
gentoo-2-4faeef538e6fa0a5dff21dabdd35e6faa206efbb.tar.bz2
gentoo-2-4faeef538e6fa0a5dff21dabdd35e6faa206efbb.zip
cleanup
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/azureus-bin/azureus-bin-2.0.8.0a.ebuild120
-rw-r--r--net-p2p/azureus-bin/azureus-bin-2.0.8.4.ebuild127
-rw-r--r--net-p2p/azureus-bin/files/digest-azureus-bin-2.0.8.0a3
-rw-r--r--net-p2p/azureus-bin/files/digest-azureus-bin-2.0.8.43
4 files changed, 0 insertions, 253 deletions
diff --git a/net-p2p/azureus-bin/azureus-bin-2.0.8.0a.ebuild b/net-p2p/azureus-bin/azureus-bin-2.0.8.0a.ebuild
deleted file mode 100644
index e9bf01c569da..000000000000
--- a/net-p2p/azureus-bin/azureus-bin-2.0.8.0a.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# 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.0.8.0a.ebuild,v 1.5 2004/07/01 22:40:01 eradicator Exp $
-
-inherit eutils
-
-DESCRIPTION="Azureus - Java BitTorrent Client"
-HOMEPAGE="http://azureus.sourceforge.net/"
-
-MY_PN=${PN/-bin/}
-MY_DT=20040224
-
-S=${WORKDIR}/${MY_PN}
-SRC_URI="mirror://sourceforge/${MY_PN}/Azureus_${PV}_linux.GTK.tar.bz2
- mirror://sourceforge/${MY_PN}/Azureus_${PV}_linux.Motif.tar.bz2
- mirror://gentoo/seda-${MY_DT}.zip"
-
-RESTRICT="nomirror"
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-
-# Still in progress... trying to get most external classes in through DEPENDs rather than
-KEYWORDS="~x86"
-IUSE="gtk kde"
-
-DEPEND="virtual/libc"
-
-RDEPEND="${DEPEND}
- dev-java/commons-cli
- dev-java/log4j
- kde? ( dev-java/systray4j )
- dev-java/junit
- gtk? ( =x11-libs/gtk+-2* )
- !gtk? ( =x11-libs/openmotif-2.1* )
- >=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 gtk; then
- unpack Azureus_${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_${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
-
- # These are provided by =x11-libs/openmotif-2.1.*
- rm ${S}/libXm.so ${S}/libXm.so.2 ${S}/libXm.so.2.1
- fi
-
- # This is pulled in through dev-java/systray4j
- rm ${S}/libsystray4j.so ${S}/systray4j.jar
-
- cp ${FILESDIR}/${P}-gentoo.sh ${S}/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 id.azureus.dir.file
- doexe *.so
-
- dobin azureus
-
- 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 "Currently, only the swt interface is available (ie, the setting"
- einfo "in ~/.azureus/gentoo.config is ignored). If you want to use"
- einfo "any of the other interfaces, you will need to get a CVS version"
- einfo "of the Azureus2.jar from http://azureus.sourceforge.net/index_CVS.php"
- einfo "and replace ${PROGRAM_DIR}/Azureus2.jar with it. If you do this,"
- einfo "the setting in ~/.azureus/gentoo.config will be properly used, but"
- einfo "you should report all bugs pertaining to the CVS release to the"
- einfo "azureus developers and not Gentoo."
- echo
-}
diff --git a/net-p2p/azureus-bin/azureus-bin-2.0.8.4.ebuild b/net-p2p/azureus-bin/azureus-bin-2.0.8.4.ebuild
deleted file mode 100644
index 6fa9aa1d811a..000000000000
--- a/net-p2p/azureus-bin/azureus-bin-2.0.8.4.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# 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.0.8.4.ebuild,v 1.6 2004/07/01 22:40:01 eradicator Exp $
-
-inherit eutils
-
-DESCRIPTION="Azureus - Java BitTorrent Client"
-HOMEPAGE="http://azureus.sourceforge.net/"
-
-MY_PN=${PN/-bin/}
-MY_DT=20040224
-
-S=${WORKDIR}/${MY_PN}
-SRC_URI="mirror://sourceforge/${MY_PN}/Azureus_${PV}_linux.GTK.tar.bz2
- mirror://sourceforge/${MY_PN}/Azureus_${PV}_linux.Motif.tar.bz2
- mirror://gentoo/seda-${MY_DT}.zip"
-
-RESTRICT="nomirror"
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-
-# Still in progress... trying to get most external classes in through DEPENDs rather than
-KEYWORDS="~x86"
-IUSE="gtk kde"
-
-DEPEND="virtual/libc"
-
-RDEPEND="${DEPEND}
- dev-java/commons-cli
- dev-java/log4j
- kde? ( dev-java/systray4j )
- dev-java/junit
- gtk? ( =x11-libs/gtk+-2* )
- !gtk? ( =x11-libs/openmotif-2.1* )
- >=virtual/jre-1.4
- >=net-libs/linc-1.0.3"
-
-# 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 gtk; then
- unpack Azureus_${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_${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
-
- # These are provided by =x11-libs/openmotif-2.1.*
- rm ${S}/libXm.so ${S}/libXm.so.2 ${S}/libXm.so.2.1
- fi
-
- # This is pulled in through dev-java/systray4j
- rm ${S}/libsystray4j.so ${S}/systray4j.jar
-
- cp ${FILESDIR}/${PN}-2.0.8.0a-gentoo.sh ${S}/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 id.azureus.dir.file
- doexe *.so
-
- 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 "Currently, only the swt interface is available (ie, the setting"
- einfo "in ~/.azureus/gentoo.config is ignored). If you want to use"
- einfo "any of the other interfaces, you will need to get a CVS version"
- einfo "of the Azureus2.jar from http://azureus.sourceforge.net/index_CVS.php"
- einfo "and replace ${PROGRAM_DIR}/Azureus2.jar with it. If you do this,"
- einfo "the setting in ~/.azureus/gentoo.config will be properly used, but"
- einfo "you should report all bugs pertaining to the CVS release to the"
- einfo "azureus developers and not Gentoo."
- echo
-}
diff --git a/net-p2p/azureus-bin/files/digest-azureus-bin-2.0.8.0a b/net-p2p/azureus-bin/files/digest-azureus-bin-2.0.8.0a
deleted file mode 100644
index e003ea881ff7..000000000000
--- a/net-p2p/azureus-bin/files/digest-azureus-bin-2.0.8.0a
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 740c397c3a29e04147b3bef2a50100f3 Azureus_2.0.8.0a_linux.GTK.tar.bz2 3017049
-MD5 f76ee3df5a9807253ae8f53094f985e1 Azureus_2.0.8.0a_linux.Motif.tar.bz2 3927430
-MD5 5f79ac344851884646166d733b5cde8d seda-20040224.zip 755126
diff --git a/net-p2p/azureus-bin/files/digest-azureus-bin-2.0.8.4 b/net-p2p/azureus-bin/files/digest-azureus-bin-2.0.8.4
deleted file mode 100644
index 327875248c22..000000000000
--- a/net-p2p/azureus-bin/files/digest-azureus-bin-2.0.8.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 aee72f151e5239999210970d74c777c9 Azureus_2.0.8.4_linux.GTK.tar.bz2 3165271
-MD5 1f9ed875b2cdd688156dac0943580915 Azureus_2.0.8.4_linux.Motif.tar.bz2 4076408
-MD5 5f79ac344851884646166d733b5cde8d seda-20040224.zip 755126