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 787C11396D0 for ; Wed, 23 Aug 2017 22:09:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B49BBE0C63; Wed, 23 Aug 2017 22:09:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8EF4AE0C63 for ; Wed, 23 Aug 2017 22:09:39 +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 5E22B341A26 for ; Wed, 23 Aug 2017 22:09:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88CB0803E for ; Wed, 23 Aug 2017 22:09:33 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1503526171.e6962df623a3a3a69a66dc17d8ebcea55127c10e.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/datamash/, sci-calculators/datamash/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/datamash/datamash-1.2.ebuild sci-calculators/datamash/files/datamash-1.2-libcrypto.patch X-VCS-Directories: sci-calculators/datamash/files/ sci-calculators/datamash/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: e6962df623a3a3a69a66dc17d8ebcea55127c10e X-VCS-Branch: master Date: Wed, 23 Aug 2017 22:09:33 +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: 26a648bf-b02b-42b6-8889-468d732f066a X-Archives-Hash: 9ae61bf4fa1e43a884624be43d0454ce commit: e6962df623a3a3a69a66dc17d8ebcea55127c10e Author: Jeroen Roovers gentoo org> AuthorDate: Wed Aug 23 22:09:06 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Aug 23 22:09:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6962df6 sci-calculators/datamash: Fix patch/drop autotools.eclass. Package-Manager: Portage-2.3.8, Repoman-2.3.3 sci-calculators/datamash/datamash-1.2.ebuild | 7 ------- .../datamash/files/datamash-1.2-libcrypto.patch | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/sci-calculators/datamash/datamash-1.2.ebuild b/sci-calculators/datamash/datamash-1.2.ebuild index 87c7f2fe928..2046d05d80f 100644 --- a/sci-calculators/datamash/datamash-1.2.ebuild +++ b/sci-calculators/datamash/datamash-1.2.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools DESCRIPTION="command-line program for basic numeric, textual and statistical operations" HOMEPAGE="https://www.gnu.org/software/datamash/" @@ -28,12 +27,6 @@ PATCHES=( "${FILESDIR}"/${PN}-1.2-libcrypto.patch ) -src_prepare() { - default - - eautoreconf -} - src_configure() { econf \ $(use_enable nls) \ diff --git a/sci-calculators/datamash/files/datamash-1.2-libcrypto.patch b/sci-calculators/datamash/files/datamash-1.2-libcrypto.patch index ef1f32e9855..887d807ec04 100644 --- a/sci-calculators/datamash/files/datamash-1.2-libcrypto.patch +++ b/sci-calculators/datamash/files/datamash-1.2-libcrypto.patch @@ -8,3 +8,23 @@ $(ROUND_LIBM) \ $(ROUNDL_LIBM) \ $(SQRT_LIBM) \ +--- a/Makefile.in ++++ b/Makefile.in +@@ -339,7 +339,8 @@ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) ++ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ ++ $(am__DEPENDENCIES_1) + datamash_LINK = $(CCLD) $(datamash_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ + AM_V_P = $(am__v_P_@AM_V@) +@@ -1908,6 +1909,7 @@ + $(LDEXPL_LIBM) \ + $(LIBICONV) \ + $(LIBINTL) \ ++ $(LIB_CRYPTO) \ + $(ROUND_LIBM) \ + $(ROUNDL_LIBM) \ + $(SQRT_LIBM) \