summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:26:38 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:26:38 +0000
commitace42aa20548a7c7ced630224800952aabcb9ab8 (patch)
tree71b3627d13fb428c274a95c1632950e524d5b3a2 /sci-physics/geant
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-ace42aa20548a7c7ced630224800952aabcb9ab8.tar.gz
gentoo-2-ace42aa20548a7c7ced630224800952aabcb9ab8.tar.bz2
gentoo-2-ace42aa20548a7c7ced630224800952aabcb9ab8.zip
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'sci-physics/geant')
-rw-r--r--sci-physics/geant/ChangeLog6
-rw-r--r--sci-physics/geant/geant-4.9.4_p03.ebuild6
-rw-r--r--sci-physics/geant/geant-4.9.5_p02.ebuild6
-rw-r--r--sci-physics/geant/geant-4.9.6.ebuild4
-rw-r--r--sci-physics/geant/geant-4.9.6_p01.ebuild4
5 files changed, 15 insertions, 11 deletions
diff --git a/sci-physics/geant/ChangeLog b/sci-physics/geant/ChangeLog
index 29d3395272ea..e0698f301d0a 100644
--- a/sci-physics/geant/ChangeLog
+++ b/sci-physics/geant/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-physics/geant
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.70 2013/02/25 05:11:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.71 2013/03/02 23:26:38 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> geant-4.9.4_p03.ebuild,
+ geant-4.9.5_p02.ebuild, geant-4.9.6.ebuild, geant-4.9.6_p01.ebuild:
+ Move Qt dependencies to the new category
*geant-4.9.6_p01 (25 Feb 2013)
diff --git a/sci-physics/geant/geant-4.9.4_p03.ebuild b/sci-physics/geant/geant-4.9.4_p03.ebuild
index 1e6c16c7c7e4..486f6cd7004c 100644
--- a/sci-physics/geant/geant-4.9.4_p03.ebuild
+++ b/sci-physics/geant/geant-4.9.4_p03.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.4_p03.ebuild,v 1.4 2012/10/16 19:00:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.4_p03.ebuild,v 1.5 2013/03/02 23:26:38 hwoarang Exp $
EAPI=4
@@ -35,7 +35,7 @@ IUSE="+data dawn examples gdml geant3 granular qt4 static-libs vrml zlib"
RDEPEND="
>=sci-physics/clhep-2.1
- qt4? ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 )
+ qt4? ( dev-qt/qtgui:4 dev-qt/qtopengl:4 )
gdml? ( dev-libs/xerces-c )
geant3? ( sci-physics/geant:3 )
dawn? ( media-gfx/dawn )
diff --git a/sci-physics/geant/geant-4.9.5_p02.ebuild b/sci-physics/geant/geant-4.9.5_p02.ebuild
index 12906d3b82a0..f743fa62c75a 100644
--- a/sci-physics/geant/geant-4.9.5_p02.ebuild
+++ b/sci-physics/geant/geant-4.9.5_p02.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.5_p02.ebuild,v 1.1 2012/12/14 16:51:50 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.5_p02.ebuild,v 1.2 2013/03/02 23:26:38 hwoarang Exp $
EAPI=4
@@ -29,7 +29,7 @@ RDEPEND="
opengl? ( virtual/opengl )
openinventor? ( media-libs/openinventor )
raytracerx? ( x11-libs/libX11 x11-libs/libXmu )
- qt4? ( x11-libs/qt-gui:4 opengl? ( x11-libs/qt-opengl:4 ) )
+ qt4? ( dev-qt/qtgui:4 opengl? ( dev-qt/qtopengl:4 ) )
zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}"
diff --git a/sci-physics/geant/geant-4.9.6.ebuild b/sci-physics/geant/geant-4.9.6.ebuild
index 461115fdad2f..d8b67ffe20a9 100644
--- a/sci-physics/geant/geant-4.9.6.ebuild
+++ b/sci-physics/geant/geant-4.9.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.6.ebuild,v 1.2 2013/01/21 17:17:25 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.6.ebuild,v 1.3 2013/03/02 23:26:38 hwoarang Exp $
EAPI=4
@@ -29,7 +29,7 @@ RDEPEND="
motif? ( x11-libs/motif:0 )
opengl? ( virtual/opengl )
openinventor? ( media-libs/openinventor )
- qt4? ( x11-libs/qt-gui:4 opengl? ( x11-libs/qt-opengl:4 ) )
+ qt4? ( dev-qt/qtgui:4 opengl? ( dev-qt/qtopengl:4 ) )
raytracerx? ( x11-libs/libX11 x11-libs/libXmu )
zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}"
diff --git a/sci-physics/geant/geant-4.9.6_p01.ebuild b/sci-physics/geant/geant-4.9.6_p01.ebuild
index 38488917cb28..33b46bfcb804 100644
--- a/sci-physics/geant/geant-4.9.6_p01.ebuild
+++ b/sci-physics/geant/geant-4.9.6_p01.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.6_p01.ebuild,v 1.1 2013/02/25 05:11:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.6_p01.ebuild,v 1.2 2013/03/02 23:26:38 hwoarang Exp $
EAPI=5
@@ -29,7 +29,7 @@ RDEPEND="
motif? ( x11-libs/motif:0 )
opengl? ( virtual/opengl )
openinventor? ( media-libs/openinventor )
- qt4? ( x11-libs/qt-gui:4 opengl? ( x11-libs/qt-opengl:4 ) )
+ qt4? ( dev-qt/qtgui:4 opengl? ( dev-qt/qtopengl:4 ) )
raytracerx? ( x11-libs/libX11 x11-libs/libXmu )
zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}"