summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:51:44 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:51:44 +0000
commit68dc061c1adf8ab3e176c1a87048ec0be1d8fccc (patch)
tree1a59eca9c17de81edc9bc3ed5e71387c7d7c4723 /x11-misc/qps
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-68dc061c1adf8ab3e176c1a87048ec0be1d8fccc.tar.gz
gentoo-2-68dc061c1adf8ab3e176c1a87048ec0be1d8fccc.tar.bz2
gentoo-2-68dc061c1adf8ab3e176c1a87048ec0be1d8fccc.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/qps')
-rw-r--r--x11-misc/qps/ChangeLog9
-rw-r--r--x11-misc/qps/qps-1.10.12.1.ebuild8
-rw-r--r--x11-misc/qps/qps-1.10.16.ebuild10
3 files changed, 15 insertions, 12 deletions
diff --git a/x11-misc/qps/ChangeLog b/x11-misc/qps/ChangeLog
index 7eeeec427e5d..cf3702d024b6 100644
--- a/x11-misc/qps/ChangeLog
+++ b/x11-misc/qps/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/qps
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qps/ChangeLog,v 1.2 2012/02/02 13:16:24 johu Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qps/ChangeLog,v 1.3 2013/03/02 23:51:44 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qps-1.10.12.1.ebuild,
+ qps-1.10.16.ebuild:
+ Move Qt dependencies to the new category
*qps-1.10.16 (02 Feb 2012)
@@ -15,4 +19,3 @@
+metadata.xml:
Moved from qting-edge overlay, bug 173935. Thanks to Thomas Loeber, Davide
Pesavento and ayoy.
-
diff --git a/x11-misc/qps/qps-1.10.12.1.ebuild b/x11-misc/qps/qps-1.10.12.1.ebuild
index c3b6ca6cd554..a5451dbff2ca 100644
--- a/x11-misc/qps/qps-1.10.12.1.ebuild
+++ b/x11-misc/qps/qps-1.10.12.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/x11-misc/qps/qps-1.10.12.1.ebuild,v 1.2 2012/02/02 13:16:24 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qps/qps-1.10.12.1.ebuild,v 1.3 2013/03/02 23:51:44 hwoarang Exp $
EAPI="2"
@@ -15,8 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
-DEPEND="x11-libs/qt-core:4
- x11-libs/qt-gui:4"
+DEPEND="dev-qt/qtcore:4
+ dev-qt/qtgui:4"
RDEPEND="${DEPEND}"
src_prepare() {
diff --git a/x11-misc/qps/qps-1.10.16.ebuild b/x11-misc/qps/qps-1.10.16.ebuild
index ef1c7cc704f8..dbef8c1de497 100644
--- a/x11-misc/qps/qps-1.10.16.ebuild
+++ b/x11-misc/qps/qps-1.10.16.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/qps/qps-1.10.16.ebuild,v 1.1 2012/02/02 13:16:24 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qps/qps-1.10.16.ebuild,v 1.2 2013/03/02 23:51:44 hwoarang Exp $
EAPI=4
@@ -15,9 +15,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
-DEPEND="x11-libs/qt-core:4
- x11-libs/qt-dbus:4
- x11-libs/qt-gui:4"
+DEPEND="dev-qt/qtcore:4
+ dev-qt/qtdbus:4
+ dev-qt/qtgui:4"
RDEPEND="${DEPEND}"
src_prepare() {