* [gentoo-commits] gentoo-x86 commit in sys-cluster/torque: torque-4.2.9.ebuild ChangeLog torque-4.1.5.1-r1.ebuild torque-4.1.7.ebuild
@ 2014-10-17 2:54 Justin Bronder (jsbronder)
0 siblings, 0 replies; only message in thread
From: Justin Bronder (jsbronder) @ 2014-10-17 2:54 UTC (permalink / raw
To: gentoo-commits
jsbronder 14/10/17 02:54:02
Modified: torque-4.2.9.ebuild ChangeLog
torque-4.1.5.1-r1.ebuild torque-4.1.7.ebuild
Log:
Add blocker on dev-libs/uthash. Note that we should be just depending on it, but do to how upstream ships the tarfile, we cannot patch the build system. http://www.supercluster.org/pipermail/torquedev/2014-October/004773.html. #490000
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4D7043C9)
Revision Changes Path
1.2 sys-cluster/torque/torque-4.2.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.2.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.2.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.2.9.ebuild?r1=1.1&r2=1.2
Index: torque-4.2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.2.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- torque-4.2.9.ebuild 19 Sep 2014 06:46:17 -0000 1.1
+++ torque-4.2.9.ebuild 17 Oct 2014 02:54:02 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.2.9.ebuild,v 1.1 2014/09/19 06:46:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.2.9.ebuild,v 1.2 2014/10/17 02:54:02 jsbronder Exp $
EAPI=5
@@ -32,7 +32,13 @@
RDEPEND="${DEPEND_COMMON}
crypt? ( net-misc/openssh )
- !crypt? ( net-misc/netkit-rsh )"
+ !crypt? ( net-misc/netkit-rsh )
+ !dev-libs/uthash"
+
+# Torque should depend on dev-libs/uthash but that's pretty much impossible
+# to patch in as they ship with a broken configure such that files referenced
+# by the configure.ac and Makefile.am are missing.
+# http://www.supercluster.org/pipermail/torquedev/2014-October/004773.html
pkg_setup() {
PBS_SERVER_HOME="${PBS_SERVER_HOME:-/var/spool/${PN}}"
1.171 sys-cluster/torque/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?rev=1.171&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?rev=1.171&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?r1=1.170&r2=1.171
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog 19 Sep 2014 06:46:17 -0000 1.170
+++ ChangeLog 17 Oct 2014 02:54:02 -0000 1.171
@@ -1,6 +1,13 @@
# ChangeLog for sys-cluster/torque
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.170 2014/09/19 06:46:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.171 2014/10/17 02:54:02 jsbronder Exp $
+
+ 17 Oct 2014; Justin Bronder <jsbronder@gentoo.org> torque-4.1.5.1-r1.ebuild,
+ torque-4.1.7.ebuild, torque-4.2.9.ebuild:
+ Add blocker on dev-libs/uthash. Note that we should be just depending on it,
+ but do to how upstream ships the tarfile, we cannot patch the build system.
+ http://www.supercluster.org/pipermail/torquedev/2014-October/004773.html.
+ #490000
*torque-4.2.9 (19 Sep 2014)
1.10 sys-cluster/torque/torque-4.1.5.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.1.5.1-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.1.5.1-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.1.5.1-r1.ebuild?r1=1.9&r2=1.10
Index: torque-4.1.5.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.5.1-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- torque-4.1.5.1-r1.ebuild 19 Jan 2014 13:46:43 -0000 1.9
+++ torque-4.1.5.1-r1.ebuild 17 Oct 2014 02:54:02 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.5.1-r1.ebuild,v 1.9 2014/01/19 13:46:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.5.1-r1.ebuild,v 1.10 2014/10/17 02:54:02 jsbronder Exp $
EAPI=4
inherit flag-o-matic eutils linux-info
@@ -30,7 +30,13 @@
RDEPEND="${DEPEND_COMMON}
crypt? ( net-misc/openssh )
- !crypt? ( net-misc/netkit-rsh )"
+ !crypt? ( net-misc/netkit-rsh )
+ !dev-libs/uthash"
+
+# Torque should depend on dev-libs/uthash but that's pretty much impossible
+# to patch in as they ship with a broken configure such that files referenced
+# by the configure.ac and Makefile.am are missing.
+# http://www.supercluster.org/pipermail/torquedev/2014-October/004773.html
pkg_setup() {
PBS_SERVER_HOME="${PBS_SERVER_HOME:-/var/spool/torque}"
1.3 sys-cluster/torque/torque-4.1.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild?r1=1.2&r2=1.3
Index: torque-4.1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- torque-4.1.7.ebuild 18 Sep 2014 13:19:21 -0000 1.2
+++ torque-4.1.7.ebuild 17 Oct 2014 02:54:02 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild,v 1.2 2014/09/18 13:19:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild,v 1.3 2014/10/17 02:54:02 jsbronder Exp $
EAPI=5
@@ -32,7 +32,13 @@
RDEPEND="${DEPEND_COMMON}
crypt? ( net-misc/openssh )
- !crypt? ( net-misc/netkit-rsh )"
+ !crypt? ( net-misc/netkit-rsh )
+ !dev-libs/uthash"
+
+# Torque should depend on dev-libs/uthash but that's pretty much impossible
+# to patch in as they ship with a broken configure such that files referenced
+# by the configure.ac and Makefile.am are missing.
+# http://www.supercluster.org/pipermail/torquedev/2014-October/004773.html
pkg_setup() {
PBS_SERVER_HOME="${PBS_SERVER_HOME:-/var/spool/${PN}}"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-17 2:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-17 2:54 [gentoo-commits] gentoo-x86 commit in sys-cluster/torque: torque-4.2.9.ebuild ChangeLog torque-4.1.5.1-r1.ebuild torque-4.1.7.ebuild Justin Bronder (jsbronder)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox