From fe8b8f79aed1291c9e431ec7ebdc39f762ebe38c Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 10 Jan 2010 01:22:39 +0000 Subject: Bug #283320 cleanup: linux_config_exists before linux_chkconfig*. (Portage version: 2.2_rc61/cvs/Linux x86_64) --- sys-cluster/torque/ChangeLog | 8 ++++++-- sys-cluster/torque/torque-2.3.6.ebuild | 6 +++--- sys-cluster/torque/torque-2.3.7-r1.ebuild | 6 +++--- sys-cluster/torque/torque-2.3.7.ebuild | 6 +++--- 4 files changed, 15 insertions(+), 11 deletions(-) (limited to 'sys-cluster/torque') diff --git a/sys-cluster/torque/ChangeLog b/sys-cluster/torque/ChangeLog index 7da02f1b0e6d..233725dde698 100644 --- a/sys-cluster/torque/ChangeLog +++ b/sys-cluster/torque/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/torque -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.87 2009/12/03 22:50:46 jsbronder Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.88 2010/01/10 01:22:39 robbat2 Exp $ + + 10 Jan 2010; Robin H. Johnson torque-2.3.6.ebuild, + torque-2.3.7.ebuild, torque-2.3.7-r1.ebuild: + Bug #283320 cleanup: linux_config_exists before linux_chkconfig*. *torque-2.3.7-r1 (03 Dec 2009) diff --git a/sys-cluster/torque/torque-2.3.6.ebuild b/sys-cluster/torque/torque-2.3.6.ebuild index 5fdaa6b5a801..4d75cd7fd708 100644 --- a/sys-cluster/torque/torque-2.3.6.ebuild +++ b/sys-cluster/torque/torque-2.3.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.3.6.ebuild,v 1.8 2009/09/23 20:44:15 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.3.6.ebuild,v 1.9 2010/01/10 01:22:39 robbat2 Exp $ inherit flag-o-matic eutils linux-info @@ -47,7 +47,7 @@ pkg_setup() { elog " Torque support for cpusets is still in development, you may" elog "wish to disable it for production use." einfo - if ! linux_chkconfig_present CPUSETS; then + if ! linux_config_exists || ! linux_chkconfig_present CPUSETS; then einfo elog " Torque support for cpusets will require that you recompile" elog "your kernel with CONFIG_CPUSETS enabled." diff --git a/sys-cluster/torque/torque-2.3.7-r1.ebuild b/sys-cluster/torque/torque-2.3.7-r1.ebuild index 27fc3d274d74..943b513d17df 100644 --- a/sys-cluster/torque/torque-2.3.7-r1.ebuild +++ b/sys-cluster/torque/torque-2.3.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.3.7-r1.ebuild,v 1.1 2009/12/03 22:50:46 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.3.7-r1.ebuild,v 1.2 2010/01/10 01:22:39 robbat2 Exp $ EAPI=2 inherit flag-o-matic eutils linux-info @@ -56,7 +56,7 @@ pkg_setup() { elog " Torque support for cpusets is still in development, you may" elog "wish to disable it for production use." einfo - if ! linux_chkconfig_present CPUSETS; then + if ! linux_config_exists || ! linux_chkconfig_present CPUSETS; then einfo elog " Torque support for cpusets will require that you recompile" elog "your kernel with CONFIG_CPUSETS enabled." diff --git a/sys-cluster/torque/torque-2.3.7.ebuild b/sys-cluster/torque/torque-2.3.7.ebuild index e0a6a9d0b9ca..8835e0270721 100644 --- a/sys-cluster/torque/torque-2.3.7.ebuild +++ b/sys-cluster/torque/torque-2.3.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.3.7.ebuild,v 1.3 2009/11/02 15:40:02 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.3.7.ebuild,v 1.4 2010/01/10 01:22:39 robbat2 Exp $ EAPI=2 inherit flag-o-matic eutils linux-info @@ -46,7 +46,7 @@ pkg_setup() { elog " Torque support for cpusets is still in development, you may" elog "wish to disable it for production use." einfo - if ! linux_chkconfig_present CPUSETS; then + if ! linux_config_exists || ! linux_chkconfig_present CPUSETS; then einfo elog " Torque support for cpusets will require that you recompile" elog "your kernel with CONFIG_CPUSETS enabled." -- cgit v1.2.3-65-gdbad