Gentoo Archives: gentoo-commits

From: Doug Goldstein <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 10 Jul 2016 17:33:01
Message-Id: 1468171959.10a4f1378f1ecea82da3f052961a7123ba02faf9.cardoe@gentoo
1 commit: 10a4f1378f1ecea82da3f052961a7123ba02faf9
2 Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 10 17:31:18 2016 +0000
4 Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 10 17:32:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a4f137
7
8 eclass/cargo: improve variable names
9
10 Improve the names of some variables to match what upstream docs call
11 things.
12
13 eclass/cargo.eclass | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
17 index 8c5e00c..a86bb9e 100644
18 --- a/eclass/cargo.eclass
19 +++ b/eclass/cargo.eclass
20 @@ -20,10 +20,10 @@ esac
21 EXPORT_FUNCTIONS src_unpack
22
23 ECARGO_HOME="${WORKDIR}/cargo_home"
24 -ECARGO_REGISTRY="github.com-88ac128001ac3a9a"
25 -ECARGO_INDEX="${ECARGO_HOME}/registry/index/${ECARGO_REGISTRY}"
26 -ECARGO_SRC="${ECARGO_HOME}/registry/src/${ECARGO_REGISTRY}"
27 -ECARGO_CACHE="${ECARGO_HOME}/registry/cache/${ECARGO_REGISTRY}"
28 +ECARGO_REPO="github.com-88ac128001ac3a9a"
29 +ECARGO_INDEX="${ECARGO_HOME}/registry/index/${ECARGO_REPO}"
30 +ECARGO_SRC="${ECARGO_HOME}/registry/src/${ECARGO_REPO}"
31 +ECARGO_CACHE="${ECARGO_HOME}/registry/cache/${ECARGO_REPO}"
32
33 # @FUNCTION: cargo_crate_uris
34 # @DESCRIPTION: