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-r1.ebuild
@ 2011-06-29 14:21 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2011-06-29 14:21 UTC (permalink / raw
  To: gentoo-commits

alexxy      11/06/29 14:21:51

  Modified:             ChangeLog maui-3.3.1-r1.ebuild
  Log:
  [sys-cluster/maui] Reloacte spool to var not to usr
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 sys-cluster/maui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	29 Jun 2011 13:55:09 -0000	1.18
+++ ChangeLog	29 Jun 2011 14:21:51 -0000	1.19
@@ -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.18 2011/06/29 13:55:09 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.19 2011/06/29 14:21:51 alexxy Exp $
+
+  29 Jun 2011; Alexey Shvetsov <alexxy@gentoo.org> maui-3.3.1-r1.ebuild:
+  Reloacte spool to var not to usr
 
 *maui-3.3.1-r1 (29 Jun 2011)
 



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

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

Index: maui-3.3.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.3.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maui-3.3.1-r1.ebuild	29 Jun 2011 13:55:09 -0000	1.1
+++ maui-3.3.1-r1.ebuild	29 Jun 2011 14:21:51 -0000	1.2
@@ -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-r1.ebuild,v 1.1 2011/06/29 13:55:09 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.3.1-r1.ebuild,v 1.2 2011/06/29 14:21:51 alexxy Exp $
 
 EAPI="3"
 
@@ -29,7 +29,7 @@
 
 src_configure() {
 	econf \
-		--with-spooldir="${EPREFIX}"/usr/spool/maui \
+		--with-spooldir="${EPREFIX}"/var/spool/maui \
 		--with-pbs="${EPREFIX}"/usr
 }
 






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

* [gentoo-commits] gentoo-x86 commit in sys-cluster/maui: ChangeLog maui-3.3.1-r1.ebuild
@ 2011-06-30  8:28 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 2+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-06-30  8:28 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/06/30 08:28:12

  Modified:             ChangeLog maui-3.3.1-r1.ebuild
  Log:
  maui->PN, fix order of vars
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 sys-cluster/maui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	29 Jun 2011 16:15:04 -0000	1.20
+++ ChangeLog	30 Jun 2011 08:28:12 -0000	1.21
@@ -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.20 2011/06/29 16:15:04 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.21 2011/06/30 08:28:12 xarthisius Exp $
+
+  30 Jun 2011; Kacper Kowalik <xarthisius@gentoo.org> maui-3.3.1-r1.ebuild:
+  maui->PN, fix order of vars
 
   29 Jun 2011; Alexey Shvetsov <alexxy@gentoo.org> files/maui.initd:
   Fix typo in init.d



1.3                  sys-cluster/maui/maui-3.3.1-r1.ebuild

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

Index: maui-3.3.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.3.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maui-3.3.1-r1.ebuild	29 Jun 2011 14:21:51 -0000	1.2
+++ maui-3.3.1-r1.ebuild	30 Jun 2011 08:28:12 -0000	1.3
@@ -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-r1.ebuild,v 1.2 2011/06/29 14:21:51 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.3.1-r1.ebuild,v 1.3 2011/06/30 08:28:12 xarthisius Exp $
 
 EAPI="3"
 
@@ -8,12 +8,12 @@
 
 DESCRIPTION="Maui Cluster Scheduler"
 HOMEPAGE="http://www.clusterresources.com/products/maui/"
-SRC_URI="http://www.adaptivecomputing.com/download/maui/${P}.tar.gz"
+SRC_URI="http://www.adaptivecomputing.com/download/${PN}/${P}.tar.gz"
 
-IUSE=""
-SLOT="0"
 LICENSE="maui"
+SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE=""
 
 DEPEND="sys-cluster/torque"
 RDEPEND="${DEPEND}"
@@ -29,15 +29,15 @@
 
 src_configure() {
 	econf \
-		--with-spooldir="${EPREFIX}"/var/spool/maui \
+		--with-spooldir="${EPREFIX}"/var/spool/${PN} \
 		--with-pbs="${EPREFIX}"/usr
 }
 
 src_install() {
-	emake install BUILDROOT="${D}" INST_DIR="${ED}/usr" || die
+	emake BUILDROOT="${D}" INST_DIR="${ED}/usr" install || die
 	dodoc docs/README CHANGELOG || die
 	dohtml docs/mauidocs.html || die
-	newinitd "${FILESDIR}/maui.initd" maui || die
+	newinitd "${FILESDIR}/${PN}.initd" ${PN} || die
 }
 
 pkg_nofetch() {






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

end of thread, other threads:[~2011-06-30  8:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-30  8:28 [gentoo-commits] gentoo-x86 commit in sys-cluster/maui: ChangeLog maui-3.3.1-r1.ebuild Kacper Kowalik (xarthisius)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-29 14:21 Alexey Shvetsov (alexxy)

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