[Lunar-commits] <moonbase-other> eclipse-bin: version bump

v4hn me at v4hn.de
Mon Jan 6 20:53:43 CET 2014


commit b693fa63703157f31a91fc6685621ed994701c51
Author: v4hn <me at v4hn.de>
Date: Sat, 14 Dec 2013 03:10:23 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/b693fa63703157f31a91fc6685621ed994701c51

eclipse-bin: version bump
---
  editors/eclipse-bin/BUILD          | +5/-9     
  editors/eclipse-bin/DETAILS        | +7/-6     
  editors/eclipse-bin/DETAILS.x86_64 | +7/-6     
  3 files changed, 19 insertions(+), 21 deletions(-)

--- a/editors/eclipse-bin/BUILD
+++ b/editors/eclipse-bin/BUILD
@@ -1,10 +1,6 @@
-(
+TARGET=/usr/share/eclipse &&
 
-  TARGET=/usr/share/eclipse
-
-  prepare_install  &&
-  mkdir -p $TARGET &&
-  cp -a * $TARGET &&
-  ln -s $TARGET/eclipse /usr/bin/eclipse
-
-) > $C_FIFO 2>&1
+prepare_install  &&
+mkdir -p $TARGET &&
+cp -a * $TARGET &&
+ln -s $TARGET/eclipse /usr/bin/eclipse
--- a/editors/eclipse-bin/DETAILS
+++ b/editors/eclipse-bin/DETAILS
@@ -1,13 +1,14 @@
           MODULE=eclipse-bin
-         VERSION=4.2.2
-           EXTRA=R-$VERSION-201302041200
-          SOURCE=eclipse-SDK-$VERSION-linux-gtk.tar.gz
+         VERSION=kepler-SR1
+          SOURCE=eclipse-standard-$VERSION-linux-gtk.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/eclipse
-      SOURCE_URL="http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops4/$EXTRA"
-      SOURCE_VFY=sha1:1cdafc3291ee4be758e8cf4c7335aa5d8353df87
+   SOURCE_URL[0]=http://mirror.selfnet.de/eclipse/technology/epp/downloads/release/${VERSION//-//}/
+   SOURCE_URL[1]=http://ftp.snt.utwente.nl/pub/software/eclipse//technology/epp/downloads/${VERSION//-//}/
+   SOURCE_URL[2]=http://ftp.osuosl.org/pub/eclipse//technology/epp/downloads/release/${VERSION//-//}/
+      SOURCE_VFY=sha1:11bef3ec0837bd7d7648acd18419ea8846814a61
         WEB_SITE=http://eclipse.org
          ENTERED=20030926
-         UPDATED=20130302
+         UPDATED=20131214
          ARCHIVE=off
            SHORT="A Java IDE for just about everything"
 
--- a/editors/eclipse-bin/DETAILS.x86_64
+++ b/editors/eclipse-bin/DETAILS.x86_64
@@ -1,13 +1,14 @@
           MODULE=eclipse-bin
-         VERSION=4.2.2
-           EXTRA=R-$VERSION-201302041200
-          SOURCE=eclipse-SDK-$VERSION-linux-gtk-x86_64.tar.gz
+         VERSION=kepler-SR1
+          SOURCE=eclipse-standard-$VERSION-linux-gtk-x86_64.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/eclipse
-      SOURCE_URL="http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops4/$EXTRA"
-      SOURCE_VFY=sha1:e91a1a28c1a06474b7c3e782da4e6bae7430bfa4
+   SOURCE_URL[0]=http://mirror.selfnet.de/eclipse/technology/epp/downloads/release/${VERSION//-//}/
+   SOURCE_URL[1]=http://ftp.snt.utwente.nl/pub/software/eclipse//technology/epp/downloads/${VERSION//-//}/
+   SOURCE_URL[2]=http://ftp.osuosl.org/pub/eclipse//technology/epp/downloads/release/${VERSION//-//}/
+      SOURCE_VFY=sha1:d87a60bfa6c3f86be64477788e6043130803c33b
         WEB_SITE=http://eclipse.org
          ENTERED=20100210
-         UPDATED=20130302
+         UPDATED=20131214
          ARCHIVE=off
            SHORT="A Java IDE for just about everything"
 




More information about the Lunar-commits mailing list