# HG changeset patch # User Matthew Sheets # Date 1249907368 0 # Node ID f0755d9e99edf910f7dc33ec3bd6c7cf018745c9 # Parent ce2d65bd0418b3952f7163267efe1edc5db0d5e5 Downgrade: ecj (3.5 to 3.4.2) [icedtea6 compatibility] diff -r ce2d65bd0418 -r f0755d9e99ed apache-ant/receipt --- a/apache-ant/receipt Mon Aug 10 14:09:59 2009 +0200 +++ b/apache-ant/receipt Mon Aug 10 12:29:28 2009 +0000 @@ -5,8 +5,9 @@ CATEGORY="development" SHORT_DESC="A Java-based build tool." MAINTAINER="rcx@zoominternet.net" -DEPENDS="jdk" +DEPENDS="java-jdk" BUILD_DEPENDS="" +SUGGESTED="" TARBALL="$PACKAGE-$VERSION-bin.tar.bz2" WEB_SITE="http://ant.apache.org/" WGET_URL="http://www.apache.org/dist/ant/binaries/$TARBALL" diff -r ce2d65bd0418 -r f0755d9e99ed ecj/receipt --- a/ecj/receipt Mon Aug 10 14:09:59 2009 +0200 +++ b/ecj/receipt Mon Aug 10 12:29:28 2009 +0000 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="ecj" -VERSION="3.5" +VERSION="3.4.2" CATEGORY="development" SHORT_DESC="The Eclipse standalone batch Java compiler and Ant compiler adapter." MAINTAINER="rcx@zoominternet.net" DEPENDS="jre" +#DEPENDS="java-jre" BUILD_DEPENDS="" +SUGGESTED="" TARBALL="$PACKAGE-$VERSION.jar" WEB_SITE="http://www.eclipse.org/jdt/core/" -# 3.4.2: WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-200902111700/$TARBALL" -# 3.5: -WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-200906111540/$TARBALL" -PROVIDE="jdk" +# 3.4.2: +WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-200902111700/$TARBALL" +# 3.5: WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-200906111540/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r ce2d65bd0418 -r f0755d9e99ed rhino/receipt --- a/rhino/receipt Mon Aug 10 14:09:59 2009 +0200 +++ b/rhino/receipt Mon Aug 10 12:29:28 2009 +0000 @@ -5,8 +5,9 @@ CATEGORY="development" SHORT_DESC="JavaScript for Java." MAINTAINER="rcx@zoominternet.net" -DEPENDS="jre" +DEPENDS="java-jre" BUILD_DEPENDS="" +SUGGESTED="" TARBALL="${PACKAGE}1_7R2.zip" WEB_SITE="http://www.mozilla.org/rhino/" WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/js/$TARBALL" diff -r ce2d65bd0418 -r f0755d9e99ed xalan-xerces-j/receipt --- a/xalan-xerces-j/receipt Mon Aug 10 14:09:59 2009 +0200 +++ b/xalan-xerces-j/receipt Mon Aug 10 12:29:28 2009 +0000 @@ -6,8 +6,9 @@ CATEGORY="development" SHORT_DESC="A validating XML parser and an XSLT processor written in Java." MAINTAINER="rcx@zoominternet.net" -DEPENDS="jre" +DEPENDS="java-jre" BUILD_DEPENDS="" +SUGGESTED="" TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz" WEB_SITE="http://xalan.apache.org/" WGET_URL="http://www.apache.org/dist/xml/xalan-j/binaries/$TARBALL"