summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2010-12-30 15:09:25 +0000
committerJustin Bronder <jsbronder@gentoo.org>2010-12-30 15:09:25 +0000
commit44878aaf664274c3d62fdec6bc470721b47c9356 (patch)
tree621e5f91c7ce5de624c40cb6b0e1937e730f3add /sys-cluster
parentInclude all libv4l libs, bug #348277 by Jure Varlec. (diff)
downloadgentoo-2-44878aaf664274c3d62fdec6bc470721b47c9356.tar.gz
gentoo-2-44878aaf664274c3d62fdec6bc470721b47c9356.tar.bz2
gentoo-2-44878aaf664274c3d62fdec6bc470721b47c9356.zip
cleanup old and fix RDEPEND.implicit
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/lspbs/ChangeLog6
-rw-r--r--sys-cluster/lspbs/lspbs-1.1-r1.ebuild3
-rw-r--r--sys-cluster/lspbs/lspbs-1.1.ebuild30
3 files changed, 7 insertions, 32 deletions
diff --git a/sys-cluster/lspbs/ChangeLog b/sys-cluster/lspbs/ChangeLog
index 8fdf477f1c19..ede2323aeee9 100644
--- a/sys-cluster/lspbs/ChangeLog
+++ b/sys-cluster/lspbs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/lspbs
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lspbs/ChangeLog,v 1.11 2010/03/02 02:29:06 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lspbs/ChangeLog,v 1.12 2010/12/30 15:09:25 jsbronder Exp $
+
+ 30 Dec 2010; Justin Bronder <jsbronder@gentoo.org> -lspbs-1.1.ebuild,
+ lspbs-1.1-r1.ebuild:
+ cleanup old and fix RDEPEND.implicit
*lspbs-1.1-r1 (02 Mar 2010)
diff --git a/sys-cluster/lspbs/lspbs-1.1-r1.ebuild b/sys-cluster/lspbs/lspbs-1.1-r1.ebuild
index 906026797392..34ae5437e1f9 100644
--- a/sys-cluster/lspbs/lspbs-1.1-r1.ebuild
+++ b/sys-cluster/lspbs/lspbs-1.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lspbs/lspbs-1.1-r1.ebuild,v 1.1 2010/03/02 02:29:06 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lspbs/lspbs-1.1-r1.ebuild,v 1.2 2010/12/30 15:09:25 jsbronder 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/${P}.tar.gz"
@@ -8,6 +8,7 @@ HOMEPAGE="http://homepages.inf.ed.ac.uk/s0239160/misc/lspbs/lspbs.html"
IUSE=""
DEPEND="sys-cluster/torque"
+RDEPEND="${DEPEND}"
SLOT="0"
LICENSE="GPL-2"
diff --git a/sys-cluster/lspbs/lspbs-1.1.ebuild b/sys-cluster/lspbs/lspbs-1.1.ebuild
deleted file mode 100644
index f814150b3498..000000000000
--- a/sys-cluster/lspbs/lspbs-1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lspbs/lspbs-1.1.ebuild,v 1.2 2007/07/14 22:18:04 mr_bones_ Exp $
-
-inherit multilib flag-o-matic
-
-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="virtual/libc
- virtual/pbs"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64 ~ppc"
-
-pkg_setup() {
- append-ldflags -L${ROOT}usr/$(get_libdir)/pbs/lib
-}
-
-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"
-}