diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
commit | d934827bf44b7cfcf6711964418148fa60877668 (patch) | |
tree | 0625f358789b5e015e49db139cc1dbc9be00428f /sys-cluster/maui | |
parent | 2e34d110f164bf74d55fced27fe0000201b3eec5 (diff) |
gentoo resync : 25.11.2020
Diffstat (limited to 'sys-cluster/maui')
-rw-r--r-- | sys-cluster/maui/Manifest | 5 | ||||
-rw-r--r-- | sys-cluster/maui/files/maui-3.3.1-torque_4.patch | 14 | ||||
-rw-r--r-- | sys-cluster/maui/files/maui.initd | 23 | ||||
-rw-r--r-- | sys-cluster/maui/maui-3.3.1-r3.ebuild | 61 | ||||
-rw-r--r-- | sys-cluster/maui/metadata.xml | 12 |
5 files changed, 0 insertions, 115 deletions
diff --git a/sys-cluster/maui/Manifest b/sys-cluster/maui/Manifest deleted file mode 100644 index aa291d310155..000000000000 --- a/sys-cluster/maui/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX maui-3.3.1-torque_4.patch 568 BLAKE2B 84f9d45e15ac837c8d00be056e5079538b49281bd64401fcbb25cdb853c93205e0fc6470bdaa44c302018508adcc1477776ce438d332e4044a920cab1ac1a401 SHA512 ac493718454e9d08f9d94aa38ce7a9f6baa58643928eb9d6af738be94aa7dd2b685de98ed0516170656ca94a52b6838a3203c87d64642dfebe81733efc461f18 -AUX maui.initd 477 BLAKE2B 79dbd14bf08201d6d38f466ee0f486aa9402eefd0cb85d99cd2b756966d95665132ccb008ee1997b48114e062508796093b7e99e08fc44a855f7a3752237ae27 SHA512 73748cba13d55a56d7db3e3b36d52726c3e6eb54a177f87dc14aec655e7c19614932116719d121da6808227c9216c3ca59697b4327b3a5fb828ef8c2f6645b3f -DIST maui-3.3.1.tar.gz 901179 BLAKE2B 57c207c3760b929140ccf998532131d2a879278cb47218a673cba1dda67f8d77180eadaf72c6bbf4c0917db78de5301f851324980917d772d9b955e551ad16f2 SHA512 e22a0f08b40d810792175b5bc15a53831e84eeab43ddc79ebc3e10a2d5c0b77a4634ff67975f9dae06fbb84f84cb3a95e9cbfcb8086734dbd41caee3359675b0 -EBUILD maui-3.3.1-r3.ebuild 1382 BLAKE2B aa8223dd47c1b9ad18d510c157550444e4146a012764acbf4a2cb227be747e2668f981bf983687f146e219bb0dd91302421b4ea2ae2bdd9e36ca64d9bad81852 SHA512 819abc743381e39aa0079309c2dd3eaa41af2a399c76ccf0f7c0cc3c65531945cfb157206dff17ab351d443cfc48f9e1d3f9081e7ac3b9c01db7d8a71cc9eae6 -MISC metadata.xml 386 BLAKE2B 42f99e755b29e50569cc3f6b93ca54611d21a57fe905803d3a206ca16e6efdac2e2433a3680e352f88b87c7b745419852eafb6399f587354a96266357c27d6af SHA512 15a026ae2a40cc79038965dc0cff98f4dc4a5c2e231a9a59f46c1360c6b32e2195e1d354be34870cc7ef3033c9182d4b933c1e7625dd1053d062f12321c8130e 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> |