Skip to Content.
Sympa Menu

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

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 (e7ee024c607263b0da269859741dab84ff702ca3)
  • Date: Tue, 3 Nov 2009 08:11:23 -0600

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

dev/null |binary
e-17/e17/DEPENDS | 2 --
e-17/e17/HISTORY | 3 +++
e-17/e17/PRE_BUILD | 4 ++--
e-17/esmart/DEPENDS | 1 -
e-17/esmart/HISTORY | 3 +++
gnome2-libs/librep2/DETAILS | 4 ++--
gnome2-libs/librep2/HISTORY | 3 +++
x11-toolkits/rep-gtk2/DETAILS | 4 ++--
x11-toolkits/rep-gtk2/HISTORY | 3 +++
x11-toolkits/rep-gtk2/rep-gtk-0.18.6.tar.bz2.sig | 0
11 files changed, 18 insertions(+), 9 deletions(-)

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

rep-gtk2: version 0.18.6r2

commit 57391db692247f1c5f21c3c5cdb1ed2ae2aa4d87
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

librep2: version 0.90.2

commit 1cff5beda5502cf9f3e16b12b56e68e01cd42842
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

esmart: removed old epsilon dependency

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

e17: no longer uses cvs nor needs automake-1.9

diff --git a/e-17/e17/DEPENDS b/e-17/e17/DEPENDS
index 464cfae..87e4f31 100755
--- a/e-17/e17/DEPENDS
+++ b/e-17/e17/DEPENDS
@@ -1,5 +1,3 @@
-depends CVS &&
-depends automake-1.9 &&
depends subversion &&
depends e_dbus &&
depends edje &&
diff --git a/e-17/e17/HISTORY b/e-17/e17/HISTORY
index a112ecf..e534173 100644
--- a/e-17/e17/HISTORY
+++ b/e-17/e17/HISTORY
@@ -1,3 +1,6 @@
+2009-11-03 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS,PRE_BUILD: removed old deps on CVS and automake-1.9
+
2008-11-01 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Optionally depend on e17-theme-blingbling
e_dbus is no longer optional, but required
diff --git a/e-17/e17/PRE_BUILD b/e-17/e17/PRE_BUILD
index f69e7eb..9cf4861 100755
--- a/e-17/e17/PRE_BUILD
+++ b/e-17/e17/PRE_BUILD
@@ -5,6 +5,6 @@ cd $SOURCE_DIRECTORY &&
#
find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true &&

-sedit "s/; aclocal/; aclocal-1.9/" autogen.sh &&
-sedit "s/; automake/; automake-1.9/" autogen.sh &&
+#sedit "s/; aclocal/; aclocal-1.9/" autogen.sh &&
+#sedit "s/; automake/; automake-1.9/" autogen.sh &&
NOCONFIGURE=ON ./autogen.sh
diff --git a/e-17/esmart/DEPENDS b/e-17/esmart/DEPENDS
index 52f7837..55425ef 100755
--- a/e-17/esmart/DEPENDS
+++ b/e-17/esmart/DEPENDS
@@ -2,6 +2,5 @@ depends curl &&
depends ecore &&
depends edje &&
depends eina &&
-depends epsilon &&
depends evas &&
depends subversion
diff --git a/e-17/esmart/HISTORY b/e-17/esmart/HISTORY
index e19ba81..2af8c58 100644
--- a/e-17/esmart/HISTORY
+++ b/e-17/esmart/HISTORY
@@ -1,3 +1,6 @@
+2009-11-03 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: removed old epsilon dep
+
2008-10-14 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on eina for data types
* DETAILS: Increment PATCHLEVEL
diff --git a/gnome2-libs/librep2/DETAILS b/gnome2-libs/librep2/DETAILS
index c0fd0ef..145b190 100755
--- a/gnome2-libs/librep2/DETAILS
+++ b/gnome2-libs/librep2/DETAILS
@@ -11,11 +11,11 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-cvs
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.90.0
+ VERSION=0.90.2
SOURCE=librep-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/librep-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/librep/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
SOURCE_HASH=sha512:0b125ce2137bdef71be20da7ae34ee9a61ecedd0ee4f6c8e1afdfec3b490c93f1fdd63b327250f24eff8779f3b6c47d453b9ed40cd04914a7b0712721ec9800d
fi
LICENSE[0]=GPL
WEB_SITE=http://sawfish.wikia.com/wiki/Librep
diff --git a/gnome2-libs/librep2/HISTORY b/gnome2-libs/librep2/HISTORY
index f36948f..07b7610 100644
--- a/gnome2-libs/librep2/HISTORY
+++ b/gnome2-libs/librep2/HISTORY
@@ -1,3 +1,6 @@
+2009-11-03 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 0.90.2 and switched to sha512 hash
+
2009-09-24 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DEPENDS: switch from tetex to texlive [auto]

diff --git a/x11-toolkits/rep-gtk2/DETAILS b/x11-toolkits/rep-gtk2/DETAILS
index ad2339a..2d3726d 100755
--- a/x11-toolkits/rep-gtk2/DETAILS
+++ b/x11-toolkits/rep-gtk2/DETAILS
@@ -11,12 +11,12 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-cvs
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.18.6
+ VERSION=0.18.6r2
BRANCH=`echo ${VERSION}|cut -d . -f 1,2`
SOURCE=rep-gtk-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/rep-gtk-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/rep-gtk/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
SOURCE_HASH=sha512:3aab9bd9b602dad39a3811cdd7ca8abd4e2a274125077fa43f1c0bc818678b7a43ea4cd57c11115fc4b7244ae23df4ed9abca8d84abc3a83f4e55a82a5348969
fi
WEB_SITE=http://sawfish.wikia.com/wiki/Rep-GTK
LICENSE[0]=GPL
diff --git a/x11-toolkits/rep-gtk2/HISTORY b/x11-toolkits/rep-gtk2/HISTORY
index 1e9ac07..874c9dd 100644
--- a/x11-toolkits/rep-gtk2/HISTORY
+++ b/x11-toolkits/rep-gtk2/HISTORY
@@ -1,3 +1,6 @@
+2009-11-03 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 0.18.6r2, switched to sha512 hash
+
2009-07-23 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 0.18.6

diff --git a/x11-toolkits/rep-gtk2/rep-gtk-0.18.6.tar.bz2.sig
b/x11-toolkits/rep-gtk2/rep-gtk-0.18.6.tar.bz2.sig
deleted file mode 100644
index f20b528..0000000
Binary files a/x11-toolkits/rep-gtk2/rep-gtk-0.18.6.tar.bz2.sig and /dev/null
differ



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (e7ee024c607263b0da269859741dab84ff702ca3), Arjan Bouter, 11/03/2009

Archive powered by MHonArc 2.6.24.

Top of Page