diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-02-10 13:04:58 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-02-10 13:04:58 +0000 |
commit | 58ac15ac46597ec9b1c0e5ac465d20f895ea2f43 (patch) | |
tree | 079480bca5dfcf46ab4abffa33a6960a22ce700d /sys-cluster/torque | |
parent | Added patch to make cpptasks work with profiling (bug #156596) and changed to... (diff) | |
download | historical-58ac15ac46597ec9b1c0e5ac465d20f895ea2f43.tar.gz historical-58ac15ac46597ec9b1c0e5ac465d20f895ea2f43.tar.bz2 historical-58ac15ac46597ec9b1c0e5ac465d20f895ea2f43.zip |
amd64 stable, bug 157799
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'sys-cluster/torque')
-rw-r--r-- | sys-cluster/torque/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/torque/torque-2.1.6.ebuild | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sys-cluster/torque/ChangeLog b/sys-cluster/torque/ChangeLog index f385ce72ae38..b2b6df6af829 100644 --- a/sys-cluster/torque/ChangeLog +++ b/sys-cluster/torque/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/torque # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.43 2007/01/28 21:02:17 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.44 2007/02/10 13:04:16 beandog Exp $ + + 10 Feb 2007; Steve Dibb <beandog@gentoo.org> torque-2.1.6.ebuild: + amd64 stable, bug 157799 28 Jan 2007; Donnie Berkholz <dberkholz@gentoo.org>; -files/torque-1.2.0_p5-destdir-fixes.patch, diff --git a/sys-cluster/torque/torque-2.1.6.ebuild b/sys-cluster/torque/torque-2.1.6.ebuild index ea88ecfcc315..2829a6cb63f7 100644 --- a/sys-cluster/torque/torque-2.1.6.ebuild +++ b/sys-cluster/torque/torque-2.1.6.ebuild @@ -1,7 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.1.6.ebuild,v 1.3 2006/11/24 07:14:56 opfer Exp $ - +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.1.6.ebuild,v 1.4 2007/02/10 13:04:16 beandog Exp $ inherit autotools flag-o-matic eutils @@ -13,7 +12,7 @@ SRC_URI="http://www.clusterresources.com/downloads/${PN}/${MY_P}.tar.gz" LICENSE="openpbs" SLOT="0" -KEYWORDS="~amd64 ~ppc ppc64 x86" +KEYWORDS="amd64 ~ppc ppc64 x86" IUSE="tk crypt server" PROVIDE="virtual/pbs" @@ -38,15 +37,12 @@ S="${WORKDIR}/${MY_P}" SPOOL_LOCATION="/var/spool" # this needs to move to /var later on PBS_SERVER_HOME="${SPOOL_LOCATION}/PBS/" - src_unpack() { unpack "${A}" cd "${S}" epatch ${FILESDIR}/${PN}-setuid-safety.patch } - - src_compile() { local myconf |