wok-next rev 3877
Downgrade: ecj (3.5 to 3.4.2) [icedtea6 compatibility]
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Mon Aug 10 12:29:28 2009 +0000 (2009-08-10) |
parents | ce2d65bd0418 |
children | d7465f7f9abb |
files | apache-ant/receipt ecj/receipt rhino/receipt xalan-xerces-j/receipt |
line diff
1.1 --- a/apache-ant/receipt Mon Aug 10 14:09:59 2009 +0200 1.2 +++ b/apache-ant/receipt Mon Aug 10 12:29:28 2009 +0000 1.3 @@ -5,8 +5,9 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="A Java-based build tool." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 -DEPENDS="jdk" 1.8 +DEPENDS="java-jdk" 1.9 BUILD_DEPENDS="" 1.10 +SUGGESTED="" 1.11 TARBALL="$PACKAGE-$VERSION-bin.tar.bz2" 1.12 WEB_SITE="http://ant.apache.org/" 1.13 WGET_URL="http://www.apache.org/dist/ant/binaries/$TARBALL"
2.1 --- a/ecj/receipt Mon Aug 10 14:09:59 2009 +0200 2.2 +++ b/ecj/receipt Mon Aug 10 12:29:28 2009 +0000 2.3 @@ -1,18 +1,19 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ecj" 2.7 -VERSION="3.5" 2.8 +VERSION="3.4.2" 2.9 CATEGORY="development" 2.10 SHORT_DESC="The Eclipse standalone batch Java compiler and Ant compiler adapter." 2.11 MAINTAINER="rcx@zoominternet.net" 2.12 DEPENDS="jre" 2.13 +#DEPENDS="java-jre" 2.14 BUILD_DEPENDS="" 2.15 +SUGGESTED="" 2.16 TARBALL="$PACKAGE-$VERSION.jar" 2.17 WEB_SITE="http://www.eclipse.org/jdt/core/" 2.18 -# 3.4.2: WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-200902111700/$TARBALL" 2.19 -# 3.5: 2.20 -WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-200906111540/$TARBALL" 2.21 -PROVIDE="jdk" 2.22 +# 3.4.2: 2.23 +WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-200902111700/$TARBALL" 2.24 +# 3.5: WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-200906111540/$TARBALL" 2.25 2.26 # Rules to configure and make the package. 2.27 compile_rules()
3.1 --- a/rhino/receipt Mon Aug 10 14:09:59 2009 +0200 3.2 +++ b/rhino/receipt Mon Aug 10 12:29:28 2009 +0000 3.3 @@ -5,8 +5,9 @@ 3.4 CATEGORY="development" 3.5 SHORT_DESC="JavaScript for Java." 3.6 MAINTAINER="rcx@zoominternet.net" 3.7 -DEPENDS="jre" 3.8 +DEPENDS="java-jre" 3.9 BUILD_DEPENDS="" 3.10 +SUGGESTED="" 3.11 TARBALL="${PACKAGE}1_7R2.zip" 3.12 WEB_SITE="http://www.mozilla.org/rhino/" 3.13 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/js/$TARBALL"
4.1 --- a/xalan-xerces-j/receipt Mon Aug 10 14:09:59 2009 +0200 4.2 +++ b/xalan-xerces-j/receipt Mon Aug 10 12:29:28 2009 +0000 4.3 @@ -6,8 +6,9 @@ 4.4 CATEGORY="development" 4.5 SHORT_DESC="A validating XML parser and an XSLT processor written in Java." 4.6 MAINTAINER="rcx@zoominternet.net" 4.7 -DEPENDS="jre" 4.8 +DEPENDS="java-jre" 4.9 BUILD_DEPENDS="" 4.10 +SUGGESTED="" 4.11 TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz" 4.12 WEB_SITE="http://xalan.apache.org/" 4.13 WGET_URL="http://www.apache.org/dist/xml/xalan-j/binaries/$TARBALL"