From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q1o8F-0002Qk-QT for garchives@archives.gentoo.org; Mon, 21 Mar 2011 23:03:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57DBD1C0C1; Mon, 21 Mar 2011 23:03:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 17FBF1C0C1 for ; Mon, 21 Mar 2011 23:03:21 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7683D1B4164 for ; Mon, 21 Mar 2011 23:03:20 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2240) id A1D5220054; Mon, 21 Mar 2011 23:03:17 +0000 (UTC) From: "Nirbheek Chauhan (nirbheek)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, nirbheek@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pywebkitgtk: pywebkitgtk-1.1.8.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pywebkitgtk-1.1.8.ebuild ChangeLog X-VCS-Directories: dev-python/pywebkitgtk X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan Content-Type: text/plain; charset=utf8 Message-Id: <20110321230317.A1D5220054@flycatcher.gentoo.org> Date: Mon, 21 Mar 2011 23:03:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: c3ac6b459218feb05b4a836531146e1a nirbheek 11/03/21 23:03:17 Modified: pywebkitgtk-1.1.8.ebuild ChangeLog Log: Fix slot-deps on gnome libs =20 (Portage version: 2.1.9.44/cvs/Linux x86_64) Revision Changes Path 1.6 dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pywebki= tgtk/pywebkitgtk-1.1.8.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pywebki= tgtk/pywebkitgtk-1.1.8.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pywebki= tgtk/pywebkitgtk-1.1.8.ebuild?r1=3D1.5&r2=3D1.6 Index: pywebkitgtk-1.1.8.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.= 8.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pywebkitgtk-1.1.8.ebuild 12 Feb 2011 18:21:24 -0000 1.5 +++ pywebkitgtk-1.1.8.ebuild 21 Mar 2011 23:03:17 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.= 1.8.ebuild,v 1.5 2011/02/12 18:21:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.= 1.8.ebuild,v 1.6 2011/03/21 23:03:17 nirbheek Exp $ =20 EAPI=3D"3" PYTHON_DEPEND=3D"2:2.6" @@ -22,7 +22,7 @@ RDEPEND=3D"dev-python/pygobject:2 dev-python/pygtk:2 dev-libs/libxslt - >=3Dnet-libs/webkit-gtk-1.1.15" + >=3Dnet-libs/webkit-gtk-1.1.15:2" DEPEND=3D"${RDEPEND} dev-util/pkgconfig" =20 1.25 dev-python/pywebkitgtk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pywebki= tgtk/ChangeLog?rev=3D1.25&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pywebki= tgtk/ChangeLog?rev=3D1.25&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pywebki= tgtk/ChangeLog?r1=3D1.24&r2=3D1.25 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 12 Feb 2011 18:28:07 -0000 1.24 +++ ChangeLog 21 Mar 2011 23:03:17 -0000 1.25 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pywebkitgtk # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.= 24 2011/02/12 18:28:07 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.= 25 2011/03/21 23:03:17 nirbheek Exp $ + + 21 Mar 2011; Nirbheek Chauhan + pywebkitgtk-1.1.8.ebuild: + Fix slot-deps on gnome libs =20 12 Feb 2011; Arfrever Frehtes Taifersar Arahesis -pywebkitgtk-1.1.7.ebuild: