diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:24:32 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:24:32 +0000 |
commit | bb9f82df36c381cefa1778175097743c93fb0ea7 (patch) | |
tree | 1888bf32a1eec10d7de2c09802f0b7c65d724411 /sci-mathematics/cgal | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-bb9f82df36c381cefa1778175097743c93fb0ea7.tar.gz gentoo-2-bb9f82df36c381cefa1778175097743c93fb0ea7.tar.bz2 gentoo-2-bb9f82df36c381cefa1778175097743c93fb0ea7.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-mathematics/cgal')
-rw-r--r-- | sci-mathematics/cgal/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/cgal/cgal-4.0.2.ebuild | 8 | ||||
-rw-r--r-- | sci-mathematics/cgal/cgal-4.1.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/sci-mathematics/cgal/ChangeLog b/sci-mathematics/cgal/ChangeLog index 7ec8efcadc86..75e02bfc9180 100644 --- a/sci-mathematics/cgal/ChangeLog +++ b/sci-mathematics/cgal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/cgal -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v 1.20 2012/12/12 20:08:28 bicatali Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v 1.21 2013/03/02 23:24:32 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> cgal-4.0.2.ebuild, + cgal-4.1.ebuild: + Move Qt dependencies to the new category *cgal-4.1 (12 Dec 2012) diff --git a/sci-mathematics/cgal/cgal-4.0.2.ebuild b/sci-mathematics/cgal/cgal-4.0.2.ebuild index 29640ed46e62..8a01e51cb217 100644 --- a/sci-mathematics/cgal/cgal-4.0.2.ebuild +++ b/sci-mathematics/cgal/cgal-4.0.2.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-mathematics/cgal/cgal-4.0.2.ebuild,v 1.3 2012/11/09 14:01:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-4.0.2.ebuild,v 1.4 2013/03/02 23:24:32 hwoarang Exp $ EAPI=4 @@ -32,8 +32,8 @@ RDEPEND=" virtual/opengl gmp? ( dev-libs/gmp[cxx] ) qt4? ( - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 ) + dev-qt/qtgui:4 + dev-qt/qtopengl:4 ) mpfi? ( sci-libs/mpfi )" DEPEND="${RDEPEND} app-arch/xz-utils" diff --git a/sci-mathematics/cgal/cgal-4.1.ebuild b/sci-mathematics/cgal/cgal-4.1.ebuild index 304e3ea1916a..9a339a06035b 100644 --- a/sci-mathematics/cgal/cgal-4.1.ebuild +++ b/sci-mathematics/cgal/cgal-4.1.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-mathematics/cgal/cgal-4.1.ebuild,v 1.1 2012/12/12 20:08:28 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-4.1.ebuild,v 1.2 2013/03/02 23:24:32 hwoarang Exp $ EAPI=4 @@ -32,8 +32,8 @@ RDEPEND=" virtual/opengl gmp? ( dev-libs/gmp[cxx] ) qt4? ( - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 ) + dev-qt/qtgui:4 + dev-qt/qtopengl:4 ) mpfi? ( sci-libs/mpfi )" DEPEND="${RDEPEND} app-arch/xz-utils" |