diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:47:56 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:47:56 +0000 |
commit | 6690b1b4eb4a2e7fd50fabb77f91b5520ac8fb46 (patch) | |
tree | 51f2c64811925d4665b1bf6dda83ad0512a0ce1c /x11-misc/evolvotron | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-6690b1b4eb4a2e7fd50fabb77f91b5520ac8fb46.tar.gz gentoo-2-6690b1b4eb4a2e7fd50fabb77f91b5520ac8fb46.tar.bz2 gentoo-2-6690b1b4eb4a2e7fd50fabb77f91b5520ac8fb46.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/evolvotron')
-rw-r--r-- | x11-misc/evolvotron/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/evolvotron/evolvotron-0.6.1.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/evolvotron/evolvotron-0.6.2.ebuild | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/x11-misc/evolvotron/ChangeLog b/x11-misc/evolvotron/ChangeLog index 2e7921765779..9cdcdd7ca1b5 100644 --- a/x11-misc/evolvotron/ChangeLog +++ b/x11-misc/evolvotron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/evolvotron -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.24 2012/10/30 20:59:00 jer Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.25 2013/03/02 23:47:56 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> evolvotron-0.6.1.ebuild, + evolvotron-0.6.2.ebuild: + Move Qt dependencies to the new category *evolvotron-0.6.2 (30 Oct 2012) @@ -100,4 +104,3 @@ evolvotron-0.2.2.ebuild: initial commit; ebuild based on the one submitted by Matija Suklje via bug 29421 - diff --git a/x11-misc/evolvotron/evolvotron-0.6.1.ebuild b/x11-misc/evolvotron/evolvotron-0.6.1.ebuild index 6bccf463505f..478188b5d87b 100644 --- a/x11-misc/evolvotron/evolvotron-0.6.1.ebuild +++ b/x11-misc/evolvotron/evolvotron-0.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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/evolvotron/evolvotron-0.6.1.ebuild,v 1.4 2010/06/06 09:42:13 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild,v 1.5 2013/03/02 23:47:56 hwoarang Exp $ EAPI=2 PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" IUSE="" -RDEPEND="x11-libs/qt-gui:4" +RDEPEND="dev-qt/qtgui:4" DEPEND="${RDEPEND} dev-libs/boost" diff --git a/x11-misc/evolvotron/evolvotron-0.6.2.ebuild b/x11-misc/evolvotron/evolvotron-0.6.2.ebuild index 00a866dd62d3..c295c1c77c96 100644 --- a/x11-misc/evolvotron/evolvotron-0.6.2.ebuild +++ b/x11-misc/evolvotron/evolvotron-0.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-misc/evolvotron/evolvotron-0.6.2.ebuild,v 1.1 2012/10/30 20:59:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.2.ebuild,v 1.2 2013/03/02 23:47:56 hwoarang Exp $ EAPI=4 PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="" -RDEPEND="x11-libs/qt-gui:4" +RDEPEND="dev-qt/qtgui:4" DEPEND="${RDEPEND} dev-libs/boost" |