From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3B62B198005 for ; Sat, 2 Mar 2013 21:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EB80E0748; Sat, 2 Mar 2013 21:43:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB6EAE0748 for ; Sat, 2 Mar 2013 21:43:31 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD77633DCC5 for ; Sat, 2 Mar 2013 21:43:30 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2238) id 8AD952171D; Sat, 2 Mar 2013 21:43:29 +0000 (UTC) From: "Markos Chandras (hwoarang)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hwoarang@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/herqq: herqq-1.0.0-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: herqq-1.0.0-r1.ebuild ChangeLog X-VCS-Directories: media-libs/herqq X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130302214329.8AD952171D@flycatcher.gentoo.org> Date: Sat, 2 Mar 2013 21:43:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e68369fc-fa12-4b4a-8959-60678ad0b84c X-Archives-Hash: beba4168c6a1a87abc5ae78cf9175323 hwoarang 13/03/02 21:43:29 Modified: herqq-1.0.0-r1.ebuild ChangeLog Log: Move Qt dependencies to the new category (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!) Revision Changes Path 1.7 media-libs/herqq/herqq-1.0.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/herqq-1.0.0-r1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/herqq-1.0.0-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/herqq-1.0.0-r1.ebuild?r1=1.6&r2=1.7 Index: herqq-1.0.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/herqq/herqq-1.0.0-r1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- herqq-1.0.0-r1.ebuild 18 Jul 2012 01:45:46 -0000 1.6 +++ herqq-1.0.0-r1.ebuild 2 Mar 2013 21:43:29 -0000 1.7 @@ -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/media-libs/herqq/herqq-1.0.0-r1.ebuild,v 1.6 2012/07/18 01:45:46 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/herqq/herqq-1.0.0-r1.ebuild,v 1.7 2013/03/02 21:43:29 hwoarang Exp $ EAPI=4 @@ -17,9 +17,9 @@ # no release of QtSolutions using bundled libQtSolutions_SOAP RDEPEND=" - x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-xmlpatterns:4 + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtxmlpatterns:4 " DEPEND="${RDEPEND}" 1.11 media-libs/herqq/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/herqq/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 18 Jul 2012 01:45:46 -0000 1.10 +++ ChangeLog 2 Mar 2013 21:43:29 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/herqq -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/herqq/ChangeLog,v 1.10 2012/07/18 01:45:46 ottxor Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/herqq/ChangeLog,v 1.11 2013/03/02 21:43:29 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras herqq-1.0.0-r1.ebuild: + Move Qt dependencies to the new category 18 Jul 2012; Christoph Junghans herqq-1.0.0-r1.ebuild, metadata.xml: