chewi       15/05/21 09:01:24

  Modified:             icedtea-6.1.13.7.ebuild icedtea-7.2.5.5.ebuild
                        ChangeLog
  Log:
  Add memory patches for ppc/CACAO and keyword latest versions for ~ppc.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9C6D7DE4)

Revision  Changes    Path
1.3                  dev-java/icedtea/icedtea-6.1.13.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-6.1.13.7.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-6.1.13.7.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-6.1.13.7.ebuild?r1=1.2&r2=1.3

Index: icedtea-6.1.13.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.13.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- icedtea-6.1.13.7.ebuild     7 May 2015 12:17:28 -0000       1.2
+++ icedtea-6.1.13.7.ebuild     21 May 2015 09:01:24 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.13.7.ebuild,v 
1.2 2015/05/07 12:17:28 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.13.7.ebuild,v 
1.3 2015/05/21 09:01:24 chewi Exp $
 # Build written by Andrew John Hughes ([email protected])
 
 # *********************************************************
@@ -9,7 +9,7 @@
 
 EAPI="5"
 
-inherit check-reqs java-pkg-2 java-vm-2 multiprocessing pax-utils prefix 
versionator virtualx
+inherit check-reqs eutils java-pkg-2 java-vm-2 multiprocessing pax-utils 
prefix versionator virtualx
 
 ICEDTEA_PKG=${PN}$(replace_version_separator 1 -)
 ICEDTEA_BRANCH=$(get_version_component_range 1-3)
@@ -34,7 +34,7 @@
 
 LICENSE="Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 
MPL-1.0 MPL-1.1 public-domain W3C"
 SLOT="6"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 RESTRICT="test"
 
 IUSE="+X +alsa cacao cjk +cups debug doc examples javascript +jbootstrap 
kerberos +nsplugin
@@ -157,6 +157,9 @@
 }
 
 java_prepare() {
+       # ppc and/or CACAO demands more RAM to build.
+       epatch "${FILESDIR}/${SLOT}-more-memory.patch"
+
        # For bootstrap builds as the sandbox control file might not yet exist.
        addpredict /proc/self/coredump_filter
 



1.3                  dev-java/icedtea/icedtea-7.2.5.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-7.2.5.5.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-7.2.5.5.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-7.2.5.5.ebuild?r1=1.2&r2=1.3

Index: icedtea-7.2.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.5.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- icedtea-7.2.5.5.ebuild      7 May 2015 12:17:28 -0000       1.2
+++ icedtea-7.2.5.5.ebuild      21 May 2015 09:01:24 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.5.5.ebuild,v 
1.2 2015/05/07 12:17:28 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.5.5.ebuild,v 
1.3 2015/05/21 09:01:24 chewi Exp $
 # Build written by Andrew John Hughes ([email protected])
 
 # *********************************************************
@@ -10,7 +10,7 @@
 EAPI="5"
 SLOT="7"
 
-inherit check-reqs java-pkg-2 java-vm-2 multiprocessing pax-utils prefix 
versionator virtualx
+inherit check-reqs eutils java-pkg-2 java-vm-2 multiprocessing pax-utils 
prefix versionator virtualx
 
 ICEDTEA_VER=$(get_version_component_range 2-)
 ICEDTEA_BRANCH=$(get_version_component_range 2-3)
@@ -51,14 +51,15 @@
        ${ICEDTEA_URL}/jaxp.tar.bz2 -> ${JAXP_GENTOO_TARBALL}
        ${ICEDTEA_URL}/jaxws.tar.bz2 -> ${JAXWS_GENTOO_TARBALL}
        ${ICEDTEA_URL}/jdk.tar.bz2 -> ${JDK_GENTOO_TARBALL}
-       ${ICEDTEA_URL}/hotspot.tar.bz2 -> ${HOTSPOT_GENTOO_TARBALL}
        ${ICEDTEA_URL}/langtools.tar.bz2 -> ${LANGTOOLS_GENTOO_TARBALL}
-       ${ICEDTEA_URL}/aarch64.tar.bz2 -> ${AARCH64_GENTOO_TARBALL}
+       arm? ( ${ICEDTEA_URL}/aarch64.tar.bz2 -> ${AARCH64_GENTOO_TARBALL} )
+       arm64? ( ${ICEDTEA_URL}/aarch64.tar.bz2 -> ${AARCH64_GENTOO_TARBALL} )
+       !arm? ( !arm64? ( ${ICEDTEA_URL}/hotspot.tar.bz2 -> 
${HOTSPOT_GENTOO_TARBALL} ) )
        ${DROP_URL}/cacao/${CACAO_TARBALL} -> ${CACAO_GENTOO_TARBALL}
        ${DROP_URL}/jamvm/${JAMVM_TARBALL} -> ${JAMVM_GENTOO_TARBALL}"
 
 LICENSE="Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 
MPL-1.0 MPL-1.1 public-domain W3C"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 RESTRICT="test"
 
 IUSE="+X +alsa cacao cjk +cups debug doc examples infinality jamvm javascript 
+jbootstrap kerberos +nsplugin
@@ -195,6 +196,9 @@
 }
 
 java_prepare() {
+       # ppc and/or CACAO demands more RAM to build.
+       epatch "${FILESDIR}/${SLOT}-more-memory.patch"
+
        # For bootstrap builds as the sandbox control file might not yet exist.
        addpredict /proc/self/coredump_filter
 



1.135                dev-java/icedtea/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/ChangeLog?rev=1.135&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/ChangeLog?rev=1.135&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/ChangeLog?r1=1.134&r2=1.135

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog   7 May 2015 12:17:28 -0000       1.134
+++ ChangeLog   21 May 2015 09:01:24 -0000      1.135
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/icedtea
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/ChangeLog,v 1.134 
2015/05/07 12:17:28 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/ChangeLog,v 1.135 
2015/05/21 09:01:24 chewi Exp $
+
+  21 May 2015; James Le Cuirot <[email protected]> +files/6-more-memory.patch,
+  +files/7-more-memory.patch, icedtea-6.1.13.7.ebuild, icedtea-7.2.5.5.ebuild:
+  Add memory patches for ppc/CACAO and keyword latest versions for ~ppc.
 
   07 May 2015;  <[email protected]> icedtea-6.1.13.5.ebuild,
   icedtea-6.1.13.7.ebuild, icedtea-7.2.4.8.ebuild, icedtea-7.2.5.5.ebuild:




Reply via email to