[SM-Commit] GIT changes to master grimoire by Ismael Luceno (f598945c5eb356f6a2fc745a494392dc4ae78371)

Ismael Luceno scm at sourcemage.org
Mon Mar 12 02:39:05 EDT 2012


GIT changes to master grimoire by Ismael Luceno <ismael at sourcemage.org>:

 dev/null                             |binary
 devel/meld/DETAILS                   |    6 +++---
 devel/meld/HISTORY                   |    3 +++
 devel/meld/meld-1.4.0.tar.bz2.sig    |    0 
 science/gerbv/BUILD                  |    2 +-
 science/gerbv/CONFIGURE              |    6 ++++++
 science/gerbv/DEPENDS                |    5 +++--
 science/gerbv/DETAILS                |    5 ++---
 science/gerbv/HISTORY                |    5 +++++
 science/gerbv/gerbv-1.0.2.tar.gz.sig |    0 
 10 files changed, 23 insertions(+), 9 deletions(-)

New commits:
commit f598945c5eb356f6a2fc745a494392dc4ae78371
Author: Sven Lemke <catnip at web.de>
Commit: Ismael Luceno <ismael at sourcemage.org>

    gerbv: update spell to 2.6.0
    
    Also added the dependency on cairo and some options.
    
    Signed-off-by: Ismael Luceno <ismael at sourcemage.org>

commit 72129e25e3da0f36511f66560526502f843d14a0
Author: Sven Lemke <catnip at web.de>
Commit: Ismael Luceno <ismael at sourcemage.org>

    meld: updated spell to 1.5.3
    
    Signed-off-by: Ismael Luceno <ismael at sourcemage.org>

diff --git a/devel/meld/DETAILS b/devel/meld/DETAILS
index 134c73e..d613e83 100755
--- a/devel/meld/DETAILS
+++ b/devel/meld/DETAILS
@@ -1,10 +1,10 @@
            SPELL=meld
-         VERSION=1.4.0
+         VERSION=1.5.3
           BRANCH=$(echo $VERSION|cut -d. -f1,2)
-          SOURCE=$SPELL-$VERSION.tar.bz2
+          SOURCE=$SPELL-$VERSION.tar.xz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
-      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
+     SOURCE_HASH=sha512:12e8600418e87786e6e932949addf02d9ae56c08efbb7dccec63df6146eda8ba8eb3224fb3a7caef8c3ed6b79879d22fd10816cd4f7b903fb00d8ecc8bc292eb
       LICENSE[0]=GPL
         KEYWORDS="gnome devel"
         WEB_SITE=http://meld.sourceforge.net/
diff --git a/devel/meld/HISTORY b/devel/meld/HISTORY
index cda8601..d3c1652 100644
--- a/devel/meld/HISTORY
+++ b/devel/meld/HISTORY
@@ -1,3 +1,6 @@
+2012-03-04 Sven Lemke <catnip at web.de>
+	* DETAILS: updated spell to 1.5.3
+
 2010-10-14 Eric Sandall <sandalle at sourcemage.org>
 	* DEPENDS: Depends on rarian (for scrollkeeper support)
 
diff --git a/devel/meld/meld-1.4.0.tar.bz2.sig b/devel/meld/meld-1.4.0.tar.bz2.sig
deleted file mode 100644
index d3405a2..0000000
Binary files a/devel/meld/meld-1.4.0.tar.bz2.sig and /dev/null differ
diff --git a/science/gerbv/BUILD b/science/gerbv/BUILD
index 5795044..bdc17b3 100755
--- a/science/gerbv/BUILD
+++ b/science/gerbv/BUILD
@@ -1,3 +1,3 @@
-OPTS="${OPTS} ${GERBV_METRIC}"  &&
+OPTS="${OPTS} ${GERBV_METRIC} ${GERBV_DEBUG} ${GERBV_EFENCE}" &&
 
 default_build
diff --git a/science/gerbv/CONFIGURE b/science/gerbv/CONFIGURE
index 7c850de..fa361c2 100755
--- a/science/gerbv/CONFIGURE
+++ b/science/gerbv/CONFIGURE
@@ -1,2 +1,8 @@
 config_query_option GERBV_METRIC "Use metric instead of english units?" n  \
                     "--enable-unit-mm" ""                                  
+
+config_query_option GERBV_DEBUG "Output lots of debug spew while running?" n  \
+                    "--enable-debug" ""
+
+config_query_option GERBV_EFENCE "Link with ElectricFence for malloc debugging?" n  \
+                    "--enable-efence" ""
diff --git a/science/gerbv/DEPENDS b/science/gerbv/DEPENDS
index 3008b46..98a15dd 100755
--- a/science/gerbv/DEPENDS
+++ b/science/gerbv/DEPENDS
@@ -1,8 +1,9 @@
 depends pkgconfig              &&
-depends gtk+2 "--enable-gtk2"  &&
+depends gtk+2                  &&
 depends glib2                  &&
 depends pango                  &&
 depends fontconfig             &&
 depends freetype2              &&
 depends atk                    &&
-depends libpng      
+depends libpng                 &&
+depends cairo
diff --git a/science/gerbv/DETAILS b/science/gerbv/DETAILS
index 8ca31da..3e40fdf 100755
--- a/science/gerbv/DETAILS
+++ b/science/gerbv/DETAILS
@@ -1,12 +1,11 @@
            SPELL=gerbv
-         VERSION=1.0.2
+         VERSION=2.6.0
           SOURCE=${SPELL}-${VERSION}.tar.gz
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
    SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
    SOURCE_URL[1]=http://geda.seul.org/dist/${SOURCE}
-      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+     SOURCE_HASH=sha512:a2d7601b44c8ed16a89d18713f451c0298bee65e2ea76b87e3d9d573af63d3b57758cb7cfcfb2177a22aecc7d9fdaaca3d369ea051446651af4dc542065a4377
       LICENSE[0]=GPL
-     GCC_VERSION=3.4
         WEB_SITE=http://gerbv.sourceforge.net
          ENTERED=20060309
         KEYWORDS="science"
diff --git a/science/gerbv/HISTORY b/science/gerbv/HISTORY
index 38a59e6..0948f5f 100644
--- a/science/gerbv/HISTORY
+++ b/science/gerbv/HISTORY
@@ -1,3 +1,8 @@
+2012-03-04 Sven Lemke <catnip at web.de>
+	* BUILD, CONFIGURE: added some options
+	* DEPENDS: added CAIRO
+	* DETAILS: updated spell to 2.6.0
+
 2007-02-24 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
 	* DETAILS: updated to 1.0.2
 
diff --git a/science/gerbv/gerbv-1.0.2.tar.gz.sig b/science/gerbv/gerbv-1.0.2.tar.gz.sig
deleted file mode 100644
index ba229fd..0000000
Binary files a/science/gerbv/gerbv-1.0.2.tar.gz.sig and /dev/null differ


More information about the SM-Commit mailing list