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 3423E1396D0 for ; Fri, 25 Aug 2017 22:44:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98CB6E0C9A; Fri, 25 Aug 2017 22:44:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75A9DE0C9A for ; Fri, 25 Aug 2017 22:44:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B27033FE7D for ; Fri, 25 Aug 2017 22:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 055848272 for ; Fri, 25 Aug 2017 22:44:19 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1503701053.690de00d9350894bacc92e6081d00353eee1d8bb.monsieurp@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.6.1-fix-mkdirp.patch X-VCS-Directories: dev-libs/libmateweather/files/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 690de00d9350894bacc92e6081d00353eee1d8bb X-VCS-Branch: master Date: Fri, 25 Aug 2017 22:44:19 +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: 3d1d6d7b-8254-474d-9f7e-b9c72939574d X-Archives-Hash: 3f804e43f3b495cfc0000b470320bd33 commit: 690de00d9350894bacc92e6081d00353eee1d8bb Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Tue Aug 15 10:19:46 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Aug 25 22:44:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690de00d dev-libs/libmateweather: remove unused patch. Closes: https://github.com/gentoo/gentoo/pull/5425 .../files/libmateweather-1.6.1-fix-mkdirp.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/dev-libs/libmateweather/files/libmateweather-1.6.1-fix-mkdirp.patch b/dev-libs/libmateweather/files/libmateweather-1.6.1-fix-mkdirp.patch deleted file mode 100644 index a76d6c76a19..00000000000 --- a/dev-libs/libmateweather/files/libmateweather-1.6.1-fix-mkdirp.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -burN a/python/Makefile.am b/python/Makefile.am ---- a/python/Makefile.am 2012-06-22 01:08:01.978411103 +0200 -+++ b/python/Makefile.am 2012-06-22 01:11:02.007416691 +0200 -@@ -1,4 +1,7 @@ - if BUILD_PYTHON -+ -+MKDIR_P=@mkdir_p@ -+ - AM_CPPFLAGS = \ - -I$(top_srcdir) \ - $(PYTHON_INCLUDES) \