sys-cluster/lspbs: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Mon, 7 Oct 2019 08:26:35 +0000 (10:26 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 7 Oct 2019 08:26:35 +0000 (10:26 +0200)
Closes: https://bugs.gentoo.org/617188
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
sys-cluster/lspbs/Manifest [deleted file]
sys-cluster/lspbs/lspbs-1.1-r1.ebuild [deleted file]
sys-cluster/lspbs/metadata.xml [deleted file]

index 0d4e79bc03971c9b3b09647550d37a8327519200..145880483951b8433aa58f2efde49051a7d01c7a 100644 (file)
@@ -1062,12 +1062,6 @@ mail-mta/mini-qmail
 # Removal in 30 days.  Bug #551174.
 games-fps/serious-sam-tfe
 
-# Michał Górny <mgorny@gentoo.org> (2019-09-07)
-# Has a build failure repoted.  Last bumped in 2006.  Homepage is gone,
-# and (newer) sources are nowhere to be found.
-# Removal in 30 days.  Bug #617188.
-sys-cluster/lspbs
-
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.
diff --git a/sys-cluster/lspbs/Manifest b/sys-cluster/lspbs/Manifest
deleted file mode 100644 (file)
index 1528726..0000000
+++ /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 (file)
index 5da338a..0000000
+++ /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 (file)
index e40efc6..0000000
+++ /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>