mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
eclass/cargo: improve variable names
Improve the names of some variables to match what upstream docs call things.
This commit is contained in:
@@ -20,10 +20,10 @@ esac
|
||||
EXPORT_FUNCTIONS src_unpack
|
||||
|
||||
ECARGO_HOME="${WORKDIR}/cargo_home"
|
||||
ECARGO_REGISTRY="github.com-88ac128001ac3a9a"
|
||||
ECARGO_INDEX="${ECARGO_HOME}/registry/index/${ECARGO_REGISTRY}"
|
||||
ECARGO_SRC="${ECARGO_HOME}/registry/src/${ECARGO_REGISTRY}"
|
||||
ECARGO_CACHE="${ECARGO_HOME}/registry/cache/${ECARGO_REGISTRY}"
|
||||
ECARGO_REPO="github.com-88ac128001ac3a9a"
|
||||
ECARGO_INDEX="${ECARGO_HOME}/registry/index/${ECARGO_REPO}"
|
||||
ECARGO_SRC="${ECARGO_HOME}/registry/src/${ECARGO_REPO}"
|
||||
ECARGO_CACHE="${ECARGO_HOME}/registry/cache/${ECARGO_REPO}"
|
||||
|
||||
# @FUNCTION: cargo_crate_uris
|
||||
# @DESCRIPTION:
|
||||
|
||||
Reference in New Issue
Block a user