diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:59:53 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:59:53 +0000 |
commit | e3f6d4fe0e2ebf93980d4700f3c4fa1d8b50a5ca (patch) | |
tree | 68fce793f69736afaad1b2115748bbf0a911f0c0 /dev-libs/grantlee | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-e3f6d4fe0e2ebf93980d4700f3c4fa1d8b50a5ca.tar.gz gentoo-2-e3f6d4fe0e2ebf93980d4700f3c4fa1d8b50a5ca.tar.bz2 gentoo-2-e3f6d4fe0e2ebf93980d4700f3c4fa1d8b50a5ca.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 'dev-libs/grantlee')
-rw-r--r-- | dev-libs/grantlee/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/grantlee/grantlee-0.1.9.ebuild | 12 | ||||
-rw-r--r-- | dev-libs/grantlee/grantlee-0.2.0.ebuild | 12 | ||||
-rw-r--r-- | dev-libs/grantlee/grantlee-0.3.0.ebuild | 12 |
4 files changed, 24 insertions, 20 deletions
diff --git a/dev-libs/grantlee/ChangeLog b/dev-libs/grantlee/ChangeLog index 6e3efce21b08..c7138489dde4 100644 --- a/dev-libs/grantlee/ChangeLog +++ b/dev-libs/grantlee/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/grantlee -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/ChangeLog,v 1.19 2012/11/30 15:10:55 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/ChangeLog,v 1.20 2013/03/02 19:59:53 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> grantlee-0.1.9.ebuild, + grantlee-0.2.0.ebuild, grantlee-0.3.0.ebuild: + Move Qt dependencies to the new category 30 Nov 2012; <ago@gentoo.org> grantlee-0.2.0.ebuild: Stable for ppc, wrt bug #442394 diff --git a/dev-libs/grantlee/grantlee-0.1.9.ebuild b/dev-libs/grantlee/grantlee-0.1.9.ebuild index aa4dffc34fd2..bc98a3ca15e7 100644 --- a/dev-libs/grantlee/grantlee-0.1.9.ebuild +++ b/dev-libs/grantlee/grantlee-0.1.9.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/dev-libs/grantlee/grantlee-0.1.9.ebuild,v 1.6 2012/08/19 07:58:27 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.1.9.ebuild,v 1.7 2013/03/02 19:59:53 hwoarang Exp $ EAPI=4 @@ -16,13 +16,13 @@ SLOT="0" IUSE="debug doc test" COMMON_DEPEND=" - >=x11-libs/qt-core-4.5.0:4 - >=x11-libs/qt-gui-4.5.0:4 - >=x11-libs/qt-script-4.5.0:4 + >=dev-qt/qtcore-4.5.0:4 + >=dev-qt/qtgui-4.5.0:4 + >=dev-qt/qtscript-4.5.0:4 " DEPEND="${COMMON_DEPEND} doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] ) ) - test? ( >=x11-libs/qt-test-4.5.0:4 ) + test? ( >=dev-qt/qttest-4.5.0:4 ) " RDEPEND="${COMMON_DEPEND}" diff --git a/dev-libs/grantlee/grantlee-0.2.0.ebuild b/dev-libs/grantlee/grantlee-0.2.0.ebuild index 2f805aff3ccd..8ca6de9e4f5e 100644 --- a/dev-libs/grantlee/grantlee-0.2.0.ebuild +++ b/dev-libs/grantlee/grantlee-0.2.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/dev-libs/grantlee/grantlee-0.2.0.ebuild,v 1.4 2012/11/30 15:10:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.2.0.ebuild,v 1.5 2013/03/02 19:59:53 hwoarang Exp $ EAPI=4 @@ -17,13 +17,13 @@ SLOT="0" IUSE="debug doc test" COMMON_DEPEND=" - >=x11-libs/qt-core-${QT_MINIMAL}:4 - >=x11-libs/qt-gui-${QT_MINIMAL}:4 - >=x11-libs/qt-script-${QT_MINIMAL}:4 + >=dev-qt/qtcore-${QT_MINIMAL}:4 + >=dev-qt/qtgui-${QT_MINIMAL}:4 + >=dev-qt/qtscript-${QT_MINIMAL}:4 " DEPEND="${COMMON_DEPEND} doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] ) ) - test? ( >=x11-libs/qt-test-${QT_MINIMAL}:4 ) + test? ( >=dev-qt/qttest-${QT_MINIMAL}:4 ) " RDEPEND="${COMMON_DEPEND}" diff --git a/dev-libs/grantlee/grantlee-0.3.0.ebuild b/dev-libs/grantlee/grantlee-0.3.0.ebuild index 46248bf5bfb9..2b398ccd2ff3 100644 --- a/dev-libs/grantlee/grantlee-0.3.0.ebuild +++ b/dev-libs/grantlee/grantlee-0.3.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/dev-libs/grantlee/grantlee-0.3.0.ebuild,v 1.1 2012/11/13 21:51:57 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.3.0.ebuild,v 1.2 2013/03/02 19:59:53 hwoarang Exp $ EAPI=4 @@ -17,13 +17,13 @@ SLOT="0" IUSE="debug doc test" COMMON_DEPEND=" - >=x11-libs/qt-core-${QT_MINIMAL}:4 - >=x11-libs/qt-gui-${QT_MINIMAL}:4 - >=x11-libs/qt-script-${QT_MINIMAL}:4 + >=dev-qt/qtcore-${QT_MINIMAL}:4 + >=dev-qt/qtgui-${QT_MINIMAL}:4 + >=dev-qt/qtscript-${QT_MINIMAL}:4 " DEPEND="${COMMON_DEPEND} doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] ) ) - test? ( >=x11-libs/qt-test-${QT_MINIMAL}:4 ) + test? ( >=dev-qt/qttest-${QT_MINIMAL}:4 ) " RDEPEND="${COMMON_DEPEND}" |