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 1Pmsfu-0006V5-HV for garchives@archives.gentoo.org; Tue, 08 Feb 2011 18:52:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF9A8E07E6; Tue, 8 Feb 2011 18:52:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8F8FBE07E6 for ; Tue, 8 Feb 2011 18:52:23 +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 C7C021B406C for ; Tue, 8 Feb 2011 18:52:22 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 6B2FA20054; Tue, 8 Feb 2011 18:52:21 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth: gnome-bluetooth-2.32.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gnome-bluetooth-2.32.0.ebuild ChangeLog X-VCS-Directories: net-wireless/gnome-bluetooth X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20110208185221.6B2FA20054@flycatcher.gentoo.org> Date: Tue, 8 Feb 2011 18:52:21 +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: 35cb79cdc7e6a8e2755abcd27bc58af6 ssuominen 11/02/08 18:52:21 Modified: gnome-bluetooth-2.32.0.ebuild ChangeLog Log: Fix building with x11-libs/libnotify >=3D 0.7 wrt #354119 by Diego Elio= Petten=C3=B2. =20 (Portage version: 2.2.0_alpha20/cvs/Linux x86_64) Revision Changes Path 1.8 net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.= ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome= -bluetooth/gnome-bluetooth-2.32.0.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome= -bluetooth/gnome-bluetooth-2.32.0.ebuild?rev=3D1.8&content-type=3Dtext/pl= ain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome= -bluetooth/gnome-bluetooth-2.32.0.ebuild?r1=3D1.7&r2=3D1.8 Index: gnome-bluetooth-2.32.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/net-wireless/gnome-bluetooth/gnome-blue= tooth-2.32.0.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gnome-bluetooth-2.32.0.ebuild 17 Jan 2011 18:01:20 -0000 1.7 +++ gnome-bluetooth-2.32.0.ebuild 8 Feb 2011 18:52:21 -0000 1.8 @@ -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/net-wireless/gnome-bluetooth/gnome-bl= uetooth-2.32.0.ebuild,v 1.7 2011/01/17 18:01:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bl= uetooth-2.32.0.ebuild,v 1.8 2011/02/08 18:52:21 ssuominen Exp $ =20 EAPI=3D"3" GCONF_DEBUG=3D"yes" @@ -59,17 +59,19 @@ } =20 src_prepare() { - gnome2_src_prepare + epatch "${FILESDIR}"/${P}-libnotify-0.7.patch =20 # Fix build with gobject-introspection 0.9, bug #344227 - epatch "${FILESDIR}/${P}-introspection-build.patch" + epatch "${FILESDIR}"/${P}-introspection-build.patch =20 # Fix nautilus-sendto automagic support, upstream bug #639130 - epatch "${FILESDIR}/${P}-nsd-automagic.patch" + epatch "${FILESDIR}"/${P}-nsd-automagic.patch =20 cp "${WORKDIR}"/introspection.m4 . || die intltoolize --force --copy --automake || die "intltoolize failed" AT_M4DIR=3D"." eautoreconf + + gnome2_src_prepare } =20 src_install() { 1.89 net-wireless/gnome-bluetooth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome= -bluetooth/ChangeLog?rev=3D1.89&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome= -bluetooth/ChangeLog?rev=3D1.89&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome= -bluetooth/ChangeLog?r1=3D1.88&r2=3D1.89 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/net-wireless/gnome-bluetooth/ChangeLog,= v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- ChangeLog 17 Jan 2011 18:02:37 -0000 1.88 +++ ChangeLog 8 Feb 2011 18:52:21 -0000 1.89 @@ -1,6 +1,12 @@ # ChangeLog for net-wireless/gnome-bluetooth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLo= g,v 1.88 2011/01/17 18:02:37 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLo= g,v 1.89 2011/02/08 18:52:21 ssuominen Exp $ + + 08 Feb 2011; Samuli Suominen + gnome-bluetooth-2.32.0.ebuild, + +files/gnome-bluetooth-2.32.0-libnotify-0.7.patch: + Fix building with x11-libs/libnotify >=3D 0.7 wrt #354119 by Diego Eli= o + Petten=C3=B2. =20 17 Jan 2011; Pacho Ramos +files/gnome-bluetooth-2.32.0-nsd-automagic.patch: