summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/maui/maui-3.2.6_p21.ebuild')
-rw-r--r--sys-cluster/maui/maui-3.2.6_p21.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/sys-cluster/maui/maui-3.2.6_p21.ebuild b/sys-cluster/maui/maui-3.2.6_p21.ebuild
deleted file mode 100644
index 72751b8c686c..000000000000
--- a/sys-cluster/maui/maui-3.2.6_p21.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit autotools eutils multilib
-
-DESCRIPTION="Maui Cluster Scheduler"
-HOMEPAGE="http://www.adaptivecomputing.com/products/open-source/maui/"
-SRC_URI="http://www.clusterresources.com/downloads/maui/${P/_/}.tar.gz"
-IUSE=""
-DEPEND="sys-cluster/torque"
-RDEPEND="${DEPEND}"
-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}"
-}