Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Daniel Goller <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Daniel Goller (6f075449006106d2ba47321e704007eb887b6620)
  • Date: Thu, 22 Jun 2006 18:16:08 -0500

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




Archive powered by MHonArc 2.6.24.

Top of Page