[Lunar-commits] r24875 - moonbase/trunk/eclipse/freemem

Auke Kok sofar at lunar-linux.org
Sun Jun 17 21:59:58 CEST 2007


Author: sofar
Date: 2007-06-17 21:59:58 +0200 (Sun, 17 Jun 2007)
New Revision: 24875

Modified:
   moonbase/trunk/eclipse/freemem/BUILD
   moonbase/trunk/eclipse/freemem/DETAILS
   moonbase/trunk/eclipse/freemem/PRE_BUILD
Log:
Version bump from 1.0.0 to 1.3.0
Correction of download URL (see BR 247)

I'm not [currently] an Eclipse user, so I have only checked that it
downloads and installs and appears in the Eclipse/Preferences dialog.



From:  duncan.gibson at xs4all.nl


Modified: moonbase/trunk/eclipse/freemem/BUILD
===================================================================
--- moonbase/trunk/eclipse/freemem/BUILD	2007-06-17 16:27:37 UTC (rev 24874)
+++ moonbase/trunk/eclipse/freemem/BUILD	2007-06-17 19:59:58 UTC (rev 24875)
@@ -1,8 +1,8 @@
 (
 
-  TARGET=/opt/lunar/eclipse
+  TARGET=/opt/lunar/eclipse/plugins
 
   prepare_install  &&
-  cp -a * $TARGET
+  cp $SOURCE_CACHE/$SOURCE $TARGET
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/eclipse/freemem/DETAILS
===================================================================
--- moonbase/trunk/eclipse/freemem/DETAILS	2007-06-17 16:27:37 UTC (rev 24874)
+++ moonbase/trunk/eclipse/freemem/DETAILS	2007-06-17 19:59:58 UTC (rev 24875)
@@ -1,12 +1,13 @@
           MODULE=freemem
-         VERSION=1_0_0
-          SOURCE=FreeMem\_$VERSION.zip
+         VERSION=1.3.0
+	   EXTRA=biz.junginger
+          SOURCE=$EXTRA.$MODULE.FreeMem_$VERSION.jar
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
-      SOURCE_URL=http://www.junginger.biz/eclipse/
-      SOURCE_VFY=md5:2ffc55c2838e7ad801ba78d37fdf0e84
+      SOURCE_URL=http://www.junginger.biz/eclipse/plugins/
+      SOURCE_VFY=sha1:00ef5fd184c93845fe9d7ca17a9848e0aaf66fbe
         WEB_SITE=http://www.junginger.biz/eclipse
          ENTERED=20040730
-         UPDATED=20040730
+         UPDATED=20070617
            SHORT="graphical memory monitor integrated into Eclipse"
 cat << EOF
 This plugin has this following features:

Modified: moonbase/trunk/eclipse/freemem/PRE_BUILD
===================================================================
--- moonbase/trunk/eclipse/freemem/PRE_BUILD	2007-06-17 16:27:37 UTC (rev 24874)
+++ moonbase/trunk/eclipse/freemem/PRE_BUILD	2007-06-17 19:59:58 UTC (rev 24875)
@@ -1,3 +1 @@
-mkdir -p $MODULE &&
-cd $MODULE &&
-unpack $SOURCE
+true



More information about the Lunar-commits mailing list