commit: 013b3d13c0cde8deb5b084880fc3f4b146f7ec7c Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Wed Jan 12 10:53:25 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Wed Jan 12 10:53:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013b3d13
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 <AT> gentoo.org> dev-util/cwdiff/cwdiff-0.4.0.ebuild | 9 +++------ dev-util/cwdiff/cwdiff-9999.ebuild | 9 +++------ 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 )
