Skip to Content.
Sympa Menu

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

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 (b7c77162e42ab03e04f00391a6ea405bba89463f)
  • Date: Thu, 9 Sep 2010 07:47:45 -0500

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

devel/swig/DETAILS | 4 ++--
devel/swig/HISTORY | 3 +++
libs/libical/BUILD | 1 +
libs/libical/DEPENDS | 19 ++++---------------
libs/libical/DETAILS | 4 ++--
libs/libical/HISTORY | 6 ++++++
xorg-driver/xf86-input-mouse/DETAILS | 4 ++--
xorg-driver/xf86-input-mouse/HISTORY | 3 +++
8 files changed, 23 insertions(+), 21 deletions(-)

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

xf86-input-mouse: => 1.6.0

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

libical: => 0.46

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

swig: => 2.0.0

diff --git a/devel/swig/DETAILS b/devel/swig/DETAILS
index 03bccfa..cc70cbe 100755
--- a/devel/swig/DETAILS
+++ b/devel/swig/DETAILS
@@ -1,6 +1,6 @@
SPELL=swig
- VERSION=1.3.40
-
SOURCE_HASH=sha512:bd959d29cf2d61d12dd2c5764bbd11d8fb045827267f8633ab99515175e675554c709f43a8334ce74d77e71e737118962bc5ce8fd09d3b87070ecab1133cc9d7
+ VERSION=2.0.0
+
SOURCE_HASH=sha512:6ba2a0d9b2642d8f756860863606ecf6fc49898ebda5cdf12219890c90c7c90481a356a1819fb716d04b7914c0a4a1f92237c04fcd3cd806297968b4122ba380
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/devel/swig/HISTORY b/devel/swig/HISTORY
index 9a6afc6..db96384 100644
--- a/devel/swig/HISTORY
+++ b/devel/swig/HISTORY
@@ -1,3 +1,6 @@
+2010-09-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.0
+
2010-02-25 Remko van der Vossen <wich AT sourcemage.org>
* DEPENDS: updated ruby dependency to RUBY provider

diff --git a/libs/libical/BUILD b/libs/libical/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/libs/libical/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/libs/libical/DEPENDS b/libs/libical/DEPENDS
index 9426904..e6d215b 100755
--- a/libs/libical/DEPENDS
+++ b/libs/libical/DEPENDS
@@ -1,15 +1,4 @@
-optional_depends 'g++' \
- '--enable-cxx' \
- '--disable-cxx' \
- 'for C++ bindings' &&
-
-optional_depends 'JDK' \
- '--enable-java' \
- '--disable-java' \
- 'for Java bindings' \
- 'z-rejected' &&
-
-optional_depends 'python' \
- '--enable-python' \
- '--disable-python' \
- 'for Python bindings'
+depends cmake &&
+optional_depends g++ '' '' 'for C++ bindings' &&
+optional_depends JDK '' '' 'for Java bindings' &&
+optional_depends python '' '' 'for Python bindings'
diff --git a/libs/libical/DETAILS b/libs/libical/DETAILS
index 4c06653..ce0f69c 100755
--- a/libs/libical/DETAILS
+++ b/libs/libical/DETAILS
@@ -1,6 +1,6 @@
SPELL=libical
- VERSION=0.44
-
SOURCE_HASH=sha512:723481731a0a6ea9cf2b6723cebbb1d62397570615cdc91d51acfb3bb77195b426da12ebc6c91ac67d320fdc2414734314787aaebb97aad70b8442c6889e98e4
+ VERSION=0.46
+
SOURCE_HASH=sha512:f9941ee93fb8b5990e9bcf13269434cf9b00e7a8cc670152e51eb77da86e5fcaeeb379339ce6eadb0f079c06cea94a0e64444fa988dc687e722b4663f696178d
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/freeassociation/$SOURCE
diff --git a/libs/libical/HISTORY b/libs/libical/HISTORY
index 6fcb45c..197036c 100644
--- a/libs/libical/HISTORY
+++ b/libs/libical/HISTORY
@@ -1,3 +1,9 @@
+2010-09-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.46
+ * DEPENDS: add cmake
+ * BUILD: added, for cmake_build
+ note: the autoconf system does not work
+
2009-11-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.44

diff --git a/xorg-driver/xf86-input-mouse/DETAILS
b/xorg-driver/xf86-input-mouse/DETAILS
index 70ffb23..0321201 100755
--- a/xorg-driver/xf86-input-mouse/DETAILS
+++ b/xorg-driver/xf86-input-mouse/DETAILS
@@ -1,7 +1,7 @@
SPELL=xf86-input-mouse
PKG=xf86-input-mouse
- VERSION=1.5.0
-
SOURCE_HASH=sha512:d6ee9af3aead98223d8d59c15a1b1a7144d5f5b89804da73afc273c1757aa2157c394f18dfd08af7c1e5078596c339fbe44ce427da5f3ec26f47fcb272e63646
+ VERSION=1.6.0
+
SOURCE_HASH=sha512:0ff108f875b619d27c99a380c41a641b162cc114a6e70dcc2e0fbbaaad2b1d8572b576b4c2ebeb5e2a85df6dd8e8aba18784c8ab4fee976e20325dc3f3d398ce
SOURCE=${PKG}-${VERSION}.tar.bz2

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/driver/${SOURCE}
# SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
diff --git a/xorg-driver/xf86-input-mouse/HISTORY
b/xorg-driver/xf86-input-mouse/HISTORY
index f39fb0c..4dfefa8 100644
--- a/xorg-driver/xf86-input-mouse/HISTORY
+++ b/xorg-driver/xf86-input-mouse/HISTORY
@@ -1,3 +1,6 @@
+2010-09-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.6.0
+
2009-10-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.5.0




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b7c77162e42ab03e04f00391a6ea405bba89463f), Treeve Jelbert, 09/09/2010

Archive powered by MHonArc 2.6.24.

Top of Page