From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D4DA61384B4 for ; Fri, 11 Dec 2015 08:10:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E7FF21C01B; Fri, 11 Dec 2015 08:10:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E282521C01B for ; Fri, 11 Dec 2015 08:10:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4C63340885 for ; Fri, 11 Dec 2015 08:10:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50535C7A for ; Fri, 11 Dec 2015 08:10:28 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1449821381.9de12ed3a858a53e94db76774b7257d67073fd4d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gst-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gst-python/gst-python-1.2.1.ebuild dev-python/gst-python/gst-python-1.4.0.ebuild dev-python/gst-python/gst-python-1.6.0.ebuild dev-python/gst-python/gst-python-1.6.1.ebuild X-VCS-Directories: dev-python/gst-python/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9de12ed3a858a53e94db76774b7257d67073fd4d X-VCS-Branch: master Date: Fri, 11 Dec 2015 08:10:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 47c2a122-6c2a-4ab0-8828-8dc91b6e5002 X-Archives-Hash: 6785a9eeba1c4ede6605649a57faae58 commit: 9de12ed3a858a53e94db76774b7257d67073fd4d Author: Justin Lecher gentoo org> AuthorDate: Fri Dec 11 08:09:41 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Dec 11 08:09:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de12ed3 Revert "dev-python/gst-python: Adopt to changes in general python handling" This reverts commit 3e0c77ac812b88cb421ec994fb852b8d7d5581a4. dev-python/gst-python/gst-python-1.2.1.ebuild | 8 +------- dev-python/gst-python/gst-python-1.4.0.ebuild | 8 +------- dev-python/gst-python/gst-python-1.6.0.ebuild | 8 +------- dev-python/gst-python/gst-python-1.6.1.ebuild | 8 +------- 4 files changed, 4 insertions(+), 28 deletions(-) diff --git a/dev-python/gst-python/gst-python-1.2.1.ebuild b/dev-python/gst-python/gst-python-1.2.1.ebuild index eeb014c..b2da6fd 100644 --- a/dev-python/gst-python/gst-python-1.2.1.ebuild +++ b/dev-python/gst-python/gst-python-1.2.1.ebuild @@ -38,14 +38,8 @@ src_prepare() { python_foreach_impl prepare_gst } -myeconf() { - local flag - flag="$(${PYTHON} -c 'import sysconfig; print(sysconfig.get_config_var("ABIFLAGS") or "")')" - PYTHON="${EPYTHON}${flag}" econf -} - src_configure() { - ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir myeconf + ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir econf } src_compile() { diff --git a/dev-python/gst-python/gst-python-1.4.0.ebuild b/dev-python/gst-python/gst-python-1.4.0.ebuild index 80b1de3..03861fd 100644 --- a/dev-python/gst-python/gst-python-1.4.0.ebuild +++ b/dev-python/gst-python/gst-python-1.4.0.ebuild @@ -34,14 +34,8 @@ src_prepare() { python_foreach_impl prepare_gst } -myeconf() { - local flag - flag="$(${PYTHON} -c 'import sysconfig; print(sysconfig.get_config_var("ABIFLAGS") or "")')" - PYTHON="${EPYTHON}${flag}" econf -} - src_configure() { - ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir myeconf + ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir econf } src_compile() { diff --git a/dev-python/gst-python/gst-python-1.6.0.ebuild b/dev-python/gst-python/gst-python-1.6.0.ebuild index 81d086d..53128bc 100644 --- a/dev-python/gst-python/gst-python-1.6.0.ebuild +++ b/dev-python/gst-python/gst-python-1.6.0.ebuild @@ -34,14 +34,8 @@ src_prepare() { python_foreach_impl prepare_gst } -myeconf() { - local flag - flag="$(${PYTHON} -c 'import sysconfig; print(sysconfig.get_config_var("ABIFLAGS") or "")')" - PYTHON="${EPYTHON}${flag}" econf -} - src_configure() { - ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir myeconf + ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir econf } src_compile() { diff --git a/dev-python/gst-python/gst-python-1.6.1.ebuild b/dev-python/gst-python/gst-python-1.6.1.ebuild index 95d223e..d465961 100644 --- a/dev-python/gst-python/gst-python-1.6.1.ebuild +++ b/dev-python/gst-python/gst-python-1.6.1.ebuild @@ -35,14 +35,8 @@ src_prepare() { python_foreach_impl prepare_gst } -myeconf() { - local flag - flag="$(${PYTHON} -c 'import sysconfig; print(sysconfig.get_config_var("ABIFLAGS") or "")')" - PYTHON="${EPYTHON}${flag}" econf -} - src_configure() { - ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir myeconf + ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir econf } src_compile() {