aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/openpbs-common/openpbs-common-1.1.1.ebuild')
-rw-r--r--sys-cluster/openpbs-common/openpbs-common-1.1.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/sys-cluster/openpbs-common/openpbs-common-1.1.1.ebuild b/sys-cluster/openpbs-common/openpbs-common-1.1.1.ebuild
deleted file mode 100644
index c9b676c6a..000000000
--- a/sys-cluster/openpbs-common/openpbs-common-1.1.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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 ~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
-}