Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Puppet_Master (4819fd7c12827c0e3e07d6046238b01571337ffe)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Puppet_Master <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Puppet_Master (4819fd7c12827c0e3e07d6046238b01571337ffe)
  • Date: Fri, 22 Jun 2007 02:11:13 -0500

GIT changes to master grimoire by Puppet_Master <puppetmaster.e17 AT gmail.com>:

ftp/deluge/DEPENDS | 9 +++++----
ftp/deluge/DETAILS | 9 +++++++--
ftp/deluge/HISTORY | 3 +++
3 files changed, 15 insertions(+), 6 deletions(-)

New commits:
commit 4819fd7c12827c0e3e07d6046238b01571337ffe
Author: Philippe Caseiro <puppet_master AT else-projects.org>
Commit: Puppet_Master <puppetmaster.e17 AT gmail.com>

Updating HISTORY file

commit 946a335474334eab563956e937aa361483437a2e
Author: Philippe Caseiro <puppet_master AT else-projects.org>
Commit: Puppet_Master <puppetmaster.e17 AT gmail.com>

Breaking description to resonable lines
Adding libtorrent to DEPENDS file

diff --git a/ftp/deluge/DEPENDS b/ftp/deluge/DEPENDS
index 7b79db5..9c51ba1 100755
--- a/ftp/deluge/DEPENDS
+++ b/ftp/deluge/DEPENDS
@@ -1,8 +1,9 @@
-depends pygtk2 &&
-depends boost &&
+depends pygtk2 &&
+depends boost &&
sub_depends boost THREAD &&
sub_depends boost FILESYSTEM &&
sub_depends boost DATE_TIME &&
-depends openssl &&
-depends pyxdg &&
+depends libtorrent &&
+depends openssl &&
+depends pyxdg &&
depends zlib
diff --git a/ftp/deluge/DETAILS b/ftp/deluge/DETAILS
index 4ab125d..95c98e3 100755
--- a/ftp/deluge/DETAILS
+++ b/ftp/deluge/DETAILS
@@ -11,6 +11,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
DOCS="ChangeLog COPYING README UPGRADING"
SHORT="A GTK+2 based bittorrent client"
cat << EOF
-From Wikipedia :
-"Deluge is a BitTorrent client, created using Python and GTK+ (through
PyGTK). Deluge is currently usable on Linux, BSD, and other *NIX operating
systems. It is intended to bring a native, full-featured client to GTK
desktop environments such as GNOME and XFCE. An official Windows port is also
in development. The program uses the libtorrent C++ library. Up through the
0.4 branch, this was done through the python-libtorrent bindings for Python.
In 0.5, the python-libtorrent bindings were merged into the main client as
the deluge_core extension. In future releases, it is likely the official
Python bindings for libtorrent will be used."
+Deluge is a BitTorrent client, created using Python and GTK+ (through PyGTK).
+Deluge is currently usable on Linux, BSD, and other *NIX operating systems.
+It is intended to bring a native, full-featured client to GTK desktop
environments
+such as GNOME and XFCE. The program uses the libtorrent C++ library.
+Up through the 0.4 branch, this was done through the python-libtorrent
bindings for Python.
+In 0.5, the python-libtorrent bindings were merged into the main client as
the deluge_core extension.
+In future releases, it is likely the official Python bindings for libtorrent
will be used."
EOF
diff --git a/ftp/deluge/HISTORY b/ftp/deluge/HISTORY
index f539dfb..de991cd 100644
--- a/ftp/deluge/HISTORY
+++ b/ftp/deluge/HISTORY
@@ -1,2 +1,5 @@
2007-06-21 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * DEPENDS: Adding libtorrent
+
+2007-06-21 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DETAILS, DEPENDS, HISTORY, BUILD, INSTALL: created spell




Archive powered by MHonArc 2.6.24.

Top of Page