wok rev 9641

Fixed rhino, ecj, and xalan-xerces-j depends. Putting java-jre for depends was a bad idea since these packages are build depends for icedtea6-jdk. java-jre is a wanted package for icetea6-jdk. This was causing a depend loop.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 27 16:22:35 2011 +0000 (2011-04-27)
parents 973f4b50dcf3
children 274f1b6c60c6
files ecj/receipt rhino/receipt xalan-xerces-j/receipt
line diff
     1.1 --- a/ecj/receipt	Tue Apr 26 19:48:46 2011 +0000
     1.2 +++ b/ecj/receipt	Wed Apr 27 16:22:35 2011 +0000
     1.3 @@ -13,8 +13,9 @@
     1.4  WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-201006080911/$TARBALL"
     1.5  TAGS="compiler java"
     1.6  
     1.7 -DEPENDS="java-jre"
     1.8 +DEPENDS=""
     1.9  BUILD_DEPENDS=""
    1.10 +SUGGESTED="java-jre"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
     2.1 --- a/rhino/receipt	Tue Apr 26 19:48:46 2011 +0000
     2.2 +++ b/rhino/receipt	Wed Apr 27 16:22:35 2011 +0000
     2.3 @@ -10,9 +10,11 @@
     2.4  WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/js/$TARBALL"
     2.5  TAGS="java javascript"
     2.6  
     2.7 -DEPENDS="java-jre"
     2.8 +DEPENDS=""
     2.9  BUILD_DEPENDS=""
    2.10  
    2.11 +SUGGESTED="java-jre"
    2.12 +
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
     3.1 --- a/xalan-xerces-j/receipt	Tue Apr 26 19:48:46 2011 +0000
     3.2 +++ b/xalan-xerces-j/receipt	Wed Apr 27 16:22:35 2011 +0000
     3.3 @@ -6,12 +6,12 @@
     3.4  CATEGORY="development"
     3.5  SHORT_DESC="A validating XML parser and an XSLT processor written in Java."
     3.6  MAINTAINER="rcx@zoominternet.net"
     3.7 -SUGGESTED=""
     3.8 +SUGGESTED="java-jre"
     3.9  TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz"
    3.10  WEB_SITE="http://xalan.apache.org/"
    3.11  WGET_URL="http://www.apache.org/dist/xml/xalan-j/binaries/$TARBALL"
    3.12  
    3.13 -DEPENDS="java-jre"
    3.14 +DEPENDS=""
    3.15  BUILD_DEPENDS="tar"
    3.16  
    3.17  # Rules to configure and make the package.