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/maui: maui-3.2.6_p16.ebuild ChangeLog maui-3.2.6_p21.ebuild
Date: Tue, 02 Mar 2010 02:31:41
Message-Id: E1NmHtM-0000Zv-Ty@stork.gentoo.org
1 jsbronder 10/03/02 02:31:24
2
3 Modified: maui-3.2.6_p16.ebuild ChangeLog
4 maui-3.2.6_p21.ebuild
5 Log:
6 Update deps, fix repoman warning.
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 sys-cluster/maui/maui-3.2.6_p16.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/maui/maui-3.2.6_p16.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/maui/maui-3.2.6_p16.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/maui/maui-3.2.6_p16.ebuild?r1=1.4&r2=1.5
15
16 Index: maui-3.2.6_p16.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.2.6_p16.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- maui-3.2.6_p16.ebuild 23 Sep 2009 20:41:42 -0000 1.4
23 +++ maui-3.2.6_p16.ebuild 2 Mar 2010 02:31:24 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.2.6_p16.ebuild,v 1.4 2009/09/23 20:41:42 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.2.6_p16.ebuild,v 1.5 2010/03/02 02:31:24 jsbronder Exp $
30
31 inherit autotools eutils multilib
32
33 @@ -8,7 +8,7 @@
34 HOMEPAGE="http://www.clusterresources.com/products/maui/"
35 SRC_URI="http://www.clusterresources.com/downloads/maui/${P/_/}.tar.gz"
36 IUSE=""
37 -DEPEND="virtual/pbs"
38 +DEPEND="sys-cluster/torque"
39 RDEPEND="${DEPEND}"
40 SLOT="0"
41 LICENSE="maui"
42 @@ -38,7 +38,7 @@
43 }
44
45 src_install() {
46 - make install INST_DIR=${D}/usr
47 + make install INST_DIR="${D}"/usr
48
49 cd docs
50 dodoc README mauidocs.html
51
52
53
54 1.14 sys-cluster/maui/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/maui/ChangeLog?rev=1.14&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/maui/ChangeLog?rev=1.14&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/maui/ChangeLog?r1=1.13&r2=1.14
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v
63 retrieving revision 1.13
64 retrieving revision 1.14
65 diff -u -r1.13 -r1.14
66 --- ChangeLog 15 Jan 2010 14:46:49 -0000 1.13
67 +++ ChangeLog 2 Mar 2010 02:31:24 -0000 1.14
68 @@ -1,6 +1,10 @@
69 # ChangeLog for sys-cluster/maui
70 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.13 2010/01/15 14:46:49 bangert Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.14 2010/03/02 02:31:24 jsbronder Exp $
73 +
74 + 02 Mar 2010; Justin Bronder <jsbronder@g.o> maui-3.2.6_p16.ebuild,
75 + maui-3.2.6_p21.ebuild:
76 + Update deps
77
78 15 Jan 2010; Thilo Bangert <bangert@g.o> Manifest:
79 rebuild manifest (#164373)
80
81
82
83 1.3 sys-cluster/maui/maui-3.2.6_p21.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/maui/maui-3.2.6_p21.ebuild?rev=1.3&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/maui/maui-3.2.6_p21.ebuild?rev=1.3&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/maui/maui-3.2.6_p21.ebuild?r1=1.2&r2=1.3
88
89 Index: maui-3.2.6_p21.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.2.6_p21.ebuild,v
92 retrieving revision 1.2
93 retrieving revision 1.3
94 diff -u -r1.2 -r1.3
95 --- maui-3.2.6_p21.ebuild 23 Sep 2009 20:41:42 -0000 1.2
96 +++ maui-3.2.6_p21.ebuild 2 Mar 2010 02:31:24 -0000 1.3
97 @@ -1,6 +1,6 @@
98 -# Copyright 1999-2009 Gentoo Foundation
99 +# Copyright 1999-2010 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.2.6_p21.ebuild,v 1.2 2009/09/23 20:41:42 patrick Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.2.6_p21.ebuild,v 1.3 2010/03/02 02:31:24 jsbronder Exp $
103
104 inherit autotools eutils multilib
105
106 @@ -8,7 +8,7 @@
107 HOMEPAGE="http://www.clusterresources.com/products/maui/"
108 SRC_URI="http://www.clusterresources.com/downloads/maui/${P/_/}.tar.gz"
109 IUSE=""
110 -DEPEND="virtual/pbs"
111 +DEPEND="sys-cluster/torque"
112 RDEPEND="${DEPEND}"
113 SLOT="0"
114 LICENSE="maui"