summaryrefslogtreecommitdiff
path: root/sys-fs/fatcat
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /sys-fs/fatcat
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'sys-fs/fatcat')
-rw-r--r--sys-fs/fatcat/Manifest2
-rw-r--r--sys-fs/fatcat/fatcat-1.1.0-r2.ebuild (renamed from sys-fs/fatcat/fatcat-1.1.0-r1.ebuild)6
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/fatcat/Manifest b/sys-fs/fatcat/Manifest
index 5d8f6b90b73a..bc5aa4f43c12 100644
--- a/sys-fs/fatcat/Manifest
+++ b/sys-fs/fatcat/Manifest
@@ -1,4 +1,4 @@
AUX fatcat-include-getopt.patch 268 BLAKE2B f197d14653e3c738bc096fe1f2865794e1cedffe87c49d62e769b542f6ff85caf2e8079cf17204010d4e5c5438c8df92c12aa780bfbdafb9bdbcd66b994c499b SHA512 71b6970aea57969099deba84bc1c7ad6aca025841140bdcb569d0e2b8f083618022eac84895522c33dc6f5e53bcccb0b21d380eed1ebb251928f17e08486315b
DIST fatcat-1.1.0.tar.gz 57104 BLAKE2B 9ff69f576258a39b767db67e6934a35175af218a184516681300c646ce1ec508652cf1113bf61f9e2f628849de2b53152345ca12fe84e8a9a7f51799bb3e13a2 SHA512 f5bcffcb46b77e950241a9f957133083ea5d43f4e0f3e038c84310da926cc017048d22f85f3c8e90a2745ce26f513079997717c5b758649b7090694006be0078
-EBUILD fatcat-1.1.0-r1.ebuild 597 BLAKE2B e2ec5300b4f92ebf71922b5c5a3977347fa1a6497d10f7758f41d7cef1b83f70d8844e9c240d15bc95deb413cfb6e394487d0e887f2b68511161122edff59ef7 SHA512 bf0ae51c6015d4d9bbf5ab75c2f3bed230c922d889aeb0d24f7ad597e6f78cf32a73c357c5152d4b896d3b9f059442a2424c2a7e07f7d8d66b0912dc5261bc1a
+EBUILD fatcat-1.1.0-r2.ebuild 585 BLAKE2B dd97942c347548c64e3cc00d11204e56008a8cab5be81c2bd864cdbcbbcdb554e94c114f3bdd82092bb0c3556e22eb33c256feb0ca9e4b4ae41759b3914b767c SHA512 dec9e061f1130c7fe5bd1502b2f750272648dd27ddf83168624c19882e6eae3a37724f4508ca26d4d5fea49a450749106e9ebe274a9b57495a6424774a68f3ef
MISC metadata.xml 240 BLAKE2B 5caea4abbcf161615353b1f5ec499ae37ae67f08f6f1d48829d145694359169508d62173c091700e9a65d8ed461216caf12cc6728760784aa364d610250369ca SHA512 ee5c2cad860daff025c5d2bbc7e210767432dd09d1a74fc7b1d5994686d48739b9bfd446bf1ab7b1b92532f82767e722ea3e38d7a502a7a941f6ac5028000ce8
diff --git a/sys-fs/fatcat/fatcat-1.1.0-r1.ebuild b/sys-fs/fatcat/fatcat-1.1.0-r2.ebuild
index 3fd6f3130447..1b785a18b115 100644
--- a/sys-fs/fatcat/fatcat-1.1.0-r1.ebuild
+++ b/sys-fs/fatcat/fatcat-1.1.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2018-2020 Gentoo Authors
+# Copyright 2018-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="FAT filesystems explore, extract, repair, and forensic tool"
HOMEPAGE="https://github.com/Gregwar/fatcat"
@@ -20,7 +20,7 @@ RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}"/fatcat-include-getopt.patch )
src_install() {
- cmake-utils_src_install
+ cmake_src_install
doman man/${PN}.1
dodoc docs/*.md
}