summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-02-23 17:11:50 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-02-23 17:11:50 +0000
commit3308963f47891bd121c14905d26092dc1cea1eba (patch)
tree1072c4fac3ce03a9b0a86155bf0448427792a24f /sys-cluster
parentFix dependency on app-doc/doxygen wrt converting useflag 'nodot' to 'dot'. Fi... (diff)
downloadgentoo-2-3308963f47891bd121c14905d26092dc1cea1eba.tar.gz
gentoo-2-3308963f47891bd121c14905d26092dc1cea1eba.tar.bz2
gentoo-2-3308963f47891bd121c14905d26092dc1cea1eba.zip
Fix dependency on app-doc/doxygen wrt converting useflag 'nodot' to 'dot'. Fixes bug 405457 by Marien Zwart <marienz@gentoo.org>
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/torque/ChangeLog7
-rw-r--r--sys-cluster/torque/torque-2.3.13.ebuild8
-rw-r--r--sys-cluster/torque/torque-2.4.14.ebuild8
-rw-r--r--sys-cluster/torque/torque-2.4.16.ebuild6
4 files changed, 20 insertions, 9 deletions
diff --git a/sys-cluster/torque/ChangeLog b/sys-cluster/torque/ChangeLog
index c7e400837d89..5e29bed25a9f 100644
--- a/sys-cluster/torque/ChangeLog
+++ b/sys-cluster/torque/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-cluster/torque
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.132 2012/01/18 16:36:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.133 2012/02/23 17:11:50 xarthisius Exp $
+
+ 23 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> torque-2.3.13.ebuild,
+ torque-2.4.14.ebuild, torque-2.4.16.ebuild:
+ Fix dependency on app-doc/doxygen wrt converting useflag 'nodot' to 'dot'.
+ Fixes bug 405457 by Marien Zwart <marienz@gentoo.org>
18 Jan 2012; Jeroen Roovers <jer@gentoo.org> torque-2.4.16.ebuild:
Stable for HPPA (bug #397831).
diff --git a/sys-cluster/torque/torque-2.3.13.ebuild b/sys-cluster/torque/torque-2.3.13.ebuild
index 8a176754f420..3bc1a4553eee 100644
--- a/sys-cluster/torque/torque-2.3.13.ebuild
+++ b/sys-cluster/torque/torque-2.3.13.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.3.13.ebuild,v 1.8 2011/01/22 23:16:02 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.3.13.ebuild,v 1.9 2012/02/23 17:11:50 xarthisius Exp $
EAPI=2
inherit flag-o-matic eutils linux-info autotools
@@ -23,7 +23,9 @@ DEPEND_COMMON="sys-libs/ncurses
!games-util/qstat"
DEPEND="${DEPEND_COMMON}
- doc? ( drmaa? ( app-doc/doxygen[latex,-nodot] ) )
+ doc? ( drmaa? (
+ || ( <app-doc/doxygen-1.7.6.1[latex,-nodot] >=app-doc/doxygen-1.7.6.1[latex,dot] )
+ ) )
sys-apps/ed"
RDEPEND="${DEPEND_COMMON}
diff --git a/sys-cluster/torque/torque-2.4.14.ebuild b/sys-cluster/torque/torque-2.4.14.ebuild
index 13ea4e0ec065..9504f4ca780f 100644
--- a/sys-cluster/torque/torque-2.4.14.ebuild
+++ b/sys-cluster/torque/torque-2.4.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.4.14.ebuild,v 1.7 2011/07/09 08:46:30 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.4.14.ebuild,v 1.8 2012/02/23 17:11:50 xarthisius Exp $
EAPI=2
inherit flag-o-matic eutils linux-info autotools
@@ -23,7 +23,9 @@ DEPEND_COMMON="sys-libs/ncurses
!games-util/qstat"
DEPEND="${DEPEND_COMMON}
- doc? ( drmaa? ( app-doc/doxygen[latex,-nodot] ) )
+ doc? ( drmaa? (
+ || ( <app-doc/doxygen-1.7.6.1[latex,-nodot] >=app-doc/doxygen-1.7.6.1[latex,dot] )
+ ) )
sys-apps/ed"
RDEPEND="${DEPEND_COMMON}
diff --git a/sys-cluster/torque/torque-2.4.16.ebuild b/sys-cluster/torque/torque-2.4.16.ebuild
index 7627ba6fee7b..e8c90029edf5 100644
--- a/sys-cluster/torque/torque-2.4.16.ebuild
+++ b/sys-cluster/torque/torque-2.4.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.4.16.ebuild,v 1.4 2012/01/18 16:36:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.4.16.ebuild,v 1.5 2012/02/23 17:11:50 xarthisius Exp $
EAPI=2
inherit flag-o-matic eutils linux-info autotools
@@ -23,7 +23,9 @@ DEPEND_COMMON="sys-libs/ncurses
!games-util/qstat"
DEPEND="${DEPEND_COMMON}
- doc? ( drmaa? ( app-doc/doxygen[latex,-nodot] ) )
+ doc? ( drmaa? (
+ || ( <app-doc/doxygen-1.7.6.1[latex,-nodot] >=app-doc/doxygen-1.7.6.1[latex,dot] )
+ ) )
sys-apps/ed"
RDEPEND="${DEPEND_COMMON}