diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:45:26 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:45:26 +0000 |
commit | c82811b800a9f1304b20d59577939bea17f7a407 (patch) | |
tree | 899ffd1a80078709ef4499d7a548f4a69326b70d | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-c82811b800a9f1304b20d59577939bea17f7a407.tar.gz gentoo-2-c82811b800a9f1304b20d59577939bea17f7a407.tar.bz2 gentoo-2-c82811b800a9f1304b20d59577939bea17f7a407.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
-rw-r--r-- | x11-libs/qscintilla/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qscintilla/qscintilla-2.6.2.ebuild | 8 | ||||
-rw-r--r-- | x11-libs/qscintilla/qscintilla-2.7.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/x11-libs/qscintilla/ChangeLog b/x11-libs/qscintilla/ChangeLog index 536a38ae593d..42b74681e854 100644 --- a/x11-libs/qscintilla/ChangeLog +++ b/x11-libs/qscintilla/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qscintilla -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.82 2012/12/25 02:32:53 pesa Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.83 2013/03/02 23:45:26 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qscintilla-2.6.2.ebuild, + qscintilla-2.7.ebuild: + Move Qt dependencies to the new category 25 Dec 2012; Davide Pesavento <pesa@gentoo.org> qscintilla-2.7.ebuild: Add sub-slot as suggested by Arfrever on IRC. diff --git a/x11-libs/qscintilla/qscintilla-2.6.2.ebuild b/x11-libs/qscintilla/qscintilla-2.6.2.ebuild index 1cb19503d442..8e365fe2a662 100644 --- a/x11-libs/qscintilla/qscintilla-2.6.2.ebuild +++ b/x11-libs/qscintilla/qscintilla-2.6.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/x11-libs/qscintilla/qscintilla-2.6.2.ebuild,v 1.6 2012/09/09 15:54:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.6.2.ebuild,v 1.7 2013/03/02 23:45:25 hwoarang Exp $ EAPI=4 @@ -18,8 +18,8 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="doc python" DEPEND=" - x11-libs/qt-core:4 - x11-libs/qt-gui:4 + dev-qt/qtcore:4 + dev-qt/qtgui:4 " RDEPEND="${DEPEND}" PDEPEND="python? ( ~dev-python/qscintilla-python-${PV} )" diff --git a/x11-libs/qscintilla/qscintilla-2.7.ebuild b/x11-libs/qscintilla/qscintilla-2.7.ebuild index e3870b3d569d..aba3f40c8c3a 100644 --- a/x11-libs/qscintilla/qscintilla-2.7.ebuild +++ b/x11-libs/qscintilla/qscintilla-2.7.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-libs/qscintilla/qscintilla-2.7.ebuild,v 1.2 2012/12/25 02:32:53 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.7.ebuild,v 1.3 2013/03/02 23:45:25 hwoarang Exp $ EAPI=5 @@ -18,8 +18,8 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc python" DEPEND=" - x11-libs/qt-core:4 - x11-libs/qt-gui:4 + dev-qt/qtcore:4 + dev-qt/qtgui:4 " RDEPEND="${DEPEND}" PDEPEND="python? ( ~dev-python/qscintilla-python-${PV} )" |