commit:     10a4f1378f1ecea82da3f052961a7123ba02faf9
Author:     Doug Goldstein <cardoe <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 17:31:18 2016 +0000
Commit:     Doug Goldstein <cardoe <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 17:32:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a4f137

eclass/cargo: improve variable names

Improve the names of some variables to match what upstream docs call
things.

 eclass/cargo.eclass | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index 8c5e00c..a86bb9e 100644
--- a/eclass/cargo.eclass
+++ b/eclass/cargo.eclass
@@ -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:

Reply via email to