blob: 23a537064ebb1355d9287a0488c6afa7c1691ffd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2007 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.1.1.ebuild,v 1.11 2007/05/21 18:22:32 jer 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="amd64 hppa ia64 ppc ppc64 ~sparc x86"
IUSE=""
DEPEND=""
RDEPEND="virtual/pbs"
src_install() {
newinitd ${FILESDIR}/pbs-init.d-1.1.1 pbs
newconfd ${FILESDIR}/pbs-conf.d pbs
newenvd ${FILESDIR}/pbs-env.d 25pbs
}
|