* [gentoo-commits] gentoo-x86 commit in sys-cluster/maui: ChangeLog maui-3.3.ebuild
@ 2010-07-15 7:06 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-07-15 7:06 UTC (permalink / raw
To: gentoo-commits
jlec 10/07/15 07:06:30
Modified: ChangeLog
Added: maui-3.3.ebuild
Log:
Version Bump and prefix support
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.16 sys-cluster/maui/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 24 Mar 2010 22:30:13 -0000 1.15
+++ ChangeLog 15 Jul 2010 07:06:30 -0000 1.16
@@ -1,6 +1,11 @@
# 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.15 2010/03/24 22:30:13 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.16 2010/07/15 07:06:30 jlec Exp $
+
+*maui-3.3 (14 Jul 2010)
+
+ 14 Jul 2010; Justin Lecher <jlec@gentoo.org> +maui-3.3.ebuild:
+ Version Bump and prefix support
*maui-3.2.6_p21-r1 (24 Mar 2010)
1.1 sys-cluster/maui/maui-3.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/maui-3.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/maui-3.3.ebuild?rev=1.1&content-type=text/plain
Index: maui-3.3.ebuild
===================================================================
# 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.3.ebuild,v 1.1 2010/07/15 07:06:30 jlec Exp $
EAPI="3"
inherit autotools eutils multilib
DESCRIPTION="Maui Cluster Scheduler"
HOMEPAGE="http://www.clusterresources.com/products/maui/"
SRC_URI="http://www.clusterresources.com/downloads/maui/${P/_/}.tar.gz"
IUSE=""
SLOT="0"
LICENSE="maui"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
DEPEND="sys-cluster/torque"
RDEPEND="${DEPEND}"
RESTRICT="fetch mirror"
S="${WORKDIR}/${P/_/}"
src_prepare() {
epatch "${FILESDIR}"/3.2.6_p21-autoconf-2.60-compat.patch
# http://www.supercluster.org/pipermail/mauiusers/2010-March/004174.html
epatch "${FILESDIR}"/maui-3.2.6_p21-pbs-nodefile.patch
sed -i \
-e "s~BUILDROOT=~BUILDROOT=${D}~" \
"${S}"/Makefile.in
eautoreconf
}
src_configure() {
econf \
--with-spooldir="${EPREFIX}"/usr/spool/maui \
--with-pbs="${EPREFIX}"/usr/
}
src_install() {
emake install INST_DIR="${ED}/usr"
dodoc docs/README CHANGELOG || die
dohtml docs/mauidocs.html || die
}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}, obtain the file"
einfo "${P/_/}.tar.gz and put it in ${DISTDIR}"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-15 7:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-15 7:06 [gentoo-commits] gentoo-x86 commit in sys-cluster/maui: ChangeLog maui-3.3.ebuild 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