# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit toolchain-funcs DESCRIPTION="All-in-one utility to calculate and verify checksums" HOMEPAGE="https://github.com/Jannis234/xsum" SRC_URI="https://github.com/Jannis234/xsum/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="openmp botan cppcrypto crypto++ glib gnutls mbedtls mhash nettle nss blake2 gcrypt lzma sodium -openssl rhash xxhash zlib" DEPEND="botan? ( dev-libs/botan:2= ) cppcrypto? ( dev-libs/cppcrypto:= ) crypto++? ( dev-libs/crypto++:= ) glib? ( dev-libs/glib:2= ) gnutls? ( net-libs/gnutls:= ) mbedtls? ( net-libs/mbedtls:= ) mhash? ( app-crypt/mhash:= ) nettle? ( dev-libs/nettle:= ) nss? ( dev-libs/nss:= ) blake2? ( app-crypt/libb2:= ) gcrypt? ( >=dev-libs/libgcrypt-1.7.0:= ) lzma? ( app-arch/xz-utils:= ) sodium? ( dev-libs/libsodium:= ) openssl? (