public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/maui/, sys-cluster/maui/files/, profiles/
@ 2020-11-22 14:55 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2020-11-22 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     23c2fcae268d01a7bcb593febcd963875a822b7c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 14:54:12 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 14:54:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c2fcae

sys-cluster/maui: Remove last-rited package

Closes: https://bugs.gentoo.org/365713
Closes: https://bugs.gentoo.org/405277
Closes: https://bugs.gentoo.org/405437
Closes: https://bugs.gentoo.org/414793
Closes: https://bugs.gentoo.org/415699
Closes: https://bugs.gentoo.org/422799
Closes: https://bugs.gentoo.org/479288
Closes: https://bugs.gentoo.org/740928
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 profiles/package.mask                            |  6 ---
 sys-cluster/maui/Manifest                        |  1 -
 sys-cluster/maui/files/maui-3.3.1-torque_4.patch | 14 ------
 sys-cluster/maui/files/maui.initd                | 23 ---------
 sys-cluster/maui/maui-3.3.1-r3.ebuild            | 61 ------------------------
 sys-cluster/maui/metadata.xml                    | 12 -----
 6 files changed, 117 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index e6079ae1e84..269c438bcc6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -408,12 +408,6 @@ dev-perl/ZMQ-LibZMQ2
 # bug #654244, #740952, #726912, #723060
 dev-lang/j
 
-# David Seifert <soap@gentoo.org> (2020-10-24)
-# EAPI 4, fetch restricted, download link disappeared, fails to build.
-# Removal in 30 days. Bug #365713, #405277, #405437, #414793, #415699,
-# #422799, #479288, #740928.
-sys-cluster/maui
-
 # David Seifert <soap@gentoo.org> (2020-10-24)
 # EAPI 4, abandoned upstream, fails to build, security vulnerabilities.
 # .NET is practically abandoned in Gentoo and needs a complete reboot.

diff --git a/sys-cluster/maui/Manifest b/sys-cluster/maui/Manifest
deleted file mode 100644
index 2b74152b500..00000000000
--- a/sys-cluster/maui/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST maui-3.3.1.tar.gz 901179 BLAKE2B 57c207c3760b929140ccf998532131d2a879278cb47218a673cba1dda67f8d77180eadaf72c6bbf4c0917db78de5301f851324980917d772d9b955e551ad16f2 SHA512 e22a0f08b40d810792175b5bc15a53831e84eeab43ddc79ebc3e10a2d5c0b77a4634ff67975f9dae06fbb84f84cb3a95e9cbfcb8086734dbd41caee3359675b0

diff --git a/sys-cluster/maui/files/maui-3.3.1-torque_4.patch b/sys-cluster/maui/files/maui-3.3.1-torque_4.patch
deleted file mode 100644
index 1e063155573..00000000000
--- a/sys-cluster/maui/files/maui-3.3.1-torque_4.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur maui-3.3.1.orig/src/moab/MPBSI.c maui-3.3.1/src/moab/MPBSI.c
---- maui-3.3.1.orig/src/moab/MPBSI.c      2013-07-31 09:36:31.831849229 -0700
-+++ maui-3.3.1/src/moab/MPBSI.c           2013-07-31 09:37:12.951107957 -0700
-@@ -174,8 +174,8 @@
- 
- extern int pbs_errno; 
- 
--extern int get_svrport(const char *,char *,int);
--extern int openrm(char *,int);
-+extern unsigned int get_svrport(char *,char *,unsigned int);
-+extern int openrm(char *,unsigned int);
- extern int addreq(int,char *);
- extern int closerm(int);
- extern int pbs_stagein(int,char *,char *,char *);

diff --git a/sys-cluster/maui/files/maui.initd b/sys-cluster/maui/files/maui.initd
deleted file mode 100644
index df4f64474f1..00000000000
--- a/sys-cluster/maui/files/maui.initd
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-    need net
-    after pbs_server slurmctld
-    before pbs_mom slurmd
-    after logger
-}
-
-start() {
-    ebegin "Starting Maui scheduler"
-    start-stop-daemon --start --exec /usr/sbin/maui 
-    eend ${?}		
-}
-
-stop() {
-    ebegin "Stopping Maui scheduler"
-    start-stop-daemon --stop -p /var/spool/maui/maui.pid
-    eend ${?}
-}
-# vim:ts=4

diff --git a/sys-cluster/maui/maui-3.3.1-r3.ebuild b/sys-cluster/maui/maui-3.3.1-r3.ebuild
deleted file mode 100644
index 82459ce3849..00000000000
--- a/sys-cluster/maui/maui-3.3.1-r3.ebuild
+++ /dev/null
@@ -1,61 +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-4 )
-	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
-
-	epatch "${FILESDIR}"/${P}-torque_4.patch
-}
-
-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."
-}

diff --git a/sys-cluster/maui/metadata.xml b/sys-cluster/maui/metadata.xml
deleted file mode 100644
index 9baf5ea2521..00000000000
--- a/sys-cluster/maui/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>cluster@gentoo.org</email>
-    <name>Gentoo Cluster Project</name>
-  </maintainer>
-  <use>
-    <flag name="pbs">Enable pbs integration</flag>
-    <flag name="slurm">Enable slurm integration</flag>
-  </use>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-22 14:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-22 14:55 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/maui/, sys-cluster/maui/files/, profiles/ David Seifert

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