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 1LTfE7-0003r2-Qp for garchives@archives.gentoo.org; Sun, 01 Feb 2009 16:31:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78B62E01F9; Sun, 1 Feb 2009 16:31:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5223CE01F9 for ; Sun, 1 Feb 2009 16:31:18 +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 E68436438B for ; Sun, 1 Feb 2009 16:31:17 +0000 (UTC) Received: from loki_val by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LTfE5-0000HW-MD for gentoo-commits@lists.gentoo.org; Sun, 01 Feb 2009 16:31:17 +0000 From: "Peter Alfredsen (loki_val)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, loki_val@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/f-spot: f-spot-0.5.0.3-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: f-spot-0.5.0.3-r1.ebuild X-VCS-Directories: media-gfx/f-spot X-VCS-Committer: loki_val X-VCS-Committer-Name: Peter Alfredsen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Peter Alfredsen Date: Sun, 01 Feb 2009 16:31:17 +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: 1628177c-9cb3-4a69-8751-4b0d3639e3f6 X-Archives-Hash: 79219a76339a28f680a95d54aacd8561 loki_val 09/02/01 16:31:17 Modified: f-spot-0.5.0.3-r1.ebuild Log: Insert the correct overlay ebuild. (Portage version: 2.2_rc23/cvs/Linux x86_64) Revision Changes Path 1.2 media-gfx/f-spot/f-spot-0.5.0.3-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/f= -spot-0.5.0.3-r1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/f= -spot-0.5.0.3-r1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/f= -spot-0.5.0.3-r1.ebuild?r1=3D1.1&r2=3D1.2 Index: f-spot-0.5.0.3-r1.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/media-gfx/f-spot/f-spot-0.5.0.3-r1.ebui= ld,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- f-spot-0.5.0.3-r1.ebuild 1 Feb 2009 16:24:47 -0000 1.1 +++ f-spot-0.5.0.3-r1.ebuild 1 Feb 2009 16:31:17 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/f-spot-0.5.0.3-r1.eb= uild,v 1.1 2009/02/01 16:24:47 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/f-spot-0.5.0.3-r1.eb= uild,v 1.2 2009/02/01 16:31:17 loki_val Exp $ =20 EAPI=3D2 =20 -inherit gnome2 mono +inherit gnome2 mono eutils =20 DESCRIPTION=3D"Personal photo management application for the gnome deskt= op" HOMEPAGE=3D"http://f-spot.org" @@ -63,6 +63,8 @@ grep -lr --include=3D'Makefile.in' \ 'rm -f \$(pl' "${S}"/extensions/Exporters ) || die "sed failed" + epatch ${FILESDIR}/f-spot-0.5.0.3-icon-size-crash-fix.patch + epatch ${FILESDIR}/f-spot-0.5.0.3-no-image-in-collection-crash-fix.patc= h } =20 src_configure() {