From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JgngD-000445-H5 for garchives@archives.gentoo.org; Tue, 01 Apr 2008 21:06:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97538E0AF4; Tue, 1 Apr 2008 21:06:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 525EAE0AF4 for ; Tue, 1 Apr 2008 21:06:04 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C85846775B for ; Tue, 1 Apr 2008 21:06:03 +0000 (UTC) Received: from leio by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JgngA-0007Dx-ID for gentoo-commits@lists.gentoo.org; Tue, 01 Apr 2008 21:06:02 +0000 From: "Mart Raudsepp (leio)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, leio@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-webcal: evolution-webcal-2.12.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: evolution-webcal-2.12.0.ebuild ChangeLog X-VCS-Directories: gnome-extra/evolution-webcal X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mart Raudsepp Date: Tue, 01 Apr 2008 21:06:02 +0000 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: 5a27bc4d-4865-4efe-9f56-43cedbef33b3 X-Archives-Hash: a4999b26d11f39045e7dc76e0e47cd99 leio 08/04/01 21:06:02 Modified: evolution-webcal-2.12.0.ebuild ChangeLog Log: Fix broken build with libsoup-2.4 present on the system (Portage version: 2.1.4.4) Revision Changes Path 1.9 gnome-extra/evolution-webcal/evolution-webcal-2.12.0= .ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolut= ion-webcal/evolution-webcal-2.12.0.ebuild?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolut= ion-webcal/evolution-webcal-2.12.0.ebuild?rev=3D1.9&content-type=3Dtext/p= lain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolut= ion-webcal/evolution-webcal-2.12.0.ebuild?r1=3D1.8&r2=3D1.9 Index: evolution-webcal-2.12.0.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/gnome-extra/evolution-webcal/evolution-= webcal-2.12.0.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- evolution-webcal-2.12.0.ebuild 29 Jan 2008 18:02:34 -0000 1.8 +++ evolution-webcal-2.12.0.ebuild 1 Apr 2008 21:06:01 -0000 1.9 @@ -1,9 +1,9 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/evolutio= n-webcal-2.12.0.ebuild,v 1.8 2008/01/29 18:02:34 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/evolutio= n-webcal-2.12.0.ebuild,v 1.9 2008/04/01 21:06:01 leio Exp $ EAPI=3D"1" =20 -inherit gnome2 +inherit eutils gnome2 =20 DESCRIPTION=3D"A GNOME URL handler for web-published ical calendar files= " HOMEPAGE=3D"http://www.gnome.org/" @@ -26,3 +26,10 @@ =20 DOCS=3D"AUTHORS ChangeLog TODO" USE_DESTDIR=3D"1" + +src_unpack() { + gnome2_src_unpack + + # Fix build with libsoup-2.4 present on the system + epatch "${FILESDIR}/${P}-no-libsoup24.patch" +} 1.86 gnome-extra/evolution-webcal/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolut= ion-webcal/ChangeLog?rev=3D1.86&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolut= ion-webcal/ChangeLog?rev=3D1.86&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolut= ion-webcal/ChangeLog?r1=3D1.85&r2=3D1.86 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/gnome-extra/evolution-webcal/ChangeLog,= v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- ChangeLog 26 Mar 2008 22:39:57 -0000 1.85 +++ ChangeLog 1 Apr 2008 21:06:01 -0000 1.86 @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/evolution-webcal # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/ChangeLo= g,v 1.85 2008/03/26 22:39:57 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/ChangeLo= g,v 1.86 2008/04/01 21:06:01 leio Exp $ + + 01 Apr 2008; Mart Raudsepp + +files/evolution-webcal-2.12.0-no-libsoup24.patch, + evolution-webcal-2.12.0.ebuild: + Fix broken build with libsoup-2.4 present on the system =20 *evolution-webcal-2.21.92 (26 Mar 2008) =20 --=20 gentoo-commits@lists.gentoo.org mailing list