diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:51:19 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:51:19 +0000 |
commit | d7ef19485cc3bf2e2b08a8c2cab7e7feb177e126 (patch) | |
tree | e822bd8a7b30054480cb415e05f41df74209d709 /x11-misc/qcomicbook | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-d7ef19485cc3bf2e2b08a8c2cab7e7feb177e126.tar.gz gentoo-2-d7ef19485cc3bf2e2b08a8c2cab7e7feb177e126.tar.bz2 gentoo-2-d7ef19485cc3bf2e2b08a8c2cab7e7feb177e126.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/qcomicbook')
-rw-r--r-- | x11-misc/qcomicbook/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/qcomicbook/qcomicbook-0.8.2.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/qcomicbook/qcomicbook-0.9.0.ebuild | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/x11-misc/qcomicbook/ChangeLog b/x11-misc/qcomicbook/ChangeLog index acf313f36b43..7571d349e2c8 100644 --- a/x11-misc/qcomicbook/ChangeLog +++ b/x11-misc/qcomicbook/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/qcomicbook -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.49 2012/06/22 08:05:51 xmw Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.50 2013/03/02 23:51:19 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qcomicbook-0.8.2.ebuild, + qcomicbook-0.9.0.ebuild: + Move Qt dependencies to the new category *qcomicbook-0.9.0 (22 Jun 2012) @@ -210,4 +214,3 @@ 11 Jul 2005; Jonathan Smith <smithj@gentoo.org> +metadata.xml, +qcomicbook-0.2.3.ebuild: #79598: initial commit - diff --git a/x11-misc/qcomicbook/qcomicbook-0.8.2.ebuild b/x11-misc/qcomicbook/qcomicbook-0.8.2.ebuild index 9b40a8ad0de4..efc5aa4d7a9d 100644 --- a/x11-misc/qcomicbook/qcomicbook-0.8.2.ebuild +++ b/x11-misc/qcomicbook/qcomicbook-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/x11-misc/qcomicbook/qcomicbook-0.8.2.ebuild,v 1.4 2012/05/15 18:16:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.8.2.ebuild,v 1.5 2013/03/02 23:51:19 hwoarang Exp $ EAPI=4 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="debug" -DEPEND="x11-libs/qt-gui:4 +DEPEND="dev-qt/qtgui:4 app-text/poppler[qt4]" RDEPEND="${DEPEND}" diff --git a/x11-misc/qcomicbook/qcomicbook-0.9.0.ebuild b/x11-misc/qcomicbook/qcomicbook-0.9.0.ebuild index f92d282eb149..907d0b7c6aef 100644 --- a/x11-misc/qcomicbook/qcomicbook-0.9.0.ebuild +++ b/x11-misc/qcomicbook/qcomicbook-0.9.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/qcomicbook/qcomicbook-0.9.0.ebuild,v 1.1 2012/06/22 08:05:51 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.9.0.ebuild,v 1.2 2013/03/02 23:51:19 hwoarang Exp $ EAPI=4 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug" -DEPEND="x11-libs/qt-gui:4 +DEPEND="dev-qt/qtgui:4 app-text/poppler[qt4]" RDEPEND="${DEPEND}" |