[arch-commits] Commit in eclipse-ecj/trunk (PKGBUILD ecj)

Jan de Groot jgc at archlinux.org
Sat Jun 28 20:54:24 UTC 2008


    Date: Saturday, June 28, 2008 @ 16:54:24
  Author: jgc
Revision: 3682

upgpkg: eclipse-ecj 3.3.2-2
    Fix ecj startscript to look for the correct libgcj jarfile

Modified:
  eclipse-ecj/trunk/PKGBUILD
  eclipse-ecj/trunk/ecj

----------+
 PKGBUILD |    4 ++--
 ecj      |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-28 20:09:10 UTC (rev 3681)
+++ PKGBUILD	2008-06-28 20:54:24 UTC (rev 3682)
@@ -3,7 +3,7 @@
 
 pkgname=eclipse-ecj
 pkgver=3.3.2
-pkgrel=1
+pkgrel=2
 _date=200802211800
 pkgdesc="Eclipse java bytecode compiler"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 	ecj
         ecj-gccmain.diff)
 md5sums=('c1d89b9de8170fc91e30c3a02002244f'
-         '935d1faaeab4315f82a79a032a41a80a'
+         'c72fe244e4d4b7a3c437604805b988ff'
          '2cc746a12da0978aef2ae504a208fd6f')
 
 build() {

Modified: ecj
===================================================================
--- ecj	2008-06-28 20:09:10 UTC (rev 3681)
+++ ecj	2008-06-28 20:54:24 UTC (rev 3682)
@@ -3,7 +3,7 @@
   *-bootclasspath*) ;;
   *)
     if [ ! -f /usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre/lib/rt.jar ]; then
-      bcoption="-bootclasspath /usr/share/java/libgcj-4.2.jar"
+      bcoption="-bootclasspath /usr/share/java/libgcj-4.3.jar"
     fi
 esac
 





More information about the arch-commits mailing list