Package-Manager: Portage-2.3.11, Repoman-2.3.3
if [[ "${PV}" == 9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/cryfs/cryfs"
- SRC_URI=""
- KEYWORDS=""
else
SRC_URI="https://github.com/cryfs/cryfs/releases/download/${PV}/${P}.tar.xz
https://dev.gentoo.org/~johu/distfiles/${P}-spdlog.patch.xz"
if [[ "${PV}" == 9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/cryfs/cryfs"
- SRC_URI=""
- KEYWORDS=""
else
SRC_URI="https://github.com/cryfs/cryfs/releases/download/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
${PYTHON_DEPS}"
src_prepare() {
+ cmake-utils_src_prepare
+
# remove tests that require internet access to comply with Gentoo policy
sed -i -e '/CurlHttpClientTest.cpp/d' -e '/FakeHttpClientTest.cpp/d' test/cpp-utils/CMakeLists.txt || die
# remove non-applicable warning
sed -i -e '/WARNING! This is a debug build. Performance might be slow./d' src/cryfs-cli/Cli.cpp || die
-
- cmake-utils_src_prepare
}
src_configure() {