summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-cluster/maui/ChangeLog6
-rw-r--r--sys-cluster/maui/maui-3.2.6_p16.ebuild8
-rw-r--r--sys-cluster/maui/maui-3.2.6_p21.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-cluster/maui/ChangeLog b/sys-cluster/maui/ChangeLog
index c15219547fc1..2a06bbabf3d9 100644
--- a/sys-cluster/maui/ChangeLog
+++ b/sys-cluster/maui/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/maui
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.13 2010/01/15 14:46:49 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.14 2010/03/02 02:31:24 jsbronder Exp $
+
+ 02 Mar 2010; Justin Bronder <jsbronder@gentoo.org> maui-3.2.6_p16.ebuild,
+ maui-3.2.6_p21.ebuild:
+ Update deps
15 Jan 2010; Thilo Bangert <bangert@gentoo.org> Manifest:
rebuild manifest (#164373)
diff --git a/sys-cluster/maui/maui-3.2.6_p16.ebuild b/sys-cluster/maui/maui-3.2.6_p16.ebuild
index 9379bd16b68f..b922f92f9983 100644
--- a/sys-cluster/maui/maui-3.2.6_p16.ebuild
+++ b/sys-cluster/maui/maui-3.2.6_p16.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/maui/maui-3.2.6_p16.ebuild,v 1.4 2009/09/23 20:41:42 patrick Exp $
+# $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 $
inherit autotools eutils multilib
@@ -8,7 +8,7 @@ DESCRIPTION="Maui Cluster Scheduler"
HOMEPAGE="http://www.clusterresources.com/products/maui/"
SRC_URI="http://www.clusterresources.com/downloads/maui/${P/_/}.tar.gz"
IUSE=""
-DEPEND="virtual/pbs"
+DEPEND="sys-cluster/torque"
RDEPEND="${DEPEND}"
SLOT="0"
LICENSE="maui"
@@ -38,7 +38,7 @@ src_compile() {
}
src_install() {
- make install INST_DIR=${D}/usr
+ make install INST_DIR="${D}"/usr
cd docs
dodoc README mauidocs.html
diff --git a/sys-cluster/maui/maui-3.2.6_p21.ebuild b/sys-cluster/maui/maui-3.2.6_p21.ebuild
index b56351cee6ee..636f5523d06f 100644
--- a/sys-cluster/maui/maui-3.2.6_p21.ebuild
+++ b/sys-cluster/maui/maui-3.2.6_p21.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/maui/maui-3.2.6_p21.ebuild,v 1.2 2009/09/23 20:41:42 patrick Exp $
+# $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 $
inherit autotools eutils multilib
@@ -8,7 +8,7 @@ DESCRIPTION="Maui Cluster Scheduler"
HOMEPAGE="http://www.clusterresources.com/products/maui/"
SRC_URI="http://www.clusterresources.com/downloads/maui/${P/_/}.tar.gz"
IUSE=""
-DEPEND="virtual/pbs"
+DEPEND="sys-cluster/torque"
RDEPEND="${DEPEND}"
SLOT="0"
LICENSE="maui"