* [gentoo-commits] proj/g-sorcery:master commit in: g_elpa/data/
@ 2013-07-16 22:17 Jauhien Piatlicki
0 siblings, 0 replies; 2+ messages in thread
From: Jauhien Piatlicki @ 2013-07-16 22:17 UTC (permalink / raw
To: gentoo-commits
commit: d0cb9b687fd0fb529bde8e7ad56400de9ca01f02
Author: Jauhien Piatlicki (jauhien) <piatlicki <AT> gmail <DOT> com>
AuthorDate: Tue Jul 16 22:18:02 2013 +0000
Commit: Jauhien Piatlicki <piatlicki <AT> gmail <DOT> com>
CommitDate: Tue Jul 16 22:18:02 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=d0cb9b68
g_elpa/data/g-elpa: consistent variable naming
---
g_elpa/data/g-elpa.eclass | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/g_elpa/data/g-elpa.eclass b/g_elpa/data/g-elpa.eclass
index 4497fc4..1f81c9c 100644
--- a/g_elpa/data/g-elpa.eclass
+++ b/g_elpa/data/g-elpa.eclass
@@ -15,7 +15,7 @@
# @ECLASS-VARIABLE: REPO_URI
# @DESCRIPTION: address of a repository of elisp packages
#
-# @ECLASS-VARIABLE: PKG_TYPE
+# @ECLASS-VARIABLE: SOURCE_TYPE
# @DESCRIPTION: type of a package (single or tar)
#
# @ECLASS-VARIABLE: DIGEST_SOURCES
@@ -36,8 +36,8 @@ inherit elisp
EXPORT_FUNCTIONS src_{unpack,compile,install}
-if [[ ${PKG_TYPE} != "single" ]]; then
- SUFFIX="${PKG_TYPE}"
+if [[ ${SOURCE_TYPE} != "single" ]]; then
+ SUFFIX="${SOURCE_TYPE}"
else
SUFFIX="el"
fi
@@ -57,8 +57,8 @@ g-elpa_src_unpack() {
if [[ x${DIGEST_SOURCES} = x ]]; then
g-elpa_fetch
fi
- if [[ ${PKG_TYPE} != "single" ]]; then
- unpack ${P}.${PKG_TYPE}
+ if [[ ${SOURCE_TYPE} != "single" ]]; then
+ unpack ${P}.${SOURCE_TYPE}
else
cp ${DISTDIR}/${P}.el . || die
fi
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/g-sorcery:master commit in: g_elpa/data/
@ 2013-07-16 23:09 Jauhien Piatlicki
0 siblings, 0 replies; 2+ messages in thread
From: Jauhien Piatlicki @ 2013-07-16 23:09 UTC (permalink / raw
To: gentoo-commits
commit: 40eb8db12ae1a7529c83d9121c8d94720109ff24
Author: Jauhien Piatlicki (jauhien) <piatlicki <AT> gmail <DOT> com>
AuthorDate: Tue Jul 16 22:18:02 2013 +0000
Commit: Jauhien Piatlicki <piatlicki <AT> gmail <DOT> com>
CommitDate: Tue Jul 16 22:18:02 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=40eb8db1
g_elpa/data/g-elpa: consistent variable naming
---
g_elpa/data/g-elpa.eclass | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/g_elpa/data/g-elpa.eclass b/g_elpa/data/g-elpa.eclass
index 4497fc4..1f81c9c 100644
--- a/g_elpa/data/g-elpa.eclass
+++ b/g_elpa/data/g-elpa.eclass
@@ -15,7 +15,7 @@
# @ECLASS-VARIABLE: REPO_URI
# @DESCRIPTION: address of a repository of elisp packages
#
-# @ECLASS-VARIABLE: PKG_TYPE
+# @ECLASS-VARIABLE: SOURCE_TYPE
# @DESCRIPTION: type of a package (single or tar)
#
# @ECLASS-VARIABLE: DIGEST_SOURCES
@@ -36,8 +36,8 @@ inherit elisp
EXPORT_FUNCTIONS src_{unpack,compile,install}
-if [[ ${PKG_TYPE} != "single" ]]; then
- SUFFIX="${PKG_TYPE}"
+if [[ ${SOURCE_TYPE} != "single" ]]; then
+ SUFFIX="${SOURCE_TYPE}"
else
SUFFIX="el"
fi
@@ -57,8 +57,8 @@ g-elpa_src_unpack() {
if [[ x${DIGEST_SOURCES} = x ]]; then
g-elpa_fetch
fi
- if [[ ${PKG_TYPE} != "single" ]]; then
- unpack ${P}.${PKG_TYPE}
+ if [[ ${SOURCE_TYPE} != "single" ]]; then
+ unpack ${P}.${SOURCE_TYPE}
else
cp ${DISTDIR}/${P}.el . || die
fi
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-16 23:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-16 22:17 [gentoo-commits] proj/g-sorcery:master commit in: g_elpa/data/ Jauhien Piatlicki
-- strict thread matches above, loose matches on Subject: below --
2013-07-16 23:09 Jauhien Piatlicki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox