eclass/cargo: improve variable names
authorDoug Goldstein <cardoe@gentoo.org>
Sun, 10 Jul 2016 17:31:18 +0000 (12:31 -0500)
committerDoug Goldstein <cardoe@gentoo.org>
Sun, 10 Jul 2016 17:32:39 +0000 (12:32 -0500)
Improve the names of some variables to match what upstream docs call
things.

eclass/cargo.eclass

index 8c5e00ccb8f6ac367b4ffc5b7e4371a004ae1786..a86bb9e037a5327d54871ffc31cc4b0c3ca0dbdb 100644 (file)
@@ -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: