[Lunar-commits] r19707 - moonbase/trunk/gnome2-apps/myBudget

Chad Kittel v3rt1g0 at lunar-linux.org
Mon Apr 17 22:55:47 UTC 2006


Author: v3rt1g0
Date: 2006-04-17 22:55:46 +0000 (Mon, 17 Apr 2006)
New Revision: 19707

Modified:
   moonbase/trunk/gnome2-apps/myBudget/BUILD
   moonbase/trunk/gnome2-apps/myBudget/DEPENDS
   moonbase/trunk/gnome2-apps/myBudget/DETAILS
Log:
  Misc Tidy: myBudget (0.60)

  * added mising prepare_install call
  * formatting of the DETAILS and DEPENDS files
  * replaced md5 with sha1


Modified: moonbase/trunk/gnome2-apps/myBudget/BUILD
===================================================================
--- moonbase/trunk/gnome2-apps/myBudget/BUILD	2006-04-17 22:50:13 UTC (rev 19706)
+++ moonbase/trunk/gnome2-apps/myBudget/BUILD	2006-04-17 22:55:46 UTC (rev 19707)
@@ -1,5 +1,6 @@
 (
 
-  ./install.py /usr 
+  prepare_install  &&
+  ./install.py /usr
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/gnome2-apps/myBudget/DEPENDS
===================================================================
--- moonbase/trunk/gnome2-apps/myBudget/DEPENDS	2006-04-17 22:50:13 UTC (rev 19706)
+++ moonbase/trunk/gnome2-apps/myBudget/DEPENDS	2006-04-17 22:55:46 UTC (rev 19707)
@@ -1,3 +1,4 @@
-depends gnome-python2  &&
-optional_depends "abiword" "" "" "for exporting to abiword" &&
-optional_depends "gnumeric2" "" "" "for exporting to gnumeric"
+depends  gnome-python2  &&
+
+optional_depends  "abiword"    ""  ""  "for exporting to abiword"  &&
+optional_depends  "gnumeric2"  ""  ""  "for exporting to gnumeric"

Modified: moonbase/trunk/gnome2-apps/myBudget/DETAILS
===================================================================
--- moonbase/trunk/gnome2-apps/myBudget/DETAILS	2006-04-17 22:50:13 UTC (rev 19706)
+++ moonbase/trunk/gnome2-apps/myBudget/DETAILS	2006-04-17 22:55:46 UTC (rev 19707)
@@ -2,13 +2,14 @@
          VERSION=0.60
 	  SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.abisource.com/~msevior/
-      SOURCE_VFY=md5:a7343a8a4359c8383f5cccedd735bc58
+      SOURCE_VFY=sha1:e9cd030d9ff83cfc73f819722106ce44b203b1d6
         WEB_SITE=http://www.abisource.com/~msevior
          ENTERED=20040805
          UPDATED=20040805
-           SHORT="myBudget is a personal finance program for Gnome 2.x"
+           SHORT="a personal finance program for GNOME 2.x"
+
 cat << EOF
-myBudget is a personal finance program for Gnome 2.x. The aim of the 
+myBudget is a personal finance program for GNOME 2.x. The aim of the 
 program is to make it as easy as possible for people to do their own
-personal budgets and keep track of their finances. 
+personal budgets and keep track of their finances.
 EOF



More information about the Lunar-commits mailing list