[arch-commits] CVS update of extra/devel/eclipse (PKGBUILD)

Paul Mattal paul at archlinux.org
Tue Oct 9 14:58:56 UTC 2007


    Date: Tuesday, October 9, 2007 @ 10:58:56
  Author: paul
    Path: /home/cvs-extra/extra/devel/eclipse

Modified: PKGBUILD (1.22 -> 1.23)

Removed JDK 1.4 support officially from the PKGBUILD
As of 9/30/07, JDK 1.5 has been out for 3 years!


----------+
 PKGBUILD |   17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)


Index: extra/devel/eclipse/PKGBUILD
diff -u extra/devel/eclipse/PKGBUILD:1.22 extra/devel/eclipse/PKGBUILD:1.23
--- extra/devel/eclipse/PKGBUILD:1.22	Tue Oct  9 10:11:58 2007
+++ extra/devel/eclipse/PKGBUILD	Tue Oct  9 10:58:56 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.22 2007/10/09 14:11:58 paul Exp $
+# $Id: PKGBUILD,v 1.23 2007/10/09 14:58:56 paul Exp $
 # Contributor: Andrew Wright <andreww at photism.org>
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
@@ -15,26 +15,11 @@
 source=(ftp://ftp.osuosl.org/pub/$pkgname/$pkgname/downloads/drops/R-$pkgver-200709211145/$pkgname-sourceBuild-srcIncluded-$pkgver.zip \
 	eclipse.sh \
 	eclipse.desktop)
-# you also need to download JDK 1.4.x to properly build this package
-# and set your JAVA_HOME to point there
-# try: http://java.sun.com/j2se/1.4.2/download.html
 md5sums=('764b585d9a05cd518650e31c32899a29' \
 	 'f08e49e6dad13dda8b2e4036b2a3f28c' \
 	 '0bee44d3b8839d6b217b6a5efb27407f')
 
 build() {
-#  export _JAVA_VERSION=$($JAVA_HOME/bin/java -version 2>&1 \
-#  	| head -n 1 | cut -f 3 -d " " | cut -f 2 -d \" | cut -f 1 -d _ \
-#	| cut -b 1-3)
-#  if [ "1.4" != $_JAVA_VERSION ]; then
-#	echo "JAVA_HOME = $JAVA_HOME";
-#	echo "_JAVA_VERSION = $_JAVA_VERSION";
-#	echo "JAVA_HOME must point to a version 1.4 JDK in order to build Eclipse";
-#	if [ "$CARCH" = "i686" ]; then
-#	  return 1;
-#	fi
-#  fi
-
   cd $startdir/src || return 1
   unset ANT_HOME
 




More information about the arch-commits mailing list