Gentoo Archives: gentoo-commits

From: "Justin Bronder (jsbronder)" <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/torque: metadata.xml ChangeLog torque-2.5.6-r1.ebuild
Date: Tue, 05 Jul 2011 20:05:02
Message-Id: 20110705200452.9F9E02004B@flycatcher.gentoo.org
1 jsbronder 11/07/05 20:04:52
2
3 Modified: metadata.xml ChangeLog torque-2.5.6-r1.ebuild
4 Log:
5 Remove maui USE flag as it only modified RDEPEND.
6
7 (Portage version: 2.1.9.50/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 sys-cluster/torque/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/metadata.xml?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/metadata.xml?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/metadata.xml?r1=1.8&r2=1.9
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/metadata.xml,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- metadata.xml 3 Jul 2011 23:37:20 -0000 1.8
23 +++ metadata.xml 5 Jul 2011 20:04:52 -0000 1.9
24 @@ -8,7 +8,6 @@
25 <use>
26 <flag name='cpusets'>Enable pbs_mom to utilize linux cpusets if available</flag>
27 <flag name='drmaa'>Enable the Distributed Resource Management Application API</flag>
28 - <flag name='maui'>Enable maui scheduler support</flag>
29 <flag name='munge'>Enable authentication via munge</flag>
30 <flag name='server'>Enable compilation of pbs_server and pbs_sched</flag>
31 </use>
32
33
34
35 1.119 sys-cluster/torque/ChangeLog
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?rev=1.119&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?rev=1.119&content-type=text/plain
39 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?r1=1.118&r2=1.119
40
41 Index: ChangeLog
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v
44 retrieving revision 1.118
45 retrieving revision 1.119
46 diff -u -r1.118 -r1.119
47 --- ChangeLog 3 Jul 2011 23:37:20 -0000 1.118
48 +++ ChangeLog 5 Jul 2011 20:04:52 -0000 1.119
49 @@ -1,6 +1,10 @@
50 # ChangeLog for sys-cluster/torque
51 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
52 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.118 2011/07/03 23:37:20 alexxy Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.119 2011/07/05 20:04:52 jsbronder Exp $
54 +
55 + 05 Jul 2011; Justin Bronder <jsbronder@g.o> torque-2.5.6-r1.ebuild,
56 + metadata.xml:
57 + Remove maui USE flag as it only modified RDEPEND.
58
59 *torque-2.5.6-r1 (03 Jul 2011)
60
61
62
63
64 1.2 sys-cluster/torque/torque-2.5.6-r1.ebuild
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-2.5.6-r1.ebuild?rev=1.2&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-2.5.6-r1.ebuild?rev=1.2&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-2.5.6-r1.ebuild?r1=1.1&r2=1.2
69
70 Index: torque-2.5.6-r1.ebuild
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.6-r1.ebuild,v
73 retrieving revision 1.1
74 retrieving revision 1.2
75 diff -u -r1.1 -r1.2
76 --- torque-2.5.6-r1.ebuild 3 Jul 2011 23:37:20 -0000 1.1
77 +++ torque-2.5.6-r1.ebuild 5 Jul 2011 20:04:52 -0000 1.2
78 @@ -1,6 +1,6 @@
79 # Copyright 1999-2011 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.6-r1.ebuild,v 1.1 2011/07/03 23:37:20 alexxy Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.6-r1.ebuild,v 1.2 2011/07/05 20:04:52 jsbronder Exp $
83
84 EAPI=2
85 inherit flag-o-matic eutils linux-info
86 @@ -13,7 +13,7 @@
87
88 SLOT="0"
89 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
90 -IUSE="cpusets +crypt doc drmaa kernel_linux maui munge server +syslog threads tk xml"
91 +IUSE="cpusets +crypt doc drmaa kernel_linux munge server +syslog threads tk xml"
92
93 # ed is used by makedepend-sh
94 DEPEND_COMMON="sys-libs/ncurses
95 @@ -29,8 +29,7 @@
96
97 RDEPEND="${DEPEND_COMMON}
98 crypt? ( net-misc/openssh )
99 - !crypt? ( net-misc/netkit-rsh )
100 - maui? ( sys-cluster/maui[pbs] )"
101 + !crypt? ( net-misc/netkit-rsh )"
102
103 pkg_setup() {
104 PBS_SERVER_HOME="${PBS_SERVER_HOME:-/var/spool/torque}"
105 @@ -181,7 +180,6 @@
106 elog "http://www.clusterresources.com/wiki/doku.php?id=torque:torque_wiki"
107
108 elog " For a basic setup, you may use emerge --config ${PN}"
109 -
110 }
111
112 # root will be setup as the primary operator/manager, the local machine