summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2016-08-12 22:23:20 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2016-08-12 22:23:20 +0300
commitf5085af66c281923f68c99ad1cb53990260bbd87 (patch)
treed939f5b38bb4f71e43437be63807930a9e12b617
parentsys-cluster/orangefs: multiple updates (diff)
downloadbircoph-f5085af66c281923f68c99ad1cb53990260bbd87.tar.gz
bircoph-f5085af66c281923f68c99ad1cb53990260bbd87.tar.bz2
bircoph-f5085af66c281923f68c99ad1cb53990260bbd87.zip
sys-cluster/torque: multiple fixes
- GLEP 67 update - EAPI 5 update - runscript -> openrc-run - update subslot deps
-rw-r--r--sys-cluster/torque/files/pbs_mom-init.d4
-rw-r--r--sys-cluster/torque/files/pbs_mom-init.d-munge4
-rw-r--r--sys-cluster/torque/files/pbs_sched-init.d4
-rw-r--r--sys-cluster/torque/files/pbs_server-init.d4
-rw-r--r--sys-cluster/torque/files/pbs_server-init.d-munge4
-rw-r--r--sys-cluster/torque/metadata.xml8
-rw-r--r--sys-cluster/torque/torque-3.0.6-r1.ebuild10
7 files changed, 19 insertions, 19 deletions
diff --git a/sys-cluster/torque/files/pbs_mom-init.d b/sys-cluster/torque/files/pbs_mom-init.d
index 1811b48..847c090 100644
--- a/sys-cluster/torque/files/pbs_mom-init.d
+++ b/sys-cluster/torque/files/pbs_mom-init.d
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the Torque 2.5+ License
. /etc/conf.d/torque
diff --git a/sys-cluster/torque/files/pbs_mom-init.d-munge b/sys-cluster/torque/files/pbs_mom-init.d-munge
index 6c84dc6..60e974a 100644
--- a/sys-cluster/torque/files/pbs_mom-init.d-munge
+++ b/sys-cluster/torque/files/pbs_mom-init.d-munge
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the Torque 2.5+ License
. /etc/conf.d/torque
diff --git a/sys-cluster/torque/files/pbs_sched-init.d b/sys-cluster/torque/files/pbs_sched-init.d
index 72e565a..2eefb55 100644
--- a/sys-cluster/torque/files/pbs_sched-init.d
+++ b/sys-cluster/torque/files/pbs_sched-init.d
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the Torque 2.5+ License
. /etc/conf.d/torque
diff --git a/sys-cluster/torque/files/pbs_server-init.d b/sys-cluster/torque/files/pbs_server-init.d
index 513d338..981be40 100644
--- a/sys-cluster/torque/files/pbs_server-init.d
+++ b/sys-cluster/torque/files/pbs_server-init.d
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the Torque 2.5+ License
. /etc/conf.d/torque
diff --git a/sys-cluster/torque/files/pbs_server-init.d-munge b/sys-cluster/torque/files/pbs_server-init.d-munge
index 83101a2..25f7b7d 100644
--- a/sys-cluster/torque/files/pbs_server-init.d-munge
+++ b/sys-cluster/torque/files/pbs_server-init.d-munge
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the Torque 2.5+ License
. /etc/conf.d/torque
diff --git a/sys-cluster/torque/metadata.xml b/sys-cluster/torque/metadata.xml
index 703f1e2..85172da 100644
--- a/sys-cluster/torque/metadata.xml
+++ b/sys-cluster/torque/metadata.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>cluster</herd>
- <maintainer>
- <email>jsbronder@gentoo.org</email>
- </maintainer>
+<maintainer type="person">
+ <email>bircoph@gentoo.org</email>
+ <name>Andrew Savchenko</name>
+</maintainer>
<use>
<flag name="cpusets">Enable pbs_mom to utilize linux cpusets if available</flag>
<flag name="drmaa">Enable the Distributed Resource Management Application API</flag>
diff --git a/sys-cluster/torque/torque-3.0.6-r1.ebuild b/sys-cluster/torque/torque-3.0.6-r1.ebuild
index fbd5c64..d218978 100644
--- a/sys-cluster/torque/torque-3.0.6-r1.ebuild
+++ b/sys-cluster/torque/torque-3.0.6-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-3.0.6-r1.ebuild,v 1.2 2013/01/22 18:44:49 jlec Exp $
-EAPI=4
+EAPI=5
AUTOTOOLS_AUTORECONF=yes
@@ -19,11 +19,11 @@ IUSE="cpusets +crypt doc drmaa kernel_linux munge nvidia server static-libs +sys
# ed is used by makedepend-sh
DEPEND_COMMON="
- sys-libs/ncurses
- sys-libs/readline
+ sys-libs/ncurses:*
+ sys-libs/readline:0=
munge? ( sys-auth/munge )
nvidia? ( >=x11-drivers/nvidia-drivers-275 )
- tk? ( dev-lang/tk )
+ tk? ( dev-lang/tk:0= )
syslog? ( virtual/logger )
!games-util/qstat"