diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2006-02-11 17:45:09 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2006-02-11 17:45:09 +0000 |
commit | 143b8f7afa0d09b5d62ee09803fdc3f542753b76 (patch) | |
tree | c73e277bad8c2bee86b1b62169eeb99bd13d5563 /net-p2p/azureus-bin/files | |
parent | Version bumped. (diff) | |
download | gentoo-2-143b8f7afa0d09b5d62ee09803fdc3f542753b76.tar.gz gentoo-2-143b8f7afa0d09b5d62ee09803fdc3f542753b76.tar.bz2 gentoo-2-143b8f7afa0d09b5d62ee09803fdc3f542753b76.zip |
Removed old version and old files.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-p2p/azureus-bin/files')
-rw-r--r-- | net-p2p/azureus-bin/files/azureus-bin-2.0.8.0a-gentoo.sh | 65 | ||||
-rw-r--r-- | net-p2p/azureus-bin/files/azureus-bin-Makefile.patch | 11 | ||||
-rw-r--r-- | net-p2p/azureus-bin/files/digest-azureus-bin-2.1.0.4 | 4 |
3 files changed, 0 insertions, 80 deletions
diff --git a/net-p2p/azureus-bin/files/azureus-bin-2.0.8.0a-gentoo.sh b/net-p2p/azureus-bin/files/azureus-bin-2.0.8.0a-gentoo.sh deleted file mode 100644 index 70096adefcd2..000000000000 --- a/net-p2p/azureus-bin/files/azureus-bin-2.0.8.0a-gentoo.sh +++ /dev/null @@ -1,65 +0,0 @@ -#!/bin/sh - -PROGRAM_DIR=##PROGRAM_DIR## # directory where all the files were extracted - -AZ_CONFIG="${HOME}/.Azureus/gentoo.config" -if [ -f ~/.Azureus/gentoo.config ]; then - . ~/.Azureus/gentoo.config -else - if [ ! -e ~/.Azureus ]; then - mkdir ~/.Azureus - echo "Creating ~/.Azureus..." - fi - - # Setup defaults - UI_OPTIONS="--ui=swt" - - # Create the config file - cat > ${AZ_CONFIG} <<END -# User Interface options: -# web - web based -# web2 - web based -# console - console based -# swt - swt (GUI) based -# -# When selecting just 1, use '--ui=<ui>' -# When selecting multiple, use '--uis=<ui>,<ui>' -UI_OPTIONS="--ui=swt" -END - -fi - -MSG0="ERROR:\nYou must edit this script and change PROGRAM_DIR to point to where you installed Azureus" -MSG1="Attempting to start Azureus..." - -AZDIR=./ -if [ ! -e id.azureus.dir.file ]; then - AZDIR=$PROGRAM_DIR - if [ ! -d $AZDIR ]; then - echo $MSG0 >&2 - exit -1 - fi -fi - -cd ${AZDIR} -echo $MSG1 - -# This should work as long as your classpath is setup right... -#JARS=`ls *.jar | grep -v Azureus2` -#for FILE in $JARS; do CLASSPATH="${FILE}:${CLASSPATH}"; done -#java -cp $CLASSPATH -Djava.library.path="/usr/lib:${AZDIR}" -jar Azureus2.jar ${UI_OPTIONS} "$1" - -# Try this if the above doesn't work -for FILE in *.jar; do CLASSPATH="${FILE}:${CLASSPATH}"; done -java -cp $CLASSPATH -Djava.library.path="${AZDIR}" org.gudy.azureus2.ui.swt.Main "$1" - -if [ $? -ne 0 ]; then - echo "If you recieved an error about a missing java class, you need to setup" - echo "your classpath correctly." - echo "This should do the trick (as root):" - echo "java-config --add-system-classpath=junit,log4j,commons-cli,systray4j" - echo "env-update && source /etc/profile" - echo - echo "Currently, your classpath (including azureus additions) is:" - echo "${CLASSPATH}" -fi diff --git a/net-p2p/azureus-bin/files/azureus-bin-Makefile.patch b/net-p2p/azureus-bin/files/azureus-bin-Makefile.patch deleted file mode 100644 index 9905e96cb165..000000000000 --- a/net-p2p/azureus-bin/files/azureus-bin-Makefile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- azureus/systray4jdaemon/Makefile.orig 2003-05-05 15:27:55.000000000 -0500 -+++ azureus/systray4jdaemon/Makefile 2004-02-22 21:15:14.944061448 -0600 -@@ -1,6 +1,6 @@ - # change the following lines according to your distribution --QT3_PATH = /usr/lib/qt3 --KDE3_PATH = /opt/kde3 -+QT3_PATH = $(QTDIR) -+KDE3_PATH = $(KDEDIR) - - CPPFLAGS = -DQT_THREAD_SUPPORT -I $(QT3_PATH)/include -I $(KDE3_PATH)/include - diff --git a/net-p2p/azureus-bin/files/digest-azureus-bin-2.1.0.4 b/net-p2p/azureus-bin/files/digest-azureus-bin-2.1.0.4 deleted file mode 100644 index d646324d88b8..000000000000 --- a/net-p2p/azureus-bin/files/digest-azureus-bin-2.1.0.4 +++ /dev/null @@ -1,4 +0,0 @@ -MD5 60d77db6a625e9ec224bc331c3a8b22e Azureus_2.1.0.4_linux.GTK.tar.bz2 4464861 -MD5 41485850803235854fbb70d848360f10 Azureus_2.1.0.4_linux.Motif.tar.bz2 5360591 -MD5 5f79ac344851884646166d733b5cde8d seda-20040224.zip 755126 -MD5 f1cef6b173d8a46c5f349b8078e361d0 swt-3.0-linux-gtk-amd64.zip 2257514 |