Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e1a62e67e4e117d30a12fd821298fd6e157ac870)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e1a62e67e4e117d30a12fd821298fd6e157ac870)
  • Date: Sun, 30 May 2010 08:59:34 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
kde4-apps/ktorrent4/CONFLICTS | 3 +++
kde4-apps/ktorrent4/DEPENDS | 7 ++++---
kde4-apps/ktorrent4/DETAILS | 7 ++++---
kde4-apps/ktorrent4/HISTORY | 6 ++++++
kde4-apps/libktorrent/DEPENDS | 4 ++++
kde4-apps/libktorrent/DETAILS | 30 ++++++++++++++++++++++++++++++
kde4-apps/libktorrent/HISTORY | 3 +++
8 files changed, 57 insertions(+), 6 deletions(-)

New commits:
commit e1a62e67e4e117d30a12fd821298fd6e157ac870
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ktorrent4: => 4.0.0

commit c09c6b02e7c3ca689c197de87c768d62905a3cde
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libktorrent-1.0.0 - new spell

diff --git a/ChangeLog b/ChangeLog
index 0ddfee9..64f726f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-05-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * kde4-apps/libktorrent: new spell, previously part of ktorrent
+
2010-05-29 Thomas Orgis <sobukus AT sourcemage.org>
* devel/duma: new spell, memory debugger (electricfence fork)

diff --git a/kde4-apps/ktorrent4/CONFLICTS b/kde4-apps/ktorrent4/CONFLICTS
new file mode 100755
index 0000000..a578f8c
--- /dev/null
+++ b/kde4-apps/ktorrent4/CONFLICTS
@@ -0,0 +1,3 @@
+if ! spell_ok libktorrent;then
+ conflicts $SPELL
+fi
diff --git a/kde4-apps/ktorrent4/DEPENDS b/kde4-apps/ktorrent4/DEPENDS
index 63f5242..2f646cd 100755
--- a/kde4-apps/ktorrent4/DEPENDS
+++ b/kde4-apps/ktorrent4/DEPENDS
@@ -1,5 +1,6 @@
. "$SECTION_DIRECTORY/KDE_DEPENDS" &&
-depends pkgconfig &&
-depends qca2 &&
-depends gmp &&
+depends boost &&
+depends kdepimlibs &&
+depends libktorrent &&
+depends taglibs &&
optional_depends avahi "" "" "to find peers on the local network"
diff --git a/kde4-apps/ktorrent4/DETAILS b/kde4-apps/ktorrent4/DETAILS
index f4a8035..3a3fea0 100755
--- a/kde4-apps/ktorrent4/DETAILS
+++ b/kde4-apps/ktorrent4/DETAILS
@@ -1,9 +1,10 @@
SPELL=ktorrent4
- VERSION=3.3.4
-
SOURCE_HASH=sha512:be2bc23c3cc72d2e2cb7fa77a139c722e19f67c6d9b736ee6db511a4d0d64b8f2422b4933642b37ddf7f9d71f1a9138c2ee661e1d1e0d7aa876662c2ab766400
+ VERSION=4.0.0
+
SOURCE_HASH=sha512:e855170b044a466b96bc4c9ffa7a79fd0aae78beee9cacc705923b54a9b474e03ec7bdad19f35740877525e38818ad854ab765235f2f4f0a214bf13a38a30bd9
+ VX=4.0
SOURCE=${SPELL//4}-${VERSION}.tar.bz2
# SOURCE_URL=$KDE_URL/stable/${VERSION}/src/extragear/$SOURCE
- SOURCE_URL=http://ktorrent.org/downloads/$VERSION/$SOURCE
+ SOURCE_URL=http://ktorrent.org/downloads/$VX/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL//4}-$VERSION
WEB_SITE=http://www.ktorrent.org
ENTERED=20071211
diff --git a/kde4-apps/ktorrent4/HISTORY b/kde4-apps/ktorrent4/HISTORY
index 481e5de..44eefe7 100644
--- a/kde4-apps/ktorrent4/HISTORY
+++ b/kde4-apps/ktorrent4/HISTORY
@@ -1,3 +1,9 @@
+2010-05-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.0.0
+ * DEPENDS: add libktorrent, kdepimlibs, taglibs, boost
+ * CONFLICTS: added
+ old source has been split into two spells
+
2010-02-07 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 3.3.4

diff --git a/kde4-apps/libktorrent/DEPENDS b/kde4-apps/libktorrent/DEPENDS
new file mode 100755
index 0000000..e5fae9e
--- /dev/null
+++ b/kde4-apps/libktorrent/DEPENDS
@@ -0,0 +1,4 @@
+. "$SECTION_DIRECTORY/KDE_DEPENDS" &&
+depends boost &&
+depends qca2 &&
+depends gmp
diff --git a/kde4-apps/libktorrent/DETAILS b/kde4-apps/libktorrent/DETAILS
new file mode 100755
index 0000000..1ed296a
--- /dev/null
+++ b/kde4-apps/libktorrent/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=libktorrent
+ VERSION=1.0.0
+
SOURCE_HASH=sha512:17545327e20be16c07d778252ac7a03b8b811e4fdba11605d7d3258ab84cc7f92a19b242f78876e192763784f2dbb1a25f6b3cb69ebb87f7dab3a82c53cd39f0
+ VX=4.0
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE_URL=http://ktorrent.org/downloads/$VX/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-$VERSION
+ WEB_SITE=http://www.ktorrent.org
+ ENTERED=20071211
+ LICENSE[0]=GPL
+ KEYWORDS="bittorrent library"
+ SHORT="A BitTorrent program for KDE."
+cat << EOF
+a BitTorrent library.
+Its features include:
+
+ * Downloads torrent files
+ * Upload and download speed capping
+ * Internet searching using various search engines, you can even add your own
+ * UDP Trackers
+ * Port forwarding with UPnP
+ * IP blocking plugin
+ * Importing of partially or fully downloaded files
+ * Support for distributed hash tables (mainline version)
+ * Protocol encryption
+ * Bandwith scheduling
+ * Directory scanner to automatically load torrents in certain directories
+ * Trackers can now be added to torrents
+ * File prioritization for multi file torrents
+EOF
diff --git a/kde4-apps/libktorrent/HISTORY b/kde4-apps/libktorrent/HISTORY
new file mode 100644
index 0000000..0501ceb
--- /dev/null
+++ b/kde4-apps/libktorrent/HISTORY
@@ -0,0 +1,3 @@
+2010-05-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.0
+ spell created



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e1a62e67e4e117d30a12fd821298fd6e157ac870), Treeve Jelbert, 05/30/2010

Archive powered by MHonArc 2.6.24.

Top of Page