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 1Pt3YN-0003V3-Pg for garchives@archives.gentoo.org; Fri, 25 Feb 2011 19:42:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CB4C1C004; Fri, 25 Feb 2011 19:42:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0E01C1C004 for ; Fri, 25 Feb 2011 19:42:03 +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 7A04D1B4018 for ; Fri, 25 Feb 2011 19:42:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E09118006E for ; Fri, 25 Feb 2011 19:42:02 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <87c5267300326c109b1eb22d61b66cc061cb7fa4.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-glib/ X-VCS-Repository: proj/gnome X-VCS-Files: net-libs/telepathy-glib/telepathy-glib-0.13.14.ebuild net-libs/telepathy-glib/telepathy-glib-0.13.15.ebuild X-VCS-Directories: net-libs/telepathy-glib/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 87c5267300326c109b1eb22d61b66cc061cb7fa4 Date: Fri, 25 Feb 2011 19:42:02 +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: 88023d3589d7f5c1e29ace50584a1015 commit: 87c5267300326c109b1eb22d61b66cc061cb7fa4 Author: Nirbheek Chauhan gentoo org> AuthorDate: Fri Feb 25 03:21:16 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Fri Feb 25 19:41:54 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D87c52673 net-libs/telepathy-glib: 0.13.14 -> 0.13.15, fix python shebangs --- ....13.14.ebuild =3D> telepathy-glib-0.13.15.ebuild} | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/net-libs/telepathy-glib/telepathy-glib-0.13.14.ebuild b/net-= libs/telepathy-glib/telepathy-glib-0.13.15.ebuild similarity index 94% rename from net-libs/telepathy-glib/telepathy-glib-0.13.14.ebuild rename to net-libs/telepathy-glib/telepathy-glib-0.13.15.ebuild index 705443a..0bc656a 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.13.14.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.13.15.ebuild @@ -31,6 +31,11 @@ pkg_setup() { python_pkg_setup } =20 +src_prepare() { + python_convert_shebangs -r examples tests tools + default_src_prepare +} + src_configure() { local myconf =20