public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-cluster/maui: ChangeLog maui-3.3.1-r2.ebuild
@ 2011-07-04 16:18 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2011-07-04 16:18 UTC (permalink / raw
  To: gentoo-commits

alexxy      11/07/04 16:18:38

  Modified:             ChangeLog maui-3.3.1-r2.ebuild
  Log:
  [sys-cluster/maui] Add maui key support
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 sys-cluster/maui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	3 Jul 2011 23:19:35 -0000	1.22
+++ ChangeLog	4 Jul 2011 16:18:38 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for sys-cluster/maui
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.22 2011/07/03 23:19:35 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.23 2011/07/04 16:18:38 alexxy Exp $
+
+  04 Jul 2011; Alexey Shvetsov <alexxy@gentoo.org> maui-3.3.1-r2.ebuild:
+  Add maui key support
 
 *maui-3.3.1-r2 (03 Jul 2011)
 



1.2                  sys-cluster/maui/maui-3.3.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild?r1=1.1&r2=1.2

Index: maui-3.3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maui-3.3.1-r2.ebuild	3 Jul 2011 23:19:35 -0000	1.1
+++ maui-3.3.1-r2.ebuild	4 Jul 2011 16:18:38 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild,v 1.1 2011/07/03 23:19:35 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild,v 1.2 2011/07/04 16:18:38 alexxy Exp $
 
 EAPI="4"
 
-inherit autotools eutils multilib
+inherit eutils multilib
 
 DESCRIPTION="Maui Cluster Scheduler"
 HOMEPAGE="http://www.clusterresources.com/products/maui/"
@@ -24,17 +24,24 @@
 
 RESTRICT="fetch mirror"
 
+pkg_setup() {
+	if use slurm; then
+		if [ -z ${MAUI_KEY} ]; then
+			eerror "You should set MAUI_KEY to any integer value in make.conf"
+			return 1
+		fi
+	fi
+}
+
 src_prepare() {
-	epatch "${FILESDIR}"/3.2.6_p21-autoconf-2.60-compat.patch
 	sed -e "s:\$(INST_DIR)/lib:\$(INST_DIR)/$(get_libdir):" \
 		-i src/{moab,server,mcom}/Makefile || die
-	eautoreconf
 }
 
 src_configure() {
 	local myconf
 	use pbs && myconf="--with-pbs="${EPREFIX}"/usr"
-	use slurm && myconf="--with-wiki"
+	use slurm && myconf="--with-wiki --with-key=${MAUI_KEY}"
 	econf \
 		--with-spooldir="${EPREFIX}"/var/spool/${PN} \
 		${myconf}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/maui: ChangeLog maui-3.3.1-r2.ebuild
@ 2011-10-31 10:30 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-10-31 10:30 UTC (permalink / raw
  To: gentoo-commits

jlec        11/10/31 10:30:09

  Modified:             ChangeLog maui-3.3.1-r2.ebuild
  Log:
  Fixed quoting
  
  (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 sys-cluster/maui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	6 Sep 2011 08:23:37 -0000	1.24
+++ ChangeLog	31 Oct 2011 10:30:09 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for sys-cluster/maui
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.24 2011/09/06 08:23:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.25 2011/10/31 10:30:09 jlec Exp $
+
+  31 Oct 2011; Justin Lecher <jlec@gentoo.org> maui-3.3.1-r2.ebuild:
+  Fixed quoting
 
   06 Sep 2011; Justin Lecher <jlec@gentoo.org> maui-3.2.6_p16.ebuild,
   maui-3.2.6_p21.ebuild, maui-3.2.6_p21-r1.ebuild, maui-3.3.ebuild,



1.4                  sys-cluster/maui/maui-3.3.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild?r1=1.3&r2=1.4

Index: maui-3.3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- maui-3.3.1-r2.ebuild	6 Sep 2011 08:23:37 -0000	1.3
+++ maui-3.3.1-r2.ebuild	31 Oct 2011 10:30:09 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild,v 1.3 2011/09/06 08:23:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild,v 1.4 2011/10/31 10:30:09 jlec Exp $
 
 EAPI="4"
 
@@ -40,8 +40,8 @@
 
 src_configure() {
 	local myconf
-	use pbs && myconf="--with-pbs="${EPREFIX}"/usr"
-	use slurm && myconf="--with-wiki --with-key=${MAUI_KEY}"
+	use pbs && myconf="--with-pbs=${EPREFIX}/usr"
+	use slurm && myconf+=" --with-wiki --with-key=${MAUI_KEY}"
 	econf \
 		--with-spooldir="${EPREFIX}"/var/spool/${PN} \
 		${myconf}






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-31 10:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-04 16:18 [gentoo-commits] gentoo-x86 commit in sys-cluster/maui: ChangeLog maui-3.3.1-r2.ebuild Alexey Shvetsov (alexxy)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-31 10:30 Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox