Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
weaver 09/01/02 08:51:30
Modified: ChangeLog
Added: maui-3.2.6_p21.ebuild
Log:
Version bump, bug 164373
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
Revision Changes Path
1.10 sys-cluster/maui/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/maui/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/maui/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/maui/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 31 Jan 2008 06:54:07 -0000 1.9
+++ ChangeLog 2 Jan 2009 08:51:30 -0000 1.10
@@ -1,6 +1,12 @@
# ChangeLog for sys-cluster/maui
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.9 2008/01/31 06:54:07 dberkholz Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.10 2009/01/02 08:51:30 weaver Exp $
+
+*maui-3.2.6_p21 (02 Jan 2009)
+
+ 02 Jan 2009; weaver <weaver@g.o>
+ +files/3.2.6_p21-autoconf-2.60-compat.patch, +maui-3.2.6_p21.ebuild:
+ Version bump, bug 164373. Drop 2 patches merged upstream.
31 Jan 2008; Donnie Berkholz <dberkholz@g.o>;
-maui-3.2.6_p13.ebuild, -maui-3.2.6_p13-r1.ebuild:
1.1 sys-cluster/maui/maui-3.2.6_p21.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/maui/maui-3.2.6_p21.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/maui/maui-3.2.6_p21.ebuild?rev=1.1&content-type=text/plain
Index: maui-3.2.6_p21.ebuild
===================================================================
# Copyright 1999-2009 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.1 2009/01/02 08:51:30 weaver Exp $
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=""
DEPEND="virtual/pbs"
RDEPEND="${DEPEND}
virtual/libc"
SLOT="0"
LICENSE="maui"
KEYWORDS="~x86 ~amd64"
RESTRICT="fetch mirror"
S="${WORKDIR}/${P/_/}"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PV}-autoconf-2.60-compat.patch
sed -i \
-e "s~BUILDROOT=~BUILDROOT=${D}~" \
"${S}"/Makefile.in
eautoreconf
}
src_compile() {
econf --with-spooldir=/usr/spool/maui || die
emake || die
}
src_install() {
make install INST_DIR="${D}/usr"
cd docs
dodoc README mauidocs.html
}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}, obtain the file"
einfo "${P/_/}.tar.gz and put it in ${DISTDIR}"
}
|
|