diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:52:24 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:52:24 +0000 |
commit | f8df606f2331aee74c4676957c11d491bf207b8f (patch) | |
tree | 66443cbdbdfa948a58ce5922a5fe8441376b23c3 /x11-misc/qtfm | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-f8df606f2331aee74c4676957c11d491bf207b8f.tar.gz gentoo-2-f8df606f2331aee74c4676957c11d491bf207b8f.tar.bz2 gentoo-2-f8df606f2331aee74c4676957c11d491bf207b8f.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 'x11-misc/qtfm')
-rw-r--r-- | x11-misc/qtfm/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/qtfm/qtfm-5.4.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/qtfm/qtfm-5.5.ebuild | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/x11-misc/qtfm/ChangeLog b/x11-misc/qtfm/ChangeLog index d5ca56dbae70..9da4c699dc0b 100644 --- a/x11-misc/qtfm/ChangeLog +++ b/x11-misc/qtfm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/qtfm -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtfm/ChangeLog,v 1.12 2012/10/20 14:37:15 jer Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtfm/ChangeLog,v 1.13 2013/03/02 23:52:24 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qtfm-5.4.ebuild, + qtfm-5.5.ebuild: + Move Qt dependencies to the new category *qtfm-5.5 (20 Oct 2012) @@ -47,4 +51,3 @@ 30 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> +qtfm-3.1.ebuild: Initial commit. - diff --git a/x11-misc/qtfm/qtfm-5.4.ebuild b/x11-misc/qtfm/qtfm-5.4.ebuild index cb7e3d1db4e8..021c3ca9b278 100644 --- a/x11-misc/qtfm/qtfm-5.4.ebuild +++ b/x11-misc/qtfm/qtfm-5.4.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/x11-misc/qtfm/qtfm-5.4.ebuild,v 1.3 2012/06/20 06:35:45 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtfm/qtfm-5.4.ebuild,v 1.4 2013/03/02 23:52:24 hwoarang Exp $ EAPI=4 inherit fdo-mime qt4-r2 @@ -16,7 +16,7 @@ IUSE="" # file is for LIBS += -lmagic RDEPEND="sys-apps/file - x11-libs/qt-gui:4" + dev-qt/qtgui:4" DEPEND="${RDEPEND}" src_prepare() { diff --git a/x11-misc/qtfm/qtfm-5.5.ebuild b/x11-misc/qtfm/qtfm-5.5.ebuild index 468c8bfe7c67..619fdc889545 100644 --- a/x11-misc/qtfm/qtfm-5.5.ebuild +++ b/x11-misc/qtfm/qtfm-5.5.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/x11-misc/qtfm/qtfm-5.5.ebuild,v 1.1 2012/10/20 14:37:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtfm/qtfm-5.5.ebuild,v 1.2 2013/03/02 23:52:24 hwoarang Exp $ EAPI=4 inherit fdo-mime qt4-r2 @@ -16,7 +16,7 @@ IUSE="" # file is for LIBS += -lmagic RDEPEND="sys-apps/file - x11-libs/qt-gui:4" + dev-qt/qtgui:4" DEPEND="${RDEPEND}" src_prepare() { |