public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/maui/
Date: Fri, 13 Dec 2019 16:07:51 +0000 (UTC)	[thread overview]
Message-ID: <1576253262.f7a62a884132062a27a98f4cef2e967b62d71985.bman@gentoo> (raw)

commit:     f7a62a884132062a27a98f4cef2e967b62d71985
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 15:59:59 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 16:07:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a62a88

sys-cluster/maui: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 sys-cluster/maui/maui-3.3.1-r2.ebuild | 59 -----------------------------------
 1 file changed, 59 deletions(-)

diff --git a/sys-cluster/maui/maui-3.3.1-r2.ebuild b/sys-cluster/maui/maui-3.3.1-r2.ebuild
deleted file mode 100644
index af2623ae6e1..00000000000
--- a/sys-cluster/maui/maui-3.3.1-r2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils multilib
-
-DESCRIPTION="Maui Cluster Scheduler"
-HOMEPAGE="http://www.adaptivecomputing.com/products/open-source/maui/"
-SRC_URI="http://www.adaptivecomputing.com/download/${PN}/${P}.tar.gz"
-
-LICENSE="maui"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE="pbs slurm"
-
-REQUIRED_USE="^^ ( pbs slurm )"
-
-DEPEND="
-	pbs? ( sys-cluster/torque )
-	slurm? ( sys-cluster/slurm )"
-RDEPEND="${DEPEND}"
-
-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() {
-	sed -e "s:\$(INST_DIR)/lib:\$(INST_DIR)/$(get_libdir):" \
-		-i src/{moab,server,mcom}/Makefile || die
-}
-
-src_configure() {
-	local myconf
-	use pbs && myconf="--with-pbs=${EPREFIX}/usr"
-	use slurm && myconf+=" --with-wiki --with-key=${MAUI_KEY}"
-	econf \
-		--with-spooldir="${EPREFIX}"/var/spool/${PN} \
-		${myconf}
-}
-
-src_install() {
-	emake BUILDROOT="${D}" INST_DIR="${ED}/usr" install
-	dodoc docs/README CHANGELOG
-	dohtml docs/mauidocs.html
-	newinitd "${FILESDIR}/${PN}.initd" ${PN}
-}
-
-pkg_nofetch() {
-	einfo "Please visit ${HOMEPAGE}, obtain the file"
-	einfo "${P}.tar.gz and put it in your DISTDIR directory."
-}


             reply	other threads:[~2019-12-13 16:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-13 16:07 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-02-05 20:56 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/maui/ Ben Kohler
2017-12-18 23:28 Ulrich Müller
2017-02-25 10:23 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1576253262.f7a62a884132062a27a98f4cef2e967b62d71985.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox