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 <gentoo-commits+bounces-355203-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QXzQk-0005LD-JC
	for garchives@archives.gentoo.org; Sat, 18 Jun 2011 17:35:34 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C9C111C0C9;
	Sat, 18 Jun 2011 17:35:27 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 978CD1C0C9
	for <gentoo-commits@lists.gentoo.org>; Sat, 18 Jun 2011 17:35:27 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 13EF31B402B
	for <gentoo-commits@lists.gentoo.org>; Sat, 18 Jun 2011 17:35:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 73CA68003C
	for <gentoo-commits@lists.gentoo.org>; Sat, 18 Jun 2011 17:35:26 +0000 (UTC)
From: "Priit Laes" <plaes@plaes.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" <plaes@plaes.org>
Message-ID: <bf8f68c0f034d627d23648e7873676b310e01812.plaes@gentoo>
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/glib/files/, dev-libs/glib/
X-VCS-Repository: proj/gnome
X-VCS-Files: dev-libs/glib/files/glib-2.25-punt-python-check.patch dev-libs/glib/glib-9999.ebuild
X-VCS-Directories: dev-libs/glib/files/ dev-libs/glib/
X-VCS-Committer: plaes
X-VCS-Committer-Name: Priit Laes
X-VCS-Revision: bf8f68c0f034d627d23648e7873676b310e01812
Date: Sat, 18 Jun 2011 17:35:26 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 8b0a25d4bda1ea92fe104ca37a6c398b

commit:     bf8f68c0f034d627d23648e7873676b310e01812
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Sat Jun 18 17:34:35 2011 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Sat Jun 18 17:34:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D=
commit;h=3Dbf8f68c0

dev-libs/glib: Python check is now needed by gdbus-codegen

---
 .../glib/files/glib-2.25-punt-python-check.patch   |   20 --------------=
------
 dev-libs/glib/glib-9999.ebuild                     |    4 ----
 2 files changed, 0 insertions(+), 24 deletions(-)

diff --git a/dev-libs/glib/files/glib-2.25-punt-python-check.patch b/dev-=
libs/glib/files/glib-2.25-punt-python-check.patch
deleted file mode 100644
index 077ebf4..0000000
--- a/dev-libs/glib/files/glib-2.25-punt-python-check.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Remove python detection from configure.in, we won't be installing the gd=
b python
-scripts anymore. They use a redhat-specific gdb module that has not been
-upstreamed yet.
-
-https://bugs.gentoo.org/291328
-https://bugzilla.gnome.org/623552
----
---- configure.ac
-+++ configure.ac
-@@ -379,10 +379,6 @@ if test "x$PERL_PATH" =3D x ; then
- fi
- AC_SUBST(PERL_PATH)
-=20
--# Need suitable python path for greport
--AM_PATH_PYTHON(2.4,,PYTHON=3D"/usr/bin/env python2.4")
--
--
- dnl ***********************
- dnl *** Tests for iconv ***
- dnl ***********************

diff --git a/dev-libs/glib/glib-9999.ebuild b/dev-libs/glib/glib-9999.ebu=
ild
index 8fbfb8c..917ff0f 100644
--- a/dev-libs/glib/glib-9999.ebuild
+++ b/dev-libs/glib/glib-9999.ebuild
@@ -66,10 +66,6 @@ src_prepare() {
 	# Fix gmodule issues on fbsd; bug #184301
 	epatch "${FILESDIR}"/${PN}-2.12.12-fbsd.patch
=20
-	# Don't check for python, hence removing the build-time python dep.
-	# We remove the gdb python scripts in src_install due to bug 291328
-	epatch "${FILESDIR}/${PN}-2.25-punt-python-check.patch"
-
 	# Fix test failure when upgrading from 2.22 to 2.24, upstream bug 62136=
8
 	epatch "${FILESDIR}/${PN}-2.24-assert-test-failure.patch"
=20