Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (831cbea25353457d050e55d061d365c88958a84f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mathieu Lonjaret <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (831cbea25353457d050e55d061d365c88958a84f)
  • Date: Mon, 17 Jul 2006 19:37:06 -0500

GIT changes to master grimoire by Mathieu Lonjaret <lejatorn AT sourcemage.org>:

ftp/bittorrent/BUILD | 4 ----
ftp/bittorrent/DEPENDS | 16 ++++++++++++----
ftp/bittorrent/DETAILS | 4 ++--
ftp/bittorrent/HISTORY | 7 +++++++
4 files changed, 21 insertions(+), 10 deletions(-)

New commits:
commit 831cbea25353457d050e55d061d365c88958a84f
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>

bittorrent: 4.20.4 version, some depends fixing. still wip.

diff --git a/ftp/bittorrent/BUILD b/ftp/bittorrent/BUILD
index 856d561..27ba77d 100755
--- a/ftp/bittorrent/BUILD
+++ b/ftp/bittorrent/BUILD
@@ -1,5 +1 @@
-if echo $OPTS | grep -q -- "--disable-gui"; then
- sedit 's/"btdownloadgui.py",//' setup.py &&
- sedit 's/"btmaketorrentgui.py",//' setup.py
-fi &&
true
diff --git a/ftp/bittorrent/DEPENDS b/ftp/bittorrent/DEPENDS
index dcda85b..d8d5e1f 100755
--- a/ftp/bittorrent/DEPENDS
+++ b/ftp/bittorrent/DEPENDS
@@ -1,6 +1,14 @@
-depends python &&
+depends twisted &&
+depends pycrypto &&

-optional_depends pygtk2 \
- "" \
- "--disable-gui" \
+optional_depends wxpython \
+ "" \
+ "" \
"for gui versions of the BitTorrent tools"
+
+#not sure if it's still needed, need to be tested as soon as wxpython
+#casts
+#optional_depends pygtk2 \
+# "" \
+# "--disable-gui" \
+# "for gui versions of the BitTorrent tools"
diff --git a/ftp/bittorrent/DETAILS b/ftp/bittorrent/DETAILS
index bcfbbff..878e7a4 100755
--- a/ftp/bittorrent/DETAILS
+++ b/ftp/bittorrent/DETAILS
@@ -1,9 +1,9 @@
SPELL=bittorrent
- VERSION=4.20.2
+ VERSION=4.20.4
SOURCE=BitTorrent-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/BitTorrent-${VERSION}
SOURCE_URL[0]=http://www.bittorrent.com/dl/$SOURCE
-
SOURCE_HASH=sha512:ffd507ffcbb558aa7ba7d8f3152bce289269f8c9f36cae245dd95bcf7f51dcd33d27101bdac67b1406c0d80ba600337ab3189eab7efe8711122787d92e51427d
+
SOURCE_HASH=sha512:24136a6fb733f4b7ea46a34b740e2aedd78d6d91be76e983700dd8bbcb2a06f26b069eaf88ddf2b48c5444a867fadea2924d5f719f58cee756c9d1dff0412bc8
WEB_SITE=http://www.bittorrent.com
ENTERED=20030410
UPDATED=20041206
diff --git a/ftp/bittorrent/HISTORY b/ftp/bittorrent/HISTORY
index ccd0673..23c9e3c 100644
--- a/ftp/bittorrent/HISTORY
+++ b/ftp/bittorrent/HISTORY
@@ -1,3 +1,10 @@
+2006-07-18 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * DETAILS: update to 4.20.4
+ * BUILD: btdownloadgui.py and btmaketorrentgui.py don't exist
+ * anymore.
+ * DEPENDS: added twisted, pycrypto. wxpython as an opt dep. pygtk2
+ * may not be needed anymore (WIP).
+
2006-07-01 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* DETAILS: Updated to 4.20.2




  • [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (831cbea25353457d050e55d061d365c88958a84f), Mathieu Lonjaret, 07/17/2006

Archive powered by MHonArc 2.6.24.

Top of Page