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 5F80913877A for ; Wed, 18 Jun 2014 08:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73B26E0AA1; Wed, 18 Jun 2014 08:05:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF414E0AA1 for ; Wed, 18 Jun 2014 08:05:27 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2B5F33FE3F for ; Wed, 18 Jun 2014 08:05:26 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id 7FE4E2004E; Wed, 18 Jun 2014 08:05:25 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: librsvg-2.40.2-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: librsvg-2.40.2-r1.ebuild ChangeLog X-VCS-Directories: gnome-base/librsvg X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140618080525.7FE4E2004E@flycatcher.gentoo.org> Date: Wed, 18 Jun 2014 08:05:25 +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: ef0838b3-b398-4389-b921-87b5fd708c77 X-Archives-Hash: 148604bc5aa971870bfcd58fa77bbbc1 mgorny 14/06/18 08:05:25 Modified: librsvg-2.40.2-r1.ebuild ChangeLog Log: Fix vala sources out-of-source build, bug #513652. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.2 gnome-base/librsvg/librsvg-2.40.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild?r1=1.1&r2=1.2 Index: librsvg-2.40.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- librsvg-2.40.2-r1.ebuild 17 Jun 2014 20:09:08 -0000 1.1 +++ librsvg-2.40.2-r1.ebuild 18 Jun 2014 08:05:25 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild,v 1.1 2014/06/17 20:09:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild,v 1.2 2014/06/18 08:05:25 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" @@ -43,6 +43,8 @@ src_prepare() { # https://bugzilla.gnome.org/show_bug.cgi?id=712693 epatch "${FILESDIR}/${PN}-2.40.1-gtk-optional.patch" + # https://bugzilla.gnome.org/show_bug.cgi?id=731826 + epatch "${FILESDIR}/${P}-vala-out-of-source.patch" eautoreconf use vala && vala_src_prepare 1.349 gnome-base/librsvg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.349&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.349&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.348&r2=1.349 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v retrieving revision 1.348 retrieving revision 1.349 diff -u -r1.348 -r1.349 --- ChangeLog 17 Jun 2014 20:09:08 -0000 1.348 +++ ChangeLog 18 Jun 2014 08:05:25 -0000 1.349 @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/librsvg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.348 2014/06/17 20:09:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.349 2014/06/18 08:05:25 mgorny Exp $ + + 18 Jun 2014; Michał Górny + +files/librsvg-2.40.2-vala-out-of-source.patch, librsvg-2.40.2-r1.ebuild: + Fix vala sources out-of-source build, bug #513652. *librsvg-2.40.2-r1 (17 Jun 2014)