sys-fs/gocryptfs: Migrate to ego
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
89fa445fa5
commit
8f4fd53fdc
@ -19,9 +19,7 @@ if [[ "${PV}" = 9999* ]]; then
|
|||||||
EGIT_REPO_URI="https://${EGO_PN}"
|
EGIT_REPO_URI="https://${EGO_PN}"
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
else
|
else
|
||||||
SRC_URI="
|
SRC_URI="https://${EGO_PN}/releases/download/v${MY_PV}/${PN}_v${MY_PV}_src-deps.tar.gz -> ${P}.tar.gz"
|
||||||
https://${EGO_PN}/releases/download/v${MY_PV}/${PN}_v${MY_PV}_src-deps.tar.gz -> ${P}.tar.gz
|
|
||||||
"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# in detail:
|
# in detail:
|
||||||
@ -73,7 +71,7 @@ src_compile() {
|
|||||||
-ldflags "${myldflags[*]}"
|
-ldflags "${myldflags[*]}"
|
||||||
-tags "$(usex !ssl 'without_openssl' 'none')"
|
-tags "$(usex !ssl 'without_openssl' 'none')"
|
||||||
)
|
)
|
||||||
go build "${mygoargs[@]}" || die
|
ego build "${mygoargs[@]}"
|
||||||
|
|
||||||
# loop over all helper tools
|
# loop over all helper tools
|
||||||
for dir in gocryptfs-xray contrib/statfs contrib/findholes contrib/atomicrename; do
|
for dir in gocryptfs-xray contrib/statfs contrib/findholes contrib/atomicrename; do
|
Loading…
x
Reference in New Issue
Block a user