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 C34051382C5 for ; Thu, 13 May 2021 13:55:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE9C2E088D; Thu, 13 May 2021 13:55:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A929CE088D for ; Thu, 13 May 2021 13:55:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D61D4340DBE for ; Thu, 13 May 2021 13:55:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 924B3793 for ; Thu, 13 May 2021 13:55:37 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1620914083.56b834f289980377a06e8f2c45afbb6060db3da6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/sysfsutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild sys-fs/sysfsutils/sysfsutils-2.1.1.ebuild X-VCS-Directories: sys-fs/sysfsutils/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 56b834f289980377a06e8f2c45afbb6060db3da6 X-VCS-Branch: master Date: Thu, 13 May 2021 13:55:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 53b5a9a1-597d-4b86-b20b-5deb4d793588 X-Archives-Hash: 7999da6e424e35d2e61013e49c58cf7d commit: 56b834f289980377a06e8f2c45afbb6060db3da6 Author: Sam James gentoo org> AuthorDate: Thu May 13 13:54:43 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Thu May 13 13:54:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b834f2 sys-fs/sysfsutils: drop unused toolchain-funcs inherit Signed-off-by: David Seifert gentoo.org> sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild | 11 ++++------- sys-fs/sysfsutils/sysfsutils-2.1.1.ebuild | 9 +++------ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild b/sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild index fb785858980..73f05bfd26c 100644 --- a/sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild +++ b/sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools toolchain-funcs usr-ldscript + +inherit autotools usr-ldscript DESCRIPTION="System Utilities Based on Sysfs" HOMEPAGE="http://linux-diag.sourceforge.net/Sysfsutils.html" @@ -14,14 +15,10 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc IUSE="static-libs" src_prepare() { - sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #467642 + sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die # bug #467642 - # workaround maintainer mode + # Workaround maintainer mode AT_M4DIR=m4 eautoreconf - - # with eautoreconf you get "Useless epunt_cxx usage" - # without you don't -# epunt_cxx } src_configure() { diff --git a/sys-fs/sysfsutils/sysfsutils-2.1.1.ebuild b/sys-fs/sysfsutils/sysfsutils-2.1.1.ebuild index 41ccecdbd60..aa206f6aada 100644 --- a/sys-fs/sysfsutils/sysfsutils-2.1.1.ebuild +++ b/sys-fs/sysfsutils/sysfsutils-2.1.1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools toolchain-funcs usr-ldscript + +inherit autotools usr-ldscript DESCRIPTION="System Utilities Based on Sysfs" HOMEPAGE="http://linux-diag.sourceforge.net/Sysfsutils.html https://github.com/linux-ras/sysfsutils" @@ -16,12 +17,8 @@ IUSE="static-libs" src_prepare() { default - # workaround maintainer mode + # Workaround maintainer mode AT_M4DIR=m4 eautoreconf - - # with eautoreconf you get "Useless epunt_cxx usage" - # without you don't - #epunt_cxx } src_configure() {