[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other

Florin Braescu florin at lunar-linux.org
Sun Aug 10 20:16:22 CEST 2014


commit 919652ccaaec5b1d34b705b45b1d7e065cb54703
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 10 Aug 2014 21:16:10 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/919652ccaaec5b1d34b705b45b1d7e065cb54703

Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
  graphics/CEGUI/DETAILS | +2/-0     
  i18n/iso-codes/DETAILS | +3/-3     
  libs/CUnit/BUILD       | +9/-0     
  libs/CUnit/DETAILS     | +4/-4     
  4 files changed, 18 insertions(+), 7 deletions(-)

--- a/graphics/CEGUI/DETAILS
+++ b/graphics/CEGUI/DETAILS
@@ -1,3 +1,5 @@
+# This is _not_ cegui-0.8 and it's not trivial to port modules
+# to the new release. Please leave this around unless it's broken - v4hn
           MODULE=CEGUI
          VERSION=0.7.9
           SOURCE=${MODULE}-${VERSION}.tar.gz
--- a/i18n/iso-codes/DETAILS
+++ b/i18n/iso-codes/DETAILS
@@ -1,13 +1,13 @@
             MODULE=iso-codes
-           VERSION=3.50
+           VERSION=3.55
             SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL[0]=http://pkg-isocodes.alioth.debian.org/downloads
      SOURCE_URL[1]=ftp.lfs-matrix.net/pub/blfs/conglomeration/$MODULE/
      SOURCE_URL[2]=$MIRROR_URL
-        SOURCE_VFY=sha1:250d22b2977a6f5a536753d85af85917474cf312
+        SOURCE_VFY=sha1:3b6de85e2da845e28d588670dd0307833a2f3b29
           WEB_SITE=http://alioth.debian.org/projects/pkg-isocodes
            ENTERED=20050913
-           UPDATED=20140113
+           UPDATED=20140809
              SHORT="Provides the list of country and language names"
 
 cat << EOF
--- /dev/null
+++ b/libs/CUnit/BUILD
@@ -0,0 +1,9 @@
+
+  mv configure.in configure.ac &&
+  touch config.h.in &&
+  libtoolize &&
+  aclocal &&
+  automake -a -c &&
+  autoreconf &&
+  
+  default_build
--- a/libs/CUnit/DETAILS
+++ b/libs/CUnit/DETAILS
@@ -1,11 +1,11 @@
           MODULE=CUnit
-         VERSION=2.1-2
-          SOURCE=$MODULE-$VERSION-src.tar.bz2
+         VERSION=2.1-3
+          SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$SFORGE_URL/cunit/$MODULE/${VERSION}
-      SOURCE_VFY=sha1:6c2d0627eb64c09c7140726d6bf814cf531a3ce0
+      SOURCE_VFY=sha1:eac0c71167aa3fab83483ae1313b78163f0f7238
         WEB_SITE=http://cunit.sf.net
          ENTERED=20130804
-         UPDATED=20130804
+         UPDATED=20140809
            SHORT="C Unit Testing Framework"
 cat << EOF
 CUnit is a Unit testing framework for C.




More information about the Lunar-commits mailing list