diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:47:24 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:47:24 +0000 |
commit | 7e0a7fee8201fb47cd2ed427974c60805d552e67 (patch) | |
tree | 440b6e47a09ac5c71ab088e0a0b3cb8b011b7379 /net-dialup | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-7e0a7fee8201fb47cd2ed427974c60805d552e67.tar.gz gentoo-2-7e0a7fee8201fb47cd2ed427974c60805d552e67.tar.bz2 gentoo-2-7e0a7fee8201fb47cd2ed427974c60805d552e67.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 'net-dialup')
-rw-r--r-- | net-dialup/cutecom/ChangeLog | 9 | ||||
-rw-r--r-- | net-dialup/cutecom/cutecom-0.20.0-r1.ebuild | 10 | ||||
-rw-r--r-- | net-dialup/cutecom/cutecom-0.22.0.ebuild | 10 |
3 files changed, 16 insertions, 13 deletions
diff --git a/net-dialup/cutecom/ChangeLog b/net-dialup/cutecom/ChangeLog index 2945c8fee24c..3daa932f8f7d 100644 --- a/net-dialup/cutecom/ChangeLog +++ b/net-dialup/cutecom/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/cutecom -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v 1.26 2012/04/22 15:39:02 johu Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v 1.27 2013/03/02 22:47:24 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> cutecom-0.20.0-r1.ebuild, + cutecom-0.22.0.ebuild: + Move Qt dependencies to the new category 22 Apr 2012; Johannes Huber <johu@gentoo.org> cutecom-0.20.0-r1.ebuild, cutecom-0.22.0.ebuild: @@ -120,4 +124,3 @@ +cutecom-0.12.0.ebuild: Initial add and the glory goes to Jurek Bartuszek <koxta@koxta.net> in bug #74236 - diff --git a/net-dialup/cutecom/cutecom-0.20.0-r1.ebuild b/net-dialup/cutecom/cutecom-0.20.0-r1.ebuild index cea881a122dd..3b31d858955e 100644 --- a/net-dialup/cutecom/cutecom-0.20.0-r1.ebuild +++ b/net-dialup/cutecom/cutecom-0.20.0-r1.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/net-dialup/cutecom/cutecom-0.20.0-r1.ebuild,v 1.7 2012/04/22 15:39:02 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/cutecom-0.20.0-r1.ebuild,v 1.8 2013/03/02 22:47:24 hwoarang Exp $ EAPI=1 @@ -15,9 +15,9 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-qt3support:4" +DEPEND="dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qt3support:4" RDEPEND="${DEPEND} net-dialup/lrzsz" diff --git a/net-dialup/cutecom/cutecom-0.22.0.ebuild b/net-dialup/cutecom/cutecom-0.22.0.ebuild index 42f07d9a91d2..e527abaccec5 100644 --- a/net-dialup/cutecom/cutecom-0.22.0.ebuild +++ b/net-dialup/cutecom/cutecom-0.22.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/net-dialup/cutecom/cutecom-0.22.0.ebuild,v 1.2 2012/04/22 15:39:02 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/cutecom-0.22.0.ebuild,v 1.3 2013/03/02 22:47:24 hwoarang Exp $ EAPI=2 @@ -15,8 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-qt3support:4" +DEPEND="dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qt3support:4" RDEPEND="${DEPEND} net-dialup/lrzsz" |