[arch-commits] Commit in eclipse-ecj/repos (3 files)

Jan de Groot jgc at archlinux.org
Sun Jun 29 10:50:27 UTC 2008


    Date: Sunday, June 29, 2008 @ 06:50:27
  Author: jgc
Revision: 3689

Merged revisions 2271-3688 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/eclipse-ecj/trunk

........
  r3682 | jgc | 2008-06-28 20:54:24 +0000 (Sat, 28 Jun 2008) | 2 lines
  
  upgpkg: eclipse-ecj 3.3.2-2
      Fix ecj startscript to look for the correct libgcj jarfile
........

Modified:
  eclipse-ecj/repos/extra-i686/	(properties)
  eclipse-ecj/repos/extra-i686/PKGBUILD
  eclipse-ecj/repos/extra-i686/ecj

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


Property changes on: eclipse-ecj/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /eclipse-ecj/trunk:1-2270
   + /eclipse-ecj/trunk:1-3688

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-06-29 10:46:58 UTC (rev 3688)
+++ extra-i686/PKGBUILD	2008-06-29 10:50:27 UTC (rev 3689)
@@ -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: extra-i686/ecj
===================================================================
--- extra-i686/ecj	2008-06-29 10:46:58 UTC (rev 3688)
+++ extra-i686/ecj	2008-06-29 10:50:27 UTC (rev 3689)
@@ -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