diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-07 10:26:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-07 10:26:35 +0200 |
commit | 87319e8a21ee665d7a5f8dac51e276161cfa3823 (patch) | |
tree | 8cf79b7acf9fe235cddb905ef809498d43bc4c52 /sys-cluster | |
parent | sci-mathematics/kodkod: Remove last-rited pkg (diff) | |
download | gentoo-87319e8a21ee665d7a5f8dac51e276161cfa3823.tar.gz gentoo-87319e8a21ee665d7a5f8dac51e276161cfa3823.tar.bz2 gentoo-87319e8a21ee665d7a5f8dac51e276161cfa3823.zip |
sys-cluster/lspbs: Remove last-rited pkg
Closes: https://bugs.gentoo.org/617188
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/lspbs/Manifest | 1 | ||||
-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, 44 deletions
diff --git a/sys-cluster/lspbs/Manifest b/sys-cluster/lspbs/Manifest deleted file mode 100644 index 1528726a2d31..000000000000 --- a/sys-cluster/lspbs/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lspbs-1.1.tar.gz 69265 BLAKE2B 6daf02e03effb8ef4f54a1e016881e8d38803c4aee56c6942d1ccb5736d02aea696a7045d8afce3da06326a1d1c2974fe36d7d1dcde5b51dcafcd3e467c4b7b2 SHA512 4732767968d3226a88617fd60796811c8fef6e7ba717e66e31867b06045a1483d4be65f795a8fde81598efdd5e6cdaf688d52cac9cb0c8f888d9420f539b2730 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> |