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 E4FDF138010 for ; Fri, 14 Sep 2012 12:12:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AD31E052E; Fri, 14 Sep 2012 12:11:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4DE84E052E for ; Fri, 14 Sep 2012 12:11:47 +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 AC1B433D813 for ; Fri, 14 Sep 2012 12:11:46 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2203) id 5F52121601; Fri, 14 Sep 2012 12:11:45 +0000 (UTC) From: "Ben de Groot (yngwin)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, yngwin@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-webkit: qt-webkit-4.8.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: qt-webkit-4.8.3.ebuild ChangeLog X-VCS-Directories: x11-libs/qt-webkit X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120914121145.5F52121601@flycatcher.gentoo.org> Date: Fri, 14 Sep 2012 12:11:45 +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: b396304b-eb6f-4c99-97a3-5d535967ee00 X-Archives-Hash: 4665db3c564372216ec3dd31a93608c2 yngwin 12/09/14 12:11:45 Modified: qt-webkit-4.8.3.ebuild ChangeLog Log: Fix patches (Portage version: 2.2.0_alpha128/cvs/Linux x86_64) Revision Changes Path 1.2 x11-libs/qt-webkit/qt-webkit-4.8.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.3.ebuild?r1=1.1&r2=1.2 Index: qt-webkit-4.8.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qt-webkit-4.8.3.ebuild 14 Sep 2012 08:31:58 -0000 1.1 +++ qt-webkit-4.8.3.ebuild 14 Sep 2012 12:11:45 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.3.ebuild,v 1.1 2012/09/14 08:31:58 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.3.ebuild,v 1.2 2012/09/14 12:11:45 yngwin Exp $ EAPI=4 @@ -35,9 +35,9 @@ PATCHES=( "${FILESDIR}/${PN}-4.8.0-c++0x-fix.patch" - "${FILESDIR}/${PN}-4.8.1+glib-2.31.patch" + "${FILESDIR}/${PN}-4.8.3+glib-2.31.patch" "${FILESDIR}/${PN}-4.8.1-no-use-ld-gold.patch" - "${FILESDIR}/${PV}-javascriptcore-x32.patch" + "${FILESDIR}/4.8.2-javascriptcore-x32.patch" ) pkg_setup() { 1.168 x11-libs/qt-webkit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/ChangeLog?rev=1.168&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/ChangeLog?rev=1.168&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/ChangeLog?r1=1.167&r2=1.168 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- ChangeLog 14 Sep 2012 08:31:58 -0000 1.167 +++ ChangeLog 14 Sep 2012 12:11:45 -0000 1.168 @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-webkit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.167 2012/09/14 08:31:58 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.168 2012/09/14 12:11:45 yngwin Exp $ + + 14 Sep 2012; Ben de Groot + +files/qt-webkit-4.8.3+glib-2.31.patch, qt-webkit-4.8.3.ebuild: + Fix patches *qt-webkit-4.8.3 (14 Sep 2012)