Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (9a0034f55c658e8f190f8f8267f42bf36bc30fa2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (9a0034f55c658e8f190f8f8267f42bf36bc30fa2)
  • Date: Mon, 15 Mar 2010 11:50:44 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 3 ---
ftp-libs/libtorrent-rasterbar/DEPENDS | 6 ------
ftp-libs/libtorrent-rasterbar/DETAILS | 15 ---------------
ftp-libs/libtorrent-rasterbar/HISTORY | 3 ---
ftp/lince/DEPENDS | 2 +-
ftp/lince/DETAILS | 4 ++--
ftp/lince/HISTORY | 4 ++++
7 files changed, 7 insertions(+), 30 deletions(-)

New commits:
commit 192e6d25a6ac5ddadbea1e6bd7e01492c005c157
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

lince: depends on rb-libtorrent, version 1.2

commit 7f3f9dfebb230df6bd59fcee26971ca0da5f92a6
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

Revert "libtorrent-rasterbar: new spell, yet another libtorrent, used by
lince"

This reverts commit 6305e2aa38556aba82fe6dc9e7e013199da369da.

diff --git a/ChangeLog b/ChangeLog
index 3ea5e07..5acd00a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,3 @@
-2010-03-15 Arjan Bouter <abouter AT sourcemage.org>
- * ftb-libs/libtorrent-rasterbar: new spell, yet another libtorrent,
needed for lince
-
2010-03-13 Sukneet Saini <sukneet AT sourcemage.org>
* ftp/axel: new spell, a light download accelerater
* wm-addons/tabbed: new spell, a generic tabbed frontend
diff --git a/ftp-libs/libtorrent-rasterbar/DEPENDS
b/ftp-libs/libtorrent-rasterbar/DEPENDS
deleted file mode 100755
index 95edfdc..0000000
--- a/ftp-libs/libtorrent-rasterbar/DEPENDS
+++ /dev/null
@@ -1,6 +0,0 @@
-depends boost &&
-sub_depends boost PROGRAM_OPTIONS &&
-sub_depends boost REGEX &&
-sub_depends boost FILESYSTEM &&
-sub_depends boost THREAD &&
-sub_depends boost SYSTEM
diff --git a/ftp-libs/libtorrent-rasterbar/DETAILS
b/ftp-libs/libtorrent-rasterbar/DETAILS
deleted file mode 100755
index 3927e03..0000000
--- a/ftp-libs/libtorrent-rasterbar/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=libtorrent-rasterbar
- VERSION=0.14.7
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=${SOURCEFORGE_URL}/libtorrent/${SOURCE}
-
SOURCE_HASH=sha512:6d4657f1a9ea64ee34d9f52c668a8cf9392d457e02ff9a63c6d29df35520ffa75d0f7aeb4a718ac6df9ff9db3ebde79f939486164195b77e82e3bc654441679c
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://www.rasterbar.com/products/libtorrent/index.html";
- LICENSE[0]=GPL
- ENTERED=20100315
- SHORT="the other libtorrent"
-cat << EOF
-libtorrent is a C++ library that aims to be a good alternative
-to all the other bittorrent implementations around.
-It is a library and not a full featured client.
-EOF
diff --git a/ftp-libs/libtorrent-rasterbar/HISTORY
b/ftp-libs/libtorrent-rasterbar/HISTORY
deleted file mode 100644
index d536e15..0000000
--- a/ftp-libs/libtorrent-rasterbar/HISTORY
+++ /dev/null
@@ -1,3 +0,0 @@
-2010-03-15 Arjan Bouter <abouter AT sourcemage.org>
- * DETAILS, DEPENDS: spell created
-
diff --git a/ftp/lince/DEPENDS b/ftp/lince/DEPENDS
index b762cde..de5c5b8 100755
--- a/ftp/lince/DEPENDS
+++ b/ftp/lince/DEPENDS
@@ -1,4 +1,4 @@
-depends libtorrent-rasterbar &&
+depends rb-libtorrent &&
depends gtkmm2 &&
optional_depends dbus \
"--with-dbus" \
diff --git a/ftp/lince/DETAILS b/ftp/lince/DETAILS
index e4ad5f3..12c306d 100755
--- a/ftp/lince/DETAILS
+++ b/ftp/lince/DETAILS
@@ -1,8 +1,8 @@
SPELL=lince
- VERSION=1.1
+ VERSION=1.2
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=${SOURCEFORGE_URL}/lincetorrent/${SOURCE}
-
SOURCE_HASH=sha512:197a7b6c28df10c6f3151ff6ceb0a04ddc0d42ea8c22d3c9bfc2d26f2a79253f52e1d509fc3d88ae91ce3aa9af525c59400729ffca21e734252148377f5144e2
+
SOURCE_HASH=sha512:2c64c84a6fba6b9e860b8e19dd9e4b4cf1cee06608a2e4877db4b1dc356158ddf4ff572e7252effe3eecbbd00fd2b7f73c73753c951f711f50ba71ac5b59c4a4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://lincetorrent.sf.net";
LICENSE[0]=GPL
diff --git a/ftp/lince/HISTORY b/ftp/lince/HISTORY
index 3d6d074..d0cbb35 100644
--- a/ftp/lince/HISTORY
+++ b/ftp/lince/HISTORY
@@ -1,3 +1,7 @@
+2010-03-15 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: depends on rb-libtorrent
+ * DETAILS: version 1.2
+
2009-11-27 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS, DETAILS: spell created





Archive powered by MHonArc 2.6.24.

Top of Page