Skip to Content.
Sympa Menu

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

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 (1a3e5372c5cefd454925b10ef2f9efdfeac76348)
  • Date: Tue, 15 Dec 2009 14:35:38 -0600

GIT changes to master grimoire by Puppet_Master <puppetmaster AT sourcemage.org>:

ftp/deluge/DEPENDS | 9 ++++++++-
ftp/deluge/HISTORY | 2 +-
2 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit c7154b5cc5016187b373d407dfca00fb4862b7c2
Author: Philippe Caseiro <puppetmaster AT sourcemage.org>
Commit: Puppet_Master <puppetmaster AT sourcemage.org>

deluge : rb-libtorrent with python bindings is now a dep
no more included on deluge code

diff --git a/ftp/deluge/DEPENDS b/ftp/deluge/DEPENDS
index 51a6321..fb1b1d3 100755
--- a/ftp/deluge/DEPENDS
+++ b/ftp/deluge/DEPENDS
@@ -8,6 +8,12 @@ depends boost &&
depends twisted &&
depends setuptools &&
depends chardet &&
+depends rb-libtorrent &&
+
+optional_depends mako \
+ '' \
+ '' \
+ 'for deluge-web support' &&

local boost_ver=$(installed_version boost) &&
if [[ "$(echo $boost_ver | sed -e 's:_::g')" -lt 1341 ]]; then
@@ -15,6 +21,7 @@ if [[ "$(echo $boost_ver | sed -e 's:_::g')" -lt 1341 ]];
then
force_depends boost
fi &&

+sub_depends rb-libtorrent PYTHON &&
sub_depends boost THREAD &&
sub_depends boost FILESYSTEM &&
-sub_depends boost DATE_TIME
+sub_depends boost DATE_TIME
diff --git a/ftp/deluge/HISTORY b/ftp/deluge/HISTORY
index 610d337..9ca02ad 100644
--- a/ftp/deluge/HISTORY
+++ b/ftp/deluge/HISTORY
@@ -1,6 +1,6 @@
2009-12-15 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DETAILS: updated version to 1.2.0_rc4
- * DEPENDS: twisted, chardet
+ * DEPENDS: twisted, chardet, rb-libtorrent with python bindings

2008-10-31 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DETAILS: update to 1.0.4



  • [SM-Commit] GIT changes to master grimoire by Puppet_Master (1a3e5372c5cefd454925b10ef2f9efdfeac76348), Puppet_Master, 12/15/2009

Archive powered by MHonArc 2.6.24.

Top of Page