summaryrefslogtreecommitdiff
path: root/dev-util/cwdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-01-16 20:27:28 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-01-16 20:27:28 +0000
commit2fd57282f0262ca084e05b0f2c63fbada395d02b (patch)
tree4e0f23cea9ce9fd972e70ebc5214bf36fed465cc /dev-util/cwdiff
parentc3bc61051d7f12b4c682efa7a5460bbc8815649e (diff)
gentoo resync : 16.01.2021
Diffstat (limited to 'dev-util/cwdiff')
-rw-r--r--dev-util/cwdiff/Manifest4
-rw-r--r--dev-util/cwdiff/cwdiff-0.4.0.ebuild9
-rw-r--r--dev-util/cwdiff/cwdiff-9999.ebuild9
3 files changed, 8 insertions, 14 deletions
diff --git a/dev-util/cwdiff/Manifest b/dev-util/cwdiff/Manifest
index ddc2ebd5c296..7455bb4a8888 100644
--- a/dev-util/cwdiff/Manifest
+++ b/dev-util/cwdiff/Manifest
@@ -1,4 +1,4 @@
DIST cwdiff-0.4.0.tar.gz 4468 BLAKE2B 3c2310c5f57d932d46df1e53a130f4df7f8c5206689df00412507949f7e613e13dbe72b006be1d9adc7c9d630fc91303c900f17914fefa66fd9fa9a9f11f4918 SHA512 b5deda44d94bd3aa93a68da136f4170996ee02c683c38329cbc16a108e0795e86c3543759e1d7adc3d512d4dcbc416436e733341e1b4f3d96325e999e84a4fbe
-EBUILD cwdiff-0.4.0.ebuild 796 BLAKE2B 70f93a91a3b3e40a825f900c386bd55994e83392791e7e3f19198350314ef27985308cbba71a24cf6a4e196c1f73521a32ebfceef33d519c5b954ede97c63222 SHA512 6b8bdc28032612057dbbd2d52c27fd72575d2daa6d3382d386881f93517024dde8a546458c2aae5d581f37d91708b122dff57d708ee45deb6cd80e805808a0a8
-EBUILD cwdiff-9999.ebuild 796 BLAKE2B 2d436dbeeb7e54debe7f9879584be4cc3827ced77877687b3b113e1f3949e3c5e951cadc095c0196cc6c1ba9e76f4bfb8f63de5b8628bd96073079c62324f281 SHA512 dda34ea3c15f46aebbec4e8bdf45ac6de1583df26b7251912def129ca65c360742944689b18b579b45f228e27038ad8566e53ef84ddd25a0090138a42b4bb9a2
+EBUILD cwdiff-0.4.0.ebuild 746 BLAKE2B 351a34bfc7d8b5ac143a1ceceef2febbfde7334919988e96de71e918c834c5fa148074784d87c09c0244c7a279f1cdad9bf70d1377633ba59b3d9f82b24d62a5 SHA512 32c8e3b934656fced5250a1c3fd1a7266dd6e73c5fd44d1628f71a3c585967ad6e11cb5bf2b5a483ef098d65c854d5303b7661d06117378f85cc12fd91476ffa
+EBUILD cwdiff-9999.ebuild 746 BLAKE2B 351a34bfc7d8b5ac143a1ceceef2febbfde7334919988e96de71e918c834c5fa148074784d87c09c0244c7a279f1cdad9bf70d1377633ba59b3d9f82b24d62a5 SHA512 32c8e3b934656fced5250a1c3fd1a7266dd6e73c5fd44d1628f71a3c585967ad6e11cb5bf2b5a483ef098d65c854d5303b7661d06117378f85cc12fd91476ffa
MISC metadata.xml 437 BLAKE2B 8bce3a603b784a3f22b1977c6e9db1419696d92254b2981b4029614b723e20bd215fa46b7fb6637138617706006b8e0bbb9e94f69290503e0cf2e080b908f374 SHA512 fcda920b42bce1e04a835108a422c32ebc8706345270542d0f69b0a213328288eb7d7c7bedc5437939419f07786af8dcf82aeb6ef6d1837a4029b92a905225e1
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 )