Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (5c3f35a3f0c4882448361c5b3406f06cacc8e71f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (5c3f35a3f0c4882448361c5b3406f06cacc8e71f)
  • Date: Sat, 6 Nov 2010 11:36:43 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

gnome2-libs/librep2/DEPENDS | 14 +++++++++-----
gnome2-libs/librep2/DETAILS | 4 ++--
gnome2-libs/librep2/HISTORY | 4 ++++
gnome2-libs/librep2/librep-0.91.0.tar.bz2.sig |binary
windowmanagers/sawfish/DEPENDS | 1 +
windowmanagers/sawfish/DETAILS | 4 ++--
windowmanagers/sawfish/sawfish-1.7.0.1.tar.bz2.sig |binary
x11-toolkits/rep-gtk2/DEPENDS | 7 +++++--
x11-toolkits/rep-gtk2/DETAILS | 4 ++--
x11-toolkits/rep-gtk2/HISTORY | 4 ++++
x11-toolkits/rep-gtk2/rep-gtk-0.90.4.tar.bz2.sig |binary
11 files changed, 29 insertions(+), 13 deletions(-)

New commits:
commit 5c3f35a3f0c4882448361c5b3406f06cacc8e71f
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

sawfish: updated to 1.7.0.1

commit 8e9e3c40239e355f757a06427b62762ad247a976
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

rep-gtk2: updated to 0.90.4

commit 974f7b10a6ae56b4ee2489ca470fae8ab1831f66
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

librep2: updated to 0.91.0

diff --git a/gnome2-libs/librep2/DEPENDS b/gnome2-libs/librep2/DEPENDS
index 8cde8eb..164f808 100755
--- a/gnome2-libs/librep2/DEPENDS
+++ b/gnome2-libs/librep2/DEPENDS
@@ -1,8 +1,12 @@
depends gdbm &&

optional_depends gmp '' '--without-gpm' 'Use GNU mp for bignums?' &&
-optional_depends texlive '' '' 'For documentation' &&
-optional_depends readline \
- "--with-readline" \
- "--without-readline" \
- "Support fancy command input editing"
+optional_depends texlive '' '' 'For documentation' &&
+optional_depends readline \
+ "--with-readline" \
+ "--without-readline" \
+ "Support fancy command input editing" &&
+optional_depends libffi \
+ "--with-ffi" \
+ "--without-ffi" \
+ "Enable ffi support?"
diff --git a/gnome2-libs/librep2/DETAILS b/gnome2-libs/librep2/DETAILS
index 8c6ef1c..b5097db 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.5
+ VERSION=0.91.0
SOURCE=librep-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/librep-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/librep/${SOURCE}
-
SOURCE_HASH=sha512:b077388b4a017d615c41b5588fa1c74d843d1f8895a6b34819fcd355333964f7b2760404cb9c5fe158ededc99bb7f66d63fa46bcf9aacea55c52f5edd0963344
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
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 a397a00..707e717 100644
--- a/gnome2-libs/librep2/HISTORY
+++ b/gnome2-libs/librep2/HISTORY
@@ -1,3 +1,7 @@
+2010-11-06 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: version 0.91.0
+ * DEPENDS: added libffi
+
2010-07-15 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 0.90.5

diff --git a/gnome2-libs/librep2/librep-0.91.0.tar.bz2.sig
b/gnome2-libs/librep2/librep-0.91.0.tar.bz2.sig
new file mode 100644
index 0000000..e827084
Binary files /dev/null and b/gnome2-libs/librep2/librep-0.91.0.tar.bz2.sig
differ
diff --git a/windowmanagers/sawfish/DEPENDS b/windowmanagers/sawfish/DEPENDS
index 4843034..0b40272 100755
--- a/windowmanagers/sawfish/DEPENDS
+++ b/windowmanagers/sawfish/DEPENDS
@@ -27,3 +27,4 @@ optional_depends libxinerama
\
if [ "${SAWFISH_CVS}" = "y" ] ; then
depends SVN
fi
+
diff --git a/windowmanagers/sawfish/DETAILS b/windowmanagers/sawfish/DETAILS
index a9eba46..6e3fcc3 100755
--- a/windowmanagers/sawfish/DETAILS
+++ b/windowmanagers/sawfish/DETAILS
@@ -12,11 +12,11 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/sawfish-cvs
FORCE_DOWNLOAD=on

else
- VERSION=1.6.3.1
+ VERSION=1.7.0.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://download.tuxfamily.org/${SPELL}/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:da091b0e36ec4bfa2af4a17212e2337b7cb740bfe94d26cdae95442f5cacaab91172b602df7a99189a43ad68550c49df73b66f841f6699b70a31a14443662b05
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
WEB_SITE=http://sawfish.wikia.com/wiki/Main_Page
LICENSE[0]=GPL
diff --git a/windowmanagers/sawfish/sawfish-1.7.0.1.tar.bz2.sig
b/windowmanagers/sawfish/sawfish-1.7.0.1.tar.bz2.sig
new file mode 100644
index 0000000..1735b99
Binary files /dev/null and
b/windowmanagers/sawfish/sawfish-1.7.0.1.tar.bz2.sig differ
diff --git a/x11-toolkits/rep-gtk2/DEPENDS b/x11-toolkits/rep-gtk2/DEPENDS
index a73b904..f6fac85 100755
--- a/x11-toolkits/rep-gtk2/DEPENDS
+++ b/x11-toolkits/rep-gtk2/DEPENDS
@@ -1,2 +1,5 @@
-depends librep2 &&
-depends glib2
+depends librep2 &&
+depends glib2 &&
+depends gtk+2 &&
+depends gdk-pixbuf2 &&
+depends cairo
diff --git a/x11-toolkits/rep-gtk2/DETAILS b/x11-toolkits/rep-gtk2/DETAILS
index a2ab3db..44369be 100755
--- a/x11-toolkits/rep-gtk2/DETAILS
+++ b/x11-toolkits/rep-gtk2/DETAILS
@@ -1,10 +1,10 @@
SPELL=rep-gtk2
- VERSION=0.90.2
+ VERSION=0.90.4
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_HASH=sha512:6a0a34483d7d1e2f766403fcfaf653620ca55b227e483bd8c6f4ea5bcf77372dd832f340a1caa21a7295ebd958750ed88f3bf435357940ae41a789763a64863f
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
WEB_SITE=http://sawfish.wikia.com/wiki/Rep-GTK
LICENSE[0]=GPL
ENTERED=20020510
diff --git a/x11-toolkits/rep-gtk2/HISTORY b/x11-toolkits/rep-gtk2/HISTORY
index 1926453..035c58d 100644
--- a/x11-toolkits/rep-gtk2/HISTORY
+++ b/x11-toolkits/rep-gtk2/HISTORY
@@ -1,3 +1,7 @@
+2010-11-06 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.90.4
+ * DEPENDS: added gtk+2, gdk-pixbuf2, cairo
+
2010-07-15 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 0.90.2
* PRE_BUILD: removed, no longer needed
diff --git a/x11-toolkits/rep-gtk2/rep-gtk-0.90.4.tar.bz2.sig
b/x11-toolkits/rep-gtk2/rep-gtk-0.90.4.tar.bz2.sig
new file mode 100644
index 0000000..0ece6a0
Binary files /dev/null and b/x11-toolkits/rep-gtk2/rep-gtk-0.90.4.tar.bz2.sig
differ




Archive powered by MHonArc 2.6.24.

Top of Page