summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2004-05-03 17:23:00 +0000
committerMichael Imhof <tantive@gentoo.org>2004-05-03 17:23:00 +0000
commitfc1b2dbf6cf26306da48a6ec5d1e60b15f70136b (patch)
tree7db145931220722dd74c4d0db3e576d6b49f56ec /sys-cluster
parentversion bump (#47848) (Manifest recommit) (diff)
downloadgentoo-2-fc1b2dbf6cf26306da48a6ec5d1e60b15f70136b.tar.gz
gentoo-2-fc1b2dbf6cf26306da48a6ec5d1e60b15f70136b.tar.bz2
gentoo-2-fc1b2dbf6cf26306da48a6ec5d1e60b15f70136b.zip
Initial ebuild. Submitted by Joseph Spadavecchia <j.spadavecchia@ed.ac.uk>. Closes #49842.
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/lspbs/ChangeLog10
-rw-r--r--sys-cluster/lspbs/Manifest2
-rw-r--r--sys-cluster/lspbs/files/digest-lspbs-1.01
-rw-r--r--sys-cluster/lspbs/lspbs-1.0.ebuild32
-rw-r--r--sys-cluster/lspbs/metadata.xml12
5 files changed, 57 insertions, 0 deletions
diff --git a/sys-cluster/lspbs/ChangeLog b/sys-cluster/lspbs/ChangeLog
new file mode 100644
index 000000000000..b4978fc6624c
--- /dev/null
+++ b/sys-cluster/lspbs/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-cluster/lspbs
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lspbs/ChangeLog,v 1.1 2004/05/03 17:23:00 tantive Exp $
+
+*lspbs-1.0 (03 May 2004)
+
+ 03 May 2004; Michael Imhof <tantive@gentoo.org> lspbs-1.0.ebuild:
+ Initial ebuild. Submitted by Joseph Spadavecchia
+ <j.spadavecchia@ed.ac.uk>. Closes #49842.
+
diff --git a/sys-cluster/lspbs/Manifest b/sys-cluster/lspbs/Manifest
new file mode 100644
index 000000000000..ed2f9fc97c27
--- /dev/null
+++ b/sys-cluster/lspbs/Manifest
@@ -0,0 +1,2 @@
+MD5 65a35ebc98e870527de15af2911f9db0 lspbs-1.0.ebuild 907
+MD5 727e07ec426f199877c5b503c8b19605 files/digest-lspbs-1.0 60
diff --git a/sys-cluster/lspbs/files/digest-lspbs-1.0 b/sys-cluster/lspbs/files/digest-lspbs-1.0
new file mode 100644
index 000000000000..0e0c69235db7
--- /dev/null
+++ b/sys-cluster/lspbs/files/digest-lspbs-1.0
@@ -0,0 +1 @@
+MD5 b5713ea59d0112711e313ae1c7adbda4 lspbs-1.0.tar.gz 67122
diff --git a/sys-cluster/lspbs/lspbs-1.0.ebuild b/sys-cluster/lspbs/lspbs-1.0.ebuild
new file mode 100644
index 000000000000..eabfaff581d8
--- /dev/null
+++ b/sys-cluster/lspbs/lspbs-1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lspbs/lspbs-1.0.ebuild,v 1.1 2004/05/03 17:23:00 tantive Exp $
+
+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/lspbs-${PV}.tar.gz"
+HOMEPAGE="http://homepages.inf.ed.ac.uk/s0239160/misc/lspbs/lspbs.html"
+IUSE=""
+
+DEPEND="virtual/glibc
+ || ( sys-cluster/torque sys-cluster/openpbs )"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+
+src_compile() {
+ cd ${S}
+ ./configure --mandir=/usr/share/man --prefix=/usr --with-pbs=/usr --with-pbs-src=/usr || die
+ make || die
+}
+
+src_install() {
+ dodir /usr/sbin
+ dodir /usr/local/bin
+
+ make install prefix=${D}/usr mandir=${D}/usr/share/man infodir=/usr/share/infoinstall || die
+
+ dodoc COPYING README
+ doman lspbs.1
+}
+
diff --git a/sys-cluster/lspbs/metadata.xml b/sys-cluster/lspbs/metadata.xml
new file mode 100644
index 000000000000..c36ba70bcc2d
--- /dev/null
+++ b/sys-cluster/lspbs/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <herd>cluster</herd>
+ <maintainer>
+ <email>cluster@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ Displays clear, concise and up-to-date PBS node and CPU usage information.
+ </longdescription>
+</pkgmetadata>