diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:22:03 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:22:03 +0000 |
commit | 40d8d43d70b226af66e568e00bdf119bd5ba4398 (patch) | |
tree | 07d9b2658d4cfde76e3353ed3c7af6747175f90c /app-editors/qxmledit | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-40d8d43d70b226af66e568e00bdf119bd5ba4398.tar.gz gentoo-2-40d8d43d70b226af66e568e00bdf119bd5ba4398.tar.bz2 gentoo-2-40d8d43d70b226af66e568e00bdf119bd5ba4398.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 'app-editors/qxmledit')
-rw-r--r-- | app-editors/qxmledit/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/qxmledit/qxmledit-0.8.2.ebuild | 14 | ||||
-rw-r--r-- | app-editors/qxmledit/qxmledit-0.8.3.1.ebuild | 12 | ||||
-rw-r--r-- | app-editors/qxmledit/qxmledit-0.8.4.ebuild | 12 |
4 files changed, 24 insertions, 20 deletions
diff --git a/app-editors/qxmledit/ChangeLog b/app-editors/qxmledit/ChangeLog index 985e22bad233..fdf82d4aea13 100644 --- a/app-editors/qxmledit/ChangeLog +++ b/app-editors/qxmledit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/qxmledit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.38 2013/02/12 14:20:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.39 2013/03/02 19:22:03 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qxmledit-0.8.2.ebuild, + qxmledit-0.8.3.1.ebuild, qxmledit-0.8.4.ebuild: + Move Qt dependencies to the new category 12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> qxmledit-0.8.3.1.ebuild: Stable for x86, wrt bug #456436 diff --git a/app-editors/qxmledit/qxmledit-0.8.2.ebuild b/app-editors/qxmledit/qxmledit-0.8.2.ebuild index 18a26e19bead..1676b53f1505 100644 --- a/app-editors/qxmledit/qxmledit-0.8.2.ebuild +++ b/app-editors/qxmledit/qxmledit-0.8.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/app-editors/qxmledit/qxmledit-0.8.2.ebuild,v 1.2 2012/08/02 20:11:26 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.2.ebuild,v 1.3 2013/03/02 19:22:03 hwoarang Exp $ EAPI=4 @@ -17,11 +17,11 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="debug" -DEPEND=">=x11-libs/qt-core-4.7:4 - >=x11-libs/qt-gui-4.7:4 - >=x11-libs/qt-sql-4.7:4 - >=x11-libs/qt-svg-4.7:4 - >=x11-libs/qt-xmlpatterns-4.7:4" +DEPEND=">=dev-qt/qtcore-4.7:4 + >=dev-qt/qtgui-4.7:4 + >=dev-qt/qtsql-4.7:4 + >=dev-qt/qtsvg-4.7:4 + >=dev-qt/qtxmlpatterns-4.7:4" RDEPEND="${DEPEND}" DOCS="AUTHORS NEWS README ROADMAP TODO" diff --git a/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild b/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild index c375f6674962..f775242122b0 100644 --- a/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild +++ b/app-editors/qxmledit/qxmledit-0.8.3.1.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/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild,v 1.3 2013/02/12 14:20:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild,v 1.4 2013/03/02 19:22:03 hwoarang Exp $ EAPI=4 @@ -17,11 +17,11 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="debug" -DEPEND=">=x11-libs/qt-core-4.7:4 - >=x11-libs/qt-gui-4.7:4 - >=x11-libs/qt-sql-4.7:4 - >=x11-libs/qt-svg-4.7:4 - >=x11-libs/qt-xmlpatterns-4.7:4" +DEPEND=">=dev-qt/qtcore-4.7:4 + >=dev-qt/qtgui-4.7:4 + >=dev-qt/qtsql-4.7:4 + >=dev-qt/qtsvg-4.7:4 + >=dev-qt/qtxmlpatterns-4.7:4" RDEPEND="${DEPEND}" DOCS="AUTHORS NEWS README ROADMAP TODO" diff --git a/app-editors/qxmledit/qxmledit-0.8.4.ebuild b/app-editors/qxmledit/qxmledit-0.8.4.ebuild index 43fffc482fd7..5f283a885dcf 100644 --- a/app-editors/qxmledit/qxmledit-0.8.4.ebuild +++ b/app-editors/qxmledit/qxmledit-0.8.4.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/app-editors/qxmledit/qxmledit-0.8.4.ebuild,v 1.1 2013/02/07 22:21:13 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.4.ebuild,v 1.2 2013/03/02 19:22:03 hwoarang Exp $ EAPI=5 @@ -17,11 +17,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND=">=x11-libs/qt-core-4.7:4 - >=x11-libs/qt-gui-4.7:4 - >=x11-libs/qt-sql-4.7:4 - >=x11-libs/qt-svg-4.7:4 - >=x11-libs/qt-xmlpatterns-4.7:4" +DEPEND=">=dev-qt/qtcore-4.7:4 + >=dev-qt/qtgui-4.7:4 + >=dev-qt/qtsql-4.7:4 + >=dev-qt/qtsvg-4.7:4 + >=dev-qt/qtxmlpatterns-4.7:4" RDEPEND="${DEPEND}" DOCS="AUTHORS NEWS README ROADMAP TODO" |