sys-fs/gocryptfs: Improve ebuild for QA
Fixes: VariableOrderWrong: version 2.4.0: variable S should occur before RESTRICT Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
cb3bdd1014
commit
c06feb5279
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2019-2023 Gentoo Authors
|
# Copyright 2019-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# Note: For distfiles verification see https://nuetzlich.net/gocryptfs/releases.
|
# Note: For distfiles verification see https://nuetzlich.net/gocryptfs/releases.
|
||||||
@ -13,6 +13,8 @@ MY_PV="${PV/_/-}"
|
|||||||
DESCRIPTION="Encrypted overlay filesystem written in Go"
|
DESCRIPTION="Encrypted overlay filesystem written in Go"
|
||||||
HOMEPAGE="https://nuetzlich.net/gocryptfs/ https://github.com/rfjakob/gocryptfs/"
|
HOMEPAGE="https://nuetzlich.net/gocryptfs/ https://github.com/rfjakob/gocryptfs/"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${PN}_v${MY_PV}_src-deps"
|
||||||
|
|
||||||
if [[ "${PV}" = 9999* ]]; then
|
if [[ "${PV}" = 9999* ]]; then
|
||||||
EGIT_REPO_URI="https://${EGO_PN}"
|
EGIT_REPO_URI="https://${EGO_PN}"
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
@ -44,8 +46,6 @@ RDEPEND="
|
|||||||
ssl? ( dev-libs/openssl:0= )
|
ssl? ( dev-libs/openssl:0= )
|
||||||
"
|
"
|
||||||
|
|
||||||
S="${WORKDIR}/${PN}_v${MY_PV}_src-deps"
|
|
||||||
|
|
||||||
# We omit debug symbols which looks like pre-stripping to portage.
|
# We omit debug symbols which looks like pre-stripping to portage.
|
||||||
QA_PRESTRIPPED="
|
QA_PRESTRIPPED="
|
||||||
/usr/bin/gocryptfs-atomicrename
|
/usr/bin/gocryptfs-atomicrename
|
||||||
|
Loading…
x
Reference in New Issue
Block a user