diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:24:49 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:24:49 +0000 |
commit | b6c71f3ff1fc46e33938c605a974487419da2337 (patch) | |
tree | 0ad37cfb5c2c8b94135d0666f2312eee821f5376 /sci-mathematics | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-b6c71f3ff1fc46e33938c605a974487419da2337.tar.gz gentoo-2-b6c71f3ff1fc46e33938c605a974487419da2337.tar.bz2 gentoo-2-b6c71f3ff1fc46e33938c605a974487419da2337.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')
-rw-r--r-- | sci-mathematics/freemat/ChangeLog | 9 | ||||
-rw-r--r-- | sci-mathematics/freemat/freemat-4.0.ebuild | 10 | ||||
-rw-r--r-- | sci-mathematics/freemat/freemat-4.1.ebuild | 10 |
3 files changed, 16 insertions, 13 deletions
diff --git a/sci-mathematics/freemat/ChangeLog b/sci-mathematics/freemat/ChangeLog index 625d9a625cbe..ecffd26c9049 100644 --- a/sci-mathematics/freemat/ChangeLog +++ b/sci-mathematics/freemat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/freemat -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.28 2012/05/04 07:46:50 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.29 2013/03/02 23:24:49 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> freemat-4.0.ebuild, + freemat-4.1.ebuild: + Move Qt dependencies to the new category 04 May 2012; Jeff Horelick <jdhore@gentoo.org> freemat-4.0.ebuild, freemat-4.1.ebuild: @@ -131,4 +135,3 @@ Initial import from gentooscience overlay. Thanks Andrey Grozin <A.G.Grozin@inp.nsk.su>, David S. Brown <davesbrown@yahoo.com> for their work. Closing #79499 - diff --git a/sci-mathematics/freemat/freemat-4.0.ebuild b/sci-mathematics/freemat/freemat-4.0.ebuild index 505103ee43ec..54d6c2b7d326 100644 --- a/sci-mathematics/freemat/freemat-4.0.ebuild +++ b/sci-mathematics/freemat/freemat-4.0.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/freemat/freemat-4.0.ebuild,v 1.6 2012/05/04 07:46:50 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-4.0.ebuild,v 1.7 2013/03/02 23:24:49 hwoarang Exp $ EAPI="2" inherit eutils cmake-utils fdo-mime @@ -26,9 +26,9 @@ RDEPEND="dev-libs/libpcre virtual/lapack virtual/glu virtual/opengl - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 - x11-libs/qt-svg:4 + dev-qt/qtgui:4 + dev-qt/qtopengl:4 + dev-qt/qtsvg:4 volpack? ( media-libs/volpack )" DEPEND="${RDEPEND} diff --git a/sci-mathematics/freemat/freemat-4.1.ebuild b/sci-mathematics/freemat/freemat-4.1.ebuild index e62be4a1757a..69a9109238d6 100644 --- a/sci-mathematics/freemat/freemat-4.1.ebuild +++ b/sci-mathematics/freemat/freemat-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/freemat/freemat-4.1.ebuild,v 1.3 2012/05/04 07:46:50 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-4.1.ebuild,v 1.4 2013/03/02 23:24:49 hwoarang Exp $ EAPI=4 inherit eutils cmake-utils fdo-mime python @@ -29,9 +29,9 @@ RDEPEND="dev-libs/libpcre virtual/lapack virtual/libffi virtual/opengl - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 - x11-libs/qt-svg:4 + dev-qt/qtgui:4 + dev-qt/qtopengl:4 + dev-qt/qtsvg:4 volpack? ( media-libs/volpack ) vtk? ( sci-libs/vtk )" |