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 1PUHnm-0006gQ-CD for garchives@archives.gentoo.org; Sun, 19 Dec 2010 11:51:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA17CE06C3; Sun, 19 Dec 2010 11:51:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 90BA8E06C3 for ; Sun, 19 Dec 2010 11:51:38 +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 CD3671B4037 for ; Sun, 19 Dec 2010 11:51:37 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id 48D5920054; Sun, 19 Dec 2010 11:51:36 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@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: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Message-Id: <20101219115136.48D5920054@flycatcher.gentoo.org> Date: Sun, 19 Dec 2010 11:51:36 +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: 92375327-316a-40e3-be31-70db6b7c5f2d X-Archives-Hash: d0cf313708cfe01c0b69dfbb649084e6 pacho 10/12/19 11:51:36 Modified: gnome-bluetooth-2.32.0.ebuild ChangeLog Log: Fix build with gobject-introspection 0.9, bug #344227 by Mike Auty. =20 (Portage version: 2.1.9.25/cvs/Linux x86_64) Revision Changes Path 1.4 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.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome= -bluetooth/gnome-bluetooth-2.32.0.ebuild?rev=3D1.4&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.3&r2=3D1.4 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gnome-bluetooth-2.32.0.ebuild 16 Dec 2010 23:23:47 -0000 1.3 +++ gnome-bluetooth-2.32.0.ebuild 19 Dec 2010 11:51:36 -0000 1.4 @@ -1,10 +1,11 @@ # Copyright 1999-2010 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.3 2010/12/16 23:23:47 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bl= uetooth-2.32.0.ebuild,v 1.4 2010/12/19 11:51:36 pacho Exp $ =20 EAPI=3D"3" +GCONF_DEBUG=3D"yes" =20 -inherit eutils gnome2 multilib +inherit eutils gnome2 multilib autotools =20 DESCRIPTION=3D"Fork of bluez-gnome focused on integration with GNOME" HOMEPAGE=3D"http://live.gnome.org/GnomeBluetooth" @@ -23,7 +24,8 @@ RDEPEND=3D"${COMMON_DEPEND} >=3Dnet-wireless/bluez-4.34 app-mobilephone/obexd - sys-fs/udev" + sys-fs/udev + introspection? ( >=3Ddev-libs/gobject-introspection-0.6.7 )" DEPEND=3D"${COMMON_DEPEND} !!net-wireless/bluez-gnome app-text/gnome-doc-utils @@ -35,7 +37,9 @@ x11-libs/libX11 x11-libs/libXi x11-proto/xproto - doc? ( >=3Ddev-util/gtk-doc-1.9 )" + doc? ( >=3Ddev-util/gtk-doc-1.9 ) + gnome-base/gnome-common + dev-util/gtk-doc-am" # eautoreconf needs: # gnome-base/gnome-common # dev-util/gtk-doc-am @@ -52,6 +56,16 @@ enewgroup plugdev } =20 +src_prepare() { + gnome2_src_prepare + + # Fix build with gobject-introspection 0.9, bug #344227 + epatch "${FILESDIR}/${P}-introspection-build.patch" + + intltoolize --force --copy --automake || die "intltoolize failed" + eautoreconf +} + src_install() { gnome2_src_install find "${ED}"/usr/$(get_libdir)/${PN}/plugins -name "*.la" -delete \ 1.84 net-wireless/gnome-bluetooth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome= -bluetooth/ChangeLog?rev=3D1.84&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome= -bluetooth/ChangeLog?rev=3D1.84&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome= -bluetooth/ChangeLog?r1=3D1.83&r2=3D1.84 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.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- ChangeLog 16 Dec 2010 23:23:47 -0000 1.83 +++ ChangeLog 19 Dec 2010 11:51:36 -0000 1.84 @@ -1,6 +1,10 @@ # ChangeLog for net-wireless/gnome-bluetooth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLo= g,v 1.83 2010/12/16 23:23:47 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLo= g,v 1.84 2010/12/19 11:51:36 pacho Exp $ + + 19 Dec 2010; Pacho Ramos gnome-bluetooth-2.32.0.ebu= ild, + +files/gnome-bluetooth-2.32.0-introspection-build.patch: + Fix build with gobject-introspection 0.9, bug #344227 by Mike Auty. =20 16 Dec 2010; Gilles Dartiguelongue +files/80-rfkill.r= ules, gnome-bluetooth-2.32.0.ebuild: