Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cwdiff/
Date: Wed, 12 Jan 2022 11:39:33
Message-Id: 1641984805.013b3d13c0cde8deb5b084880fc3f4b146f7ec7c.jsmolic@gentoo
1 commit: 013b3d13c0cde8deb5b084880fc3f4b146f7ec7c
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 12 10:53:25 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 12 10:53:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013b3d13
7
8 dev-util/cwdiff: Port to EAPI 8
9
10 Also drop dependencies on packages that are part of the @system set.
11 Closes: https://bugs.gentoo.org/826462
12 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
13
14 dev-util/cwdiff/cwdiff-0.4.0.ebuild | 9 +++------
15 dev-util/cwdiff/cwdiff-9999.ebuild | 9 +++------
16 2 files changed, 6 insertions(+), 12 deletions(-)
17
18 diff --git a/dev-util/cwdiff/cwdiff-0.4.0.ebuild b/dev-util/cwdiff/cwdiff-0.4.0.ebuild
19 index fdf1b9afed55..8ccdb27aa51b 100644
20 --- a/dev-util/cwdiff/cwdiff-0.4.0.ebuild
21 +++ b/dev-util/cwdiff/cwdiff-0.4.0.ebuild
22 @@ -1,7 +1,7 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=8
29
30 if [ "${PV}" = "9999" ]; then
31 EGIT_REPO_URI="https://github.com/junghans/${PN}.git"
32 @@ -18,11 +18,8 @@ LICENSE="GPL-2"
33 SLOT="0"
34 IUSE="mercurial"
35
36 -DEPEND="sys-apps/help2man
37 - sys-apps/coreutils"
38 +BDEPEND="sys-apps/help2man"
39 RDEPEND="
40 - sys-apps/sed
41 - app-shells/bash
42 app-text/wdiff
43 sys-apps/diffutils
44 mercurial? ( dev-vcs/mercurial )
45
46 diff --git a/dev-util/cwdiff/cwdiff-9999.ebuild b/dev-util/cwdiff/cwdiff-9999.ebuild
47 index a8184eef699d..8ccdb27aa51b 100644
48 --- a/dev-util/cwdiff/cwdiff-9999.ebuild
49 +++ b/dev-util/cwdiff/cwdiff-9999.ebuild
50 @@ -1,7 +1,7 @@
51 -# Copyright 1999-2021 Gentoo Authors
52 +# Copyright 1999-2022 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 -EAPI=6
56 +EAPI=8
57
58 if [ "${PV}" = "9999" ]; then
59 EGIT_REPO_URI="https://github.com/junghans/${PN}.git"
60 @@ -18,11 +18,8 @@ LICENSE="GPL-2"
61 SLOT="0"
62 IUSE="mercurial"
63
64 -DEPEND="sys-apps/help2man
65 - sys-apps/coreutils"
66 +BDEPEND="sys-apps/help2man"
67 RDEPEND="
68 - sys-apps/sed
69 - app-shells/bash
70 app-text/wdiff
71 sys-apps/diffutils
72 mercurial? ( dev-vcs/mercurial )