diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 22:19:36 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-10-14 23:22:23 +0100 |
commit | 4b19be30aa626b327c885dae62c559ec0e9fb935 (patch) | |
tree | 76e74807bc479502e13866b581b6bf86734ec634 /sys-cluster/lspbs | |
parent | 30d6f67c98d149508509d5e86f176d558793acc0 (diff) |
gentoo resync : 13.10.2019
Diffstat (limited to 'sys-cluster/lspbs')
-rw-r--r-- | sys-cluster/lspbs/Manifest | 3 | ||||
-rw-r--r-- | sys-cluster/lspbs/lspbs-1.1-r1.ebuild | 25 | ||||
-rw-r--r-- | sys-cluster/lspbs/metadata.xml | 18 |
3 files changed, 0 insertions, 46 deletions
diff --git a/sys-cluster/lspbs/Manifest b/sys-cluster/lspbs/Manifest deleted file mode 100644 index f2a17bd1a3c9..000000000000 --- a/sys-cluster/lspbs/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST lspbs-1.1.tar.gz 69265 BLAKE2B 6daf02e03effb8ef4f54a1e016881e8d38803c4aee56c6942d1ccb5736d02aea696a7045d8afce3da06326a1d1c2974fe36d7d1dcde5b51dcafcd3e467c4b7b2 SHA512 4732767968d3226a88617fd60796811c8fef6e7ba717e66e31867b06045a1483d4be65f795a8fde81598efdd5e6cdaf688d52cac9cb0c8f888d9420f539b2730 -EBUILD lspbs-1.1-r1.ebuild 692 BLAKE2B b1839399906e049c78b0a64b99c10a679eb4d64342bdd0b070755a4407d5d976f27b28b77c041b7029f688061142fdcad4a1e341ed2149c243c7fa96e508c590 SHA512 b13fc5edbdbf483fc8aee0d2a13644afa93f5b04c193896264c3226024dac60fbd2101650fd6d65c8326dcfdc5e4509c9bdff74822cd27c113d17407b87fa189 -MISC metadata.xml 833 BLAKE2B a943d1a2ab78896ce6c055ebef5b6ed79f1aa778c818497801548f3d5e5bccf0cfdb1695cf38654656ba55808f6ade3d67848099f46814bcfccf7f879c0f8762 SHA512 939ff6cd4dcfadca5196014cd570cbf51dfbd5af543a99768d43b3c7c76193f83305d13c718da26e7cc806703067dab6cf5482e8323bd9036895b23ce61ba824 diff --git a/sys-cluster/lspbs/lspbs-1.1-r1.ebuild b/sys-cluster/lspbs/lspbs-1.1-r1.ebuild deleted file mode 100644 index 5da338aa2062..000000000000 --- a/sys-cluster/lspbs/lspbs-1.1-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Displays clear, concise and up-to-date PBS node and CPU usage information" -SRC_URI="http://homepages.inf.ed.ac.uk/s0239160/misc/lspbs/${P}.tar.gz" -HOMEPAGE="http://homepages.inf.ed.ac.uk/s0239160/misc/lspbs/lspbs.html" -IUSE="" - -DEPEND="sys-cluster/torque" -RDEPEND="${DEPEND}" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - - dodoc README || die "dodoc failed" - - doman "${D}"/usr/share/lspbs.1 || die "doman failed" - rm -f "${D}"/usr/share/lspbs.1 || die "failed to remove old man page" -} diff --git a/sys-cluster/lspbs/metadata.xml b/sys-cluster/lspbs/metadata.xml deleted file mode 100644 index e40efc65cc22..000000000000 --- a/sys-cluster/lspbs/metadata.xml +++ /dev/null @@ -1,18 +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> - <longdescription> - Lspbs is a lightweight alternative to the xpbsmon utility, which - is part of the OpenPBS package. It uses the color xterm to - display clear, concise and up-to-date node and CPU usage - information. Lspbs also supports unformatted printing and can - filter nodes by their properties and current state. This generic - filtering feature extends the simplistic functionality provided by - the pbsnodes utility, which is also part of the OpenPBS - package. This makes lspbs useful for managing PBS-based clusters. - </longdescription> -</pkgmetadata> |