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 1Q89JG-0005LN-6s for garchives@archives.gentoo.org; Fri, 08 Apr 2011 10:53:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF33F1C044; Fri, 8 Apr 2011 10:52:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9C02B1C044 for ; Fri, 8 Apr 2011 10:52:14 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F01B31B4135 for ; Fri, 8 Apr 2011 10:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5F39580074 for ; Fri, 8 Apr 2011 10:52:13 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <2c04cfc5ea4ae540ddfc96330e5a3936f416f2b5.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/ X-VCS-Repository: proj/gnome X-VCS-Files: net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild X-VCS-Directories: net-wireless/gnome-bluetooth/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 2c04cfc5ea4ae540ddfc96330e5a3936f416f2b5 Date: Fri, 8 Apr 2011 10:52:13 +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: ce16e047a0c05aa2530c27ed7e86ab9b commit: 2c04cfc5ea4ae540ddfc96330e5a3936f416f2b5 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Fri Apr 8 10:42:38 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Fri Apr 8 10:51:46 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D2c04cfc5 net-wireless/gnome-bluetooth: QAed * Add missing files to POTFILES.in for intltool tests (Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --forc= e, signed Manifest commit with key C6085806) --- .../gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild b/= net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild index 51e40d9..431b12f 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild @@ -72,6 +72,14 @@ pkg_setup() { enewgroup plugdev } =20 +src_prepare() { + # Add missing files for intltool checks + echo "sendto/bluetooth-sendto.desktop.in" >> po/POTFILES.in + echo "wizard/bluetooth-wizard.desktop.in" >> po/POTFILES.in + + gnome2_src_prepare +} + src_install() { gnome2_src_install =20