From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EEFE3138330 for ; Sat, 10 Sep 2016 19:45:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41CC6E0B78; Sat, 10 Sep 2016 19:45:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28746E0B78 for ; Sat, 10 Sep 2016 19:45:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DF5A33E3A9 for ; Sat, 10 Sep 2016 19:45:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2A037D3 for ; Sat, 10 Sep 2016 19:45:07 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1473536240.2a43e93bc4bcaacf6b0839b63c41fb6e2d2a879c.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmateweather/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmateweather/files/libmateweather-1.5.0-fix-automagic-python-support.patch X-VCS-Directories: dev-libs/libmateweather/files/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 2a43e93bc4bcaacf6b0839b63c41fb6e2d2a879c X-VCS-Branch: master Date: Sat, 10 Sep 2016 19:45:07 +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: 8ea8d999-6edc-40aa-a2d1-f95fc965aaba X-Archives-Hash: 80aa318f0dd137f7cbc4588097fb1165 commit: 2a43e93bc4bcaacf6b0839b63c41fb6e2d2a879c Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sat Sep 3 16:18:20 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Sat Sep 10 19:37:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a43e93b dev-libs/libmateweather: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/2229 Signed-off-by: NP-Hardass gentoo.org> .../libmateweather-1.5.0-fix-automagic-python-support.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dev-libs/libmateweather/files/libmateweather-1.5.0-fix-automagic-python-support.patch b/dev-libs/libmateweather/files/libmateweather-1.5.0-fix-automagic-python-support.patch deleted file mode 100644 index de5f44a..00000000 --- a/dev-libs/libmateweather/files/libmateweather-1.5.0-fix-automagic-python-support.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -burN libmateweather-1.5.1.orig/configure.ac libmateweather-1.5.1/configure.ac ---- libmateweather-1.5.1.orig/configure.ac 2013-02-04 15:53:55.420890494 +0100 -+++ libmateweather-1.5.1/configure.ac 2013-02-04 15:55:19.618967277 +0100 -@@ -215,7 +215,7 @@ - AC_ARG_ENABLE(python, - [AC_HELP_STRING([--enable-python], - [Build libmateweather python bindings])], -- [enable_python=yes], -+ [enable_python=$enableval], - [enable_python=no]) - if test "$enable_python" = "yes"; then - AM_PATH_PYTHON()