[SM-Commit] GIT changes to master z-rejected grimoire by Daniel Goller (6f075449006106d2ba47321e704007eb887b6620)

Daniel Goller scm at mail.sourcemage.org
Thu Jun 22 19:16:08 EDT 2006


GIT changes to master z-rejected grimoire by Daniel Goller <morfic at sourcemage.org>:

 z-ftp/azureus-bin/DEPENDS |    2 +-
 z-ftp/azureus-bin/DETAILS |    8 ++++----
 z-ftp/azureus-bin/HISTORY |    5 +++++
 z-ftp/azureus-bin/PREPARE |    1 -
 4 files changed, 10 insertions(+), 6 deletions(-)

New commits:
commit 6f075449006106d2ba47321e704007eb887b6620
Author: Daniel Goller <morfic at sourcemage.org>
Commit: Daniel Goller <morfic at sourcemage.org>

    Modified to allow installing of amd64 version of azureus-bin.
    Removing useless PREPARE, we did nothing with it before and don't use it now.

diff --git a/z-ftp/azureus-bin/DEPENDS b/z-ftp/azureus-bin/DEPENDS
index 6d655e6..5e07431 100755
--- a/z-ftp/azureus-bin/DEPENDS
+++ b/z-ftp/azureus-bin/DEPENDS
@@ -1 +1 @@
-depends	 JAVA
+config_query_list JAVA "Which Java do you want ?" jdk1.5-bin jre1.5-bin
diff --git a/z-ftp/azureus-bin/DETAILS b/z-ftp/azureus-bin/DETAILS
index e9a3479..3dd5e57 100755
--- a/z-ftp/azureus-bin/DETAILS
+++ b/z-ftp/azureus-bin/DETAILS
@@ -1,9 +1,9 @@
            SPELL=azureus-bin
          PKGNAME=Azureus
          VERSION=2.4.0.2
-if  [  "$AZUREUS_BIN_GTK"  ==  "y"  ];  then
-          SOURCE=${PKGNAME}_${VERSION}_linux.tar.bz2
-     SOURCE_HASH=sha512:91f4e3848d9807d8dbc055b8c55b03ff64ff52451d5a10c9b70664126d77f01d035f864b71e49152b13cbeabe8ad75ff2aaa4a0011c7ff1b0a1e82ffe56cf569
+if  [[  "${HOST%%-*}"  ==  'x86_64'  ]];  then
+          SOURCE=${PKGNAME}_${VERSION}_linux-x86_64.tar.bz2
+     SOURCE_HASH=sha512:cdf00b1dcbb3c4377c5063e5829bc2cf0bcbd519c7278f2cd120dd909e06c74e08dd47496453f18d422b95c264fdeb66f552e401cb79d1389165f7fab3c84302
 else
           SOURCE=${PKGNAME}_${VERSION}_linux.tar.bz2
      SOURCE_HASH=sha512:91f4e3848d9807d8dbc055b8c55b03ff64ff52451d5a10c9b70664126d77f01d035f864b71e49152b13cbeabe8ad75ff2aaa4a0011c7ff1b0a1e82ffe56cf569
@@ -14,7 +14,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/azureu
       LICENCE[0]=GPL
         WEB_SITE=http://azureus.sourceforge.net
          ENTERED=20041128
-         UPDATED=20050212
+         UPDATED=20060612
            SHORT="Azureus is a java bittorrent client"
 cat << EOF
 It provides a bittorrent protocol implementation using java language.
diff --git a/z-ftp/azureus-bin/HISTORY b/z-ftp/azureus-bin/HISTORY
index 45b0139..b7a67d9 100644
--- a/z-ftp/azureus-bin/HISTORY
+++ b/z-ftp/azureus-bin/HISTORY
@@ -1,3 +1,8 @@
+2006-06-14 Daniel Goller <morfic at sourcemage.org>
+	* DETAILS: Add logic for x86_64 source
+	* DEPENDS: Change from JAVA to a list of only 1.5 of jdk/jre, avoids issues with older java
+	* PREPARE: Remove since we did nothing with this
+
 2006-03-17 George Sherwood <george at beernabeer.com>
 	* DETAILS: Updated to version 2.4.0.2
 
diff --git a/z-ftp/azureus-bin/PREPARE b/z-ftp/azureus-bin/PREPARE
deleted file mode 100755
index 24ed404..0000000
--- a/z-ftp/azureus-bin/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query  AZUREUS_BIN_GTK  "Build version GTK?"  y



More information about the SM-Commit mailing list