summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-11-22 15:54:12 +0100
committerDavid Seifert <soap@gentoo.org>2020-11-22 15:54:12 +0100
commit23c2fcae268d01a7bcb593febcd963875a822b7c (patch)
treef145148147ebee190be018ff7edf1b1512df14da
parentsys-cluster/mvapich2: Remove last-rited package (diff)
downloadgentoo-23c2fcae268d01a7bcb593febcd963875a822b7c.tar.gz
gentoo-23c2fcae268d01a7bcb593febcd963875a822b7c.tar.bz2
gentoo-23c2fcae268d01a7bcb593febcd963875a822b7c.zip
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@gentoo.org>
-rw-r--r--profiles/package.mask6
-rw-r--r--sys-cluster/maui/Manifest1
-rw-r--r--sys-cluster/maui/files/maui-3.3.1-torque_4.patch14
-rw-r--r--sys-cluster/maui/files/maui.initd23
-rw-r--r--sys-cluster/maui/maui-3.3.1-r3.ebuild61
-rw-r--r--sys-cluster/maui/metadata.xml12
6 files changed, 0 insertions, 117 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index e6079ae1e84c..269c438bcc67 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -409,12 +409,6 @@ dev-perl/ZMQ-LibZMQ2
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.
# Removal in 30 days. Bug #681194, #722256, #740986, #740988, #740990.
diff --git a/sys-cluster/maui/Manifest b/sys-cluster/maui/Manifest
deleted file mode 100644
index 2b74152b5002..000000000000
--- 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 1e0631555736..000000000000
--- 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 df4f64474f1f..000000000000
--- 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 82459ce3849b..000000000000
--- 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 9baf5ea25211..000000000000
--- 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>