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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3FB21158020 for ; Wed, 7 Dec 2022 17:48:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 711D9E07E2; Wed, 7 Dec 2022 17:48:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51F7DE07D3 for ; Wed, 7 Dec 2022 17:48:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70CDE341486 for ; Wed, 7 Dec 2022 17:48:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0A4F779 for ; Wed, 7 Dec 2022 17:48:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1670435301.ebc76389fc412d54557aa9beec4a0e5a36d68310.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dirdiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/dirdiff/dirdiff-2.1-r3.ebuild dev-util/dirdiff/dirdiff-2.1-r4.ebuild X-VCS-Directories: dev-util/dirdiff/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ebc76389fc412d54557aa9beec4a0e5a36d68310 X-VCS-Branch: master Date: Wed, 7 Dec 2022 17:48: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: cca9cdc2-0d3e-4953-ba45-ef47b1ec00fc X-Archives-Hash: 7b35acd4efc31c74d3779f4840c85c7c commit: ebc76389fc412d54557aa9beec4a0e5a36d68310 Author: Sam James gentoo org> AuthorDate: Wed Dec 7 17:40:01 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 7 17:48:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebc76389 dev-util/dirdiff: EAPI 8 Signed-off-by: Sam James gentoo.org> .../{dirdiff-2.1-r3.ebuild => dirdiff-2.1-r4.ebuild} | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/dev-util/dirdiff/dirdiff-2.1-r3.ebuild b/dev-util/dirdiff/dirdiff-2.1-r4.ebuild similarity index 79% rename from dev-util/dirdiff/dirdiff-2.1-r3.ebuild rename to dev-util/dirdiff/dirdiff-2.1-r4.ebuild index d3cf75549950..d6cd123d8c4f 100644 --- a/dev-util/dirdiff/dirdiff-2.1-r3.ebuild +++ b/dev-util/dirdiff/dirdiff-2.1-r4.ebuild @@ -1,21 +1,22 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit flag-o-matic toolchain-funcs DESCRIPTION="A tool for differing and merging directories" -SRC_URI="https://www.samba.org/ftp/paulus/${P}.tar.gz" HOMEPAGE="https://www.samba.org/ftp/paulus/" +SRC_URI="https://www.samba.org/ftp/paulus/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~mips ppc x86" DEPEND=" - dev-lang/tk:0= - dev-lang/tcl:0=" + dev-lang/tk:= + dev-lang/tcl:= +" RDEPEND="${DEPEND}" PATCHES=( @@ -26,16 +27,13 @@ PATCHES=( "${FILESDIR}/${P}-funky-chars.patch" ) -DOCS=( README ) - -src_prepare() { - default +src_configure() { tc-export CC - append-cppflags -I"${EPREFIX}"/usr/include/tcl + append-cppflags -I"${ESYSROOT}"/usr/include/tcl } src_install() { - dobin "${PN}" + dobin ${PN} dolib.so libfilecmp.so.0.0 dosym libfilecmp.so.0.0 /usr/$(get_libdir)/libfilecmp.so.0 dosym libfilecmp.so.0.0 /usr/$(get_libdir)/libfilecmp.so