summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-07-05 20:02:19 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-07-05 20:02:19 +0000
commit35c8f472494d579fb21fc7b631837f9e09aec0cf (patch)
treebae17398a74e34de78a928d247fda04ec2155792 /sys-cluster/openpbs-common/openpbs-common-1.0.0.ebuild
parentStable on hppa (diff)
downloadhistorical-35c8f472494d579fb21fc7b631837f9e09aec0cf.tar.gz
historical-35c8f472494d579fb21fc7b631837f9e09aec0cf.tar.bz2
historical-35c8f472494d579fb21fc7b631837f9e09aec0cf.zip
Initial commit. Shared package for openpbs/torque init scripts and stuff.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-cluster/openpbs-common/openpbs-common-1.0.0.ebuild')
-rw-r--r--sys-cluster/openpbs-common/openpbs-common-1.0.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-cluster/openpbs-common/openpbs-common-1.0.0.ebuild b/sys-cluster/openpbs-common/openpbs-common-1.0.0.ebuild
new file mode 100644
index 000000000000..628c80694679
--- /dev/null
+++ b/sys-cluster/openpbs-common/openpbs-common-1.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs-common/openpbs-common-1.0.0.ebuild,v 1.1 2005/07/05 20:02:19 robbat2 Exp $
+
+inherit eutils
+
+DESCRIPTION="Shared files for all OpenPBS implementations in Gentoo"
+HOMEPAGE="http://www.gentoo.org"
+SRC_URI=""
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc"
+IUSE=""
+
+DEPEND=""
+RDEPEND="virtual/pbs"
+
+
+src_install() {
+ newinitd ${FILESDIR}/pbs-init.d pbs
+ newconfd ${FILESDIR}/pbs-conf.d pbs
+}