From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dirdiff/
Date: Wed, 7 Dec 2022 17:48:37 +0000 (UTC) [thread overview]
Message-ID: <1670435301.ebc76389fc412d54557aa9beec4a0e5a36d68310.sam@gentoo> (raw)
commit: ebc76389fc412d54557aa9beec4a0e5a36d68310
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 7 17:40:01 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
next reply other threads:[~2022-12-07 17:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-07 17:48 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-02-12 10:20 [gentoo-commits] repo/gentoo:master commit in: dev-util/dirdiff/ Mikle Kolyada
2019-02-12 10:18 Mikle Kolyada
2019-02-12 10:18 Mikle Kolyada
2019-02-12 10:15 Mikle Kolyada
2017-11-09 22:05 Mike Gilbert
2017-03-13 23:00 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1670435301.ebc76389fc412d54557aa9beec4a0e5a36d68310.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox