diff options
author | 2014-11-21 09:52:17 +0000 | |
---|---|---|
committer | 2014-11-21 09:52:17 +0000 | |
commit | d79dfaf50650618e5f6e22c31dc4a3e939036fee (patch) | |
tree | 30384ee89849b46d77d5b78b5639058a9cbff5d9 /dev-java/icedtea | |
parent | Version bump to stable to fix bug #491430. (diff) | |
download | gentoo-2-d79dfaf50650618e5f6e22c31dc4a3e939036fee.tar.gz gentoo-2-d79dfaf50650618e5f6e22c31dc4a3e939036fee.tar.bz2 gentoo-2-d79dfaf50650618e5f6e22c31dc4a3e939036fee.zip |
Backport makeopts_jobs to older ebuilds to stop parsing MAKEOPTS directly.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-java/icedtea')
-rw-r--r-- | dev-java/icedtea/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/icedtea/icedtea-6.1.12.7.ebuild | 11 | ||||
-rw-r--r-- | dev-java/icedtea/icedtea-6.1.13.3.ebuild | 11 | ||||
-rw-r--r-- | dev-java/icedtea/icedtea-6.1.13.4.ebuild | 11 | ||||
-rw-r--r-- | dev-java/icedtea/icedtea-7.2.4.3.ebuild | 11 | ||||
-rw-r--r-- | dev-java/icedtea/icedtea-7.2.4.7.ebuild | 11 |
6 files changed, 21 insertions, 41 deletions
diff --git a/dev-java/icedtea/ChangeLog b/dev-java/icedtea/ChangeLog index ca35528f7d87..8a25ed92c8c5 100644 --- a/dev-java/icedtea/ChangeLog +++ b/dev-java/icedtea/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/icedtea # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/ChangeLog,v 1.129 2014/11/02 08:28:40 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/ChangeLog,v 1.130 2014/11/21 09:52:17 vapier Exp $ + + 21 Nov 2014; Mike Frysinger <vapier@gentoo.org> icedtea-6.1.12.7.ebuild, + icedtea-6.1.13.3.ebuild, icedtea-6.1.13.4.ebuild, icedtea-7.2.4.3.ebuild, + icedtea-7.2.4.7.ebuild, icedtea-7.2.4.8.ebuild, icedtea-7.2.5.3.ebuild: + Backport makeopts_jobs to older ebuilds to stop parsing MAKEOPTS directly. 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> icedtea-6.1.12.7.ebuild, icedtea-6.1.13.3.ebuild, icedtea-6.1.13.4.ebuild, icedtea-6.1.13.5-r1.ebuild, diff --git a/dev-java/icedtea/icedtea-6.1.12.7.ebuild b/dev-java/icedtea/icedtea-6.1.12.7.ebuild index d17144434b31..88766f24911d 100644 --- a/dev-java/icedtea/icedtea-6.1.12.7.ebuild +++ b/dev-java/icedtea/icedtea-6.1.12.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.12.7.ebuild,v 1.5 2014/11/02 08:28:40 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.12.7.ebuild,v 1.6 2014/11/21 09:52:17 vapier Exp $ # Build written by Andrew John Hughes (gnu_andrew@member.fsf.org) # ********************************************************* @@ -9,7 +9,7 @@ EAPI="5" -inherit java-pkg-2 java-vm-2 pax-utils prefix versionator virtualx +inherit 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 2-3) @@ -188,12 +188,7 @@ src_configure() { config="${config} --enable-cacao" fi - # OpenJDK-specific parallelism support. Bug #389791, #337827 - # Implementation modified from waf-utils.eclass - # Note that "-j" is converted to "-j1" as the system doesn't support --load-average - local procs=$(echo -j1 ${MAKEOPTS} | sed -r "s/.*(-j\s*|--jobs=)([0-9]+).*/\2/" ) - config="${config} --with-parallel-jobs=${procs}"; - einfo "Configuring using --with-parallel-jobs=${procs}" + config+=" --with-parallel-jobs=$(makeopts_jobs)" if use javascript ; then config="${config} --with-rhino=$(java-pkg_getjar rhino-1.6 js.jar)" diff --git a/dev-java/icedtea/icedtea-6.1.13.3.ebuild b/dev-java/icedtea/icedtea-6.1.13.3.ebuild index feda6fd9aeb1..2156a9de8101 100644 --- a/dev-java/icedtea/icedtea-6.1.13.3.ebuild +++ b/dev-java/icedtea/icedtea-6.1.13.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.3.ebuild,v 1.6 2014/11/02 08:28:40 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.13.3.ebuild,v 1.7 2014/11/21 09:52:17 vapier Exp $ # Build written by Andrew John Hughes (gnu_andrew@member.fsf.org) # ********************************************************* @@ -9,7 +9,7 @@ EAPI="5" -inherit java-pkg-2 java-vm-2 pax-utils prefix versionator virtualx +inherit 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) @@ -192,12 +192,7 @@ src_configure() { config="${config} --enable-cacao" fi - # OpenJDK-specific parallelism support. Bug #389791, #337827 - # Implementation modified from waf-utils.eclass - # Note that "-j" is converted to "-j1" as the system doesn't support --load-average - local procs=$(echo -j1 ${MAKEOPTS} | sed -r "s/.*(-j\s*|--jobs=)([0-9]+).*/\2/" ) - config="${config} --with-parallel-jobs=${procs}"; - einfo "Configuring using --with-parallel-jobs=${procs}" + config+=" --with-parallel-jobs=$(makeopts_jobs)" if use javascript ; then config="${config} --with-rhino=$(java-pkg_getjar rhino-1.6 js.jar)" diff --git a/dev-java/icedtea/icedtea-6.1.13.4.ebuild b/dev-java/icedtea/icedtea-6.1.13.4.ebuild index 3fc73573a170..9ae5493d5bab 100644 --- a/dev-java/icedtea/icedtea-6.1.13.4.ebuild +++ b/dev-java/icedtea/icedtea-6.1.13.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.4.ebuild,v 1.2 2014/11/02 08:28:40 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.13.4.ebuild,v 1.3 2014/11/21 09:52:17 vapier Exp $ # Build written by Andrew John Hughes (gnu_andrew@member.fsf.org) # ********************************************************* @@ -9,7 +9,7 @@ EAPI="5" -inherit java-pkg-2 java-vm-2 pax-utils prefix versionator virtualx +inherit 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) @@ -193,12 +193,7 @@ src_configure() { config="${config} --enable-cacao" fi - # OpenJDK-specific parallelism support. Bug #389791, #337827 - # Implementation modified from waf-utils.eclass - # Note that "-j" is converted to "-j1" as the system doesn't support --load-average - local procs=$(echo -j1 ${MAKEOPTS} | sed -r "s/.*(-j\s*|--jobs=)([0-9]+).*/\2/" ) - config="${config} --with-parallel-jobs=${procs}"; - einfo "Configuring using --with-parallel-jobs=${procs}" + config+=" --with-parallel-jobs=$(makeopts_jobs)" if use javascript ; then config="${config} --with-rhino=$(java-pkg_getjar rhino-1.6 js.jar)" diff --git a/dev-java/icedtea/icedtea-7.2.4.3.ebuild b/dev-java/icedtea/icedtea-7.2.4.3.ebuild index cd561b6024fb..147dcf522e45 100644 --- a/dev-java/icedtea/icedtea-7.2.4.3.ebuild +++ b/dev-java/icedtea/icedtea-7.2.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.4.3.ebuild,v 1.8 2014/11/02 08:28:40 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.4.3.ebuild,v 1.9 2014/11/21 09:52:17 vapier Exp $ # Build written by Andrew John Hughes (gnu_andrew@member.fsf.org) # ********************************************************* @@ -11,7 +11,7 @@ EAPI="5" CHECKREQS_DISK_BUILD="9G" -inherit check-reqs java-pkg-2 java-vm-2 pax-utils prefix versionator virtualx flag-o-matic +inherit check-reqs java-pkg-2 java-vm-2 multiprocessing pax-utils prefix versionator virtualx flag-o-matic ICEDTEA_VER=$(get_version_component_range 2-) ICEDTEA_BRANCH=$(get_version_component_range 2-3) @@ -242,12 +242,7 @@ src_configure() { ;; esac - # OpenJDK-specific parallelism support. Bug #389791, #337827 - # Implementation modified from waf-utils.eclass - # Note that "-j" is converted to "-j1" as the system doesn't support --load-average - local procs=$(echo -j1 ${MAKEOPTS} | sed -r "s/.*(-j\s*|--jobs=)([0-9]+).*/\2/" ) - config="${config} --with-parallel-jobs=${procs}"; - einfo "Configuring using --with-parallel-jobs=${procs}" + config+=" --with-parallel-jobs=$(makeopts_jobs)" if use javascript ; then config="${config} --with-rhino=$(java-pkg_getjar rhino-1.6 js.jar)" diff --git a/dev-java/icedtea/icedtea-7.2.4.7.ebuild b/dev-java/icedtea/icedtea-7.2.4.7.ebuild index 7cfb07d62d89..5efb5d93820f 100644 --- a/dev-java/icedtea/icedtea-7.2.4.7.ebuild +++ b/dev-java/icedtea/icedtea-7.2.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.4.7.ebuild,v 1.6 2014/11/02 08:28:40 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.4.7.ebuild,v 1.7 2014/11/21 09:52:17 vapier Exp $ # Build written by Andrew John Hughes (gnu_andrew@member.fsf.org) # ********************************************************* @@ -9,7 +9,7 @@ EAPI="5" -inherit java-pkg-2 java-vm-2 pax-utils prefix versionator virtualx +inherit 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) @@ -233,12 +233,7 @@ src_configure() { zero_config="--enable-zero"; fi - # OpenJDK-specific parallelism support. Bug #389791, #337827 - # Implementation modified from waf-utils.eclass - # Note that "-j" is converted to "-j1" as the system doesn't support --load-average - local procs=$(echo -j1 ${MAKEOPTS} | sed -r "s/.*(-j\s*|--jobs=)([0-9]+).*/\2/" ) - config="${config} --with-parallel-jobs=${procs}"; - einfo "Configuring using --with-parallel-jobs=${procs}" + config+=" --with-parallel-jobs=$(makeopts_jobs)" if use javascript ; then config="${config} --with-rhino=$(java-pkg_getjar rhino-1.6 js.jar)" |