diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:50:34 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:50:34 +0000 |
commit | fcdd89b41dba3aea6713d54fdcf31cceca18cf18 (patch) | |
tree | 503e1cc55c98d6390f900df537646918c0425c28 /x11-misc/okindd | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-fcdd89b41dba3aea6713d54fdcf31cceca18cf18.tar.gz gentoo-2-fcdd89b41dba3aea6713d54fdcf31cceca18cf18.tar.bz2 gentoo-2-fcdd89b41dba3aea6713d54fdcf31cceca18cf18.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/okindd')
-rw-r--r-- | x11-misc/okindd/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/okindd/okindd-0.6.0.ebuild | 8 | ||||
-rw-r--r-- | x11-misc/okindd/okindd-0.6.1.ebuild | 10 |
3 files changed, 15 insertions, 12 deletions
diff --git a/x11-misc/okindd/ChangeLog b/x11-misc/okindd/ChangeLog index 295cb5bb5ebb..d7898da65572 100644 --- a/x11-misc/okindd/ChangeLog +++ b/x11-misc/okindd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/okindd -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/ChangeLog,v 1.8 2012/06/21 09:51:23 kensington Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/ChangeLog,v 1.9 2013/03/02 23:50:34 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> okindd-0.6.0.ebuild, + okindd-0.6.1.ebuild: + Move Qt dependencies to the new category 21 Jun 2012; Michael Palimaka <kensington@gentoo.org> +files/okindd-0.6.1-gcc-4.7.patch, okindd-0.6.1.ebuild: @@ -39,4 +43,3 @@ 17 Jul 2009; Alex Alexander <wired@gentoo.org> +okindd-0.5.8.ebuild, +files/okindd_home_and_naming.patch, +metadata.xml: New ebuild for okindd - diff --git a/x11-misc/okindd/okindd-0.6.0.ebuild b/x11-misc/okindd/okindd-0.6.0.ebuild index a256b451495f..e9a3a729b27e 100644 --- a/x11-misc/okindd/okindd-0.6.0.ebuild +++ b/x11-misc/okindd/okindd-0.6.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/x11-misc/okindd/okindd-0.6.0.ebuild,v 1.2 2012/02/14 17:20:36 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/okindd-0.6.0.ebuild,v 1.3 2013/03/02 23:50:34 hwoarang Exp $ EAPI="4" @@ -17,8 +17,8 @@ KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="debug" -DEPEND="x11-libs/qt-gui:4 - x11-libs/qt-dbus:4" +DEPEND="dev-qt/qtgui:4 + dev-qt/qtdbus:4" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}" diff --git a/x11-misc/okindd/okindd-0.6.1.ebuild b/x11-misc/okindd/okindd-0.6.1.ebuild index bc3de139cdc6..3fe5f0178d48 100644 --- a/x11-misc/okindd/okindd-0.6.1.ebuild +++ b/x11-misc/okindd/okindd-0.6.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/okindd/okindd-0.6.1.ebuild,v 1.2 2012/06/21 09:51:23 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/okindd-0.6.1.ebuild,v 1.3 2013/03/02 23:50:34 hwoarang Exp $ EAPI=4 @@ -18,9 +18,9 @@ SLOT="0" IUSE="debug" DEPEND=" - x11-libs/qt-core:4 - x11-libs/qt-dbus:4 - x11-libs/qt-gui:4 + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4 " RDEPEND="${DEPEND}" |