summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-01-10 01:22:39 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-01-10 01:22:39 +0000
commitfe8b8f79aed1291c9e431ec7ebdc39f762ebe38c (patch)
tree1f5a467ce9dc9e0eeb614c82b22d34602153204c /sys-cluster/torque
parentBug #283320 cleanup. This package is actually building kernel modules, and sh... (diff)
downloadgentoo-2-fe8b8f79aed1291c9e431ec7ebdc39f762ebe38c.tar.gz
gentoo-2-fe8b8f79aed1291c9e431ec7ebdc39f762ebe38c.tar.bz2
gentoo-2-fe8b8f79aed1291c9e431ec7ebdc39f762ebe38c.zip
Bug #283320 cleanup: linux_config_exists before linux_chkconfig*.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/torque')
-rw-r--r--sys-cluster/torque/ChangeLog8
-rw-r--r--sys-cluster/torque/torque-2.3.6.ebuild6
-rw-r--r--sys-cluster/torque/torque-2.3.7-r1.ebuild6
-rw-r--r--sys-cluster/torque/torque-2.3.7.ebuild6
4 files changed, 15 insertions, 11 deletions
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 <robbat2@gentoo.org> 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."