summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-01-12 11:53:25 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-01-12 11:53:25 +0100
commit013b3d13c0cde8deb5b084880fc3f4b146f7ec7c (patch)
tree006dba5c6916bff2d8b74142d15928452f2ff887 /dev-util/cwdiff
parentpackage.mask: Last rite sys-cluster/projections (diff)
downloadgentoo-013b3d13c0cde8deb5b084880fc3f4b146f7ec7c.tar.gz
gentoo-013b3d13c0cde8deb5b084880fc3f4b146f7ec7c.tar.bz2
gentoo-013b3d13c0cde8deb5b084880fc3f4b146f7ec7c.zip
dev-util/cwdiff: Port to EAPI 8
Also drop dependencies on packages that are part of the @system set. Closes: https://bugs.gentoo.org/826462 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util/cwdiff')
-rw-r--r--dev-util/cwdiff/cwdiff-0.4.0.ebuild9
-rw-r--r--dev-util/cwdiff/cwdiff-9999.ebuild9
2 files changed, 6 insertions, 12 deletions
diff --git a/dev-util/cwdiff/cwdiff-0.4.0.ebuild b/dev-util/cwdiff/cwdiff-0.4.0.ebuild
index fdf1b9afed55..8ccdb27aa51b 100644
--- a/dev-util/cwdiff/cwdiff-0.4.0.ebuild
+++ b/dev-util/cwdiff/cwdiff-0.4.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
if [ "${PV}" = "9999" ]; then
EGIT_REPO_URI="https://github.com/junghans/${PN}.git"
@@ -18,11 +18,8 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="mercurial"
-DEPEND="sys-apps/help2man
- sys-apps/coreutils"
+BDEPEND="sys-apps/help2man"
RDEPEND="
- sys-apps/sed
- app-shells/bash
app-text/wdiff
sys-apps/diffutils
mercurial? ( dev-vcs/mercurial )
diff --git a/dev-util/cwdiff/cwdiff-9999.ebuild b/dev-util/cwdiff/cwdiff-9999.ebuild
index a8184eef699d..8ccdb27aa51b 100644
--- a/dev-util/cwdiff/cwdiff-9999.ebuild
+++ b/dev-util/cwdiff/cwdiff-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
if [ "${PV}" = "9999" ]; then
EGIT_REPO_URI="https://github.com/junghans/${PN}.git"
@@ -18,11 +18,8 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="mercurial"
-DEPEND="sys-apps/help2man
- sys-apps/coreutils"
+BDEPEND="sys-apps/help2man"
RDEPEND="
- sys-apps/sed
- app-shells/bash
app-text/wdiff
sys-apps/diffutils
mercurial? ( dev-vcs/mercurial )