From: "Krzysztof Pawlik" <nelchael@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/nelchael:master commit in: eclass/
Date: Sat, 3 Mar 2012 10:06:01 +0000 (UTC) [thread overview]
Message-ID: <1330769010.2e4beca59ccb101db4aac170a922c4d9d0239a78.nelchael@gentoo> (raw)
commit: 2e4beca59ccb101db4aac170a922c4d9d0239a78
Author: Krzysztof Pawlik <none <AT> none>
AuthorDate: Sat Mar 3 10:03:30 2012 +0000
Commit: Krzysztof Pawlik <nelchael <AT> gentoo <DOT> org>
CommitDate: Sat Mar 3 10:03:30 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/nelchael.git;a=commit;h=2e4beca5
Rename PACKAGE_SPECIFIC_S.
---
eclass/python-distutils-ng.eclass | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/eclass/python-distutils-ng.eclass b/eclass/python-distutils-ng.eclass
index a001aa6..ca6eaa8 100644
--- a/eclass/python-distutils-ng.eclass
+++ b/eclass/python-distutils-ng.eclass
@@ -118,7 +118,7 @@ for impl in ${PYTHON_COMPAT}; do
fi
done
-PACKAGE_SPECIFIC_S="${S#${WORKDIR}/}"
+_PACKAGE_SPECIFIC_S="${S#${WORKDIR}/}"
# @FUNCTION: _python-distutils-ng_run_for_impl
# @USAGE: implementation command_to_run
@@ -130,7 +130,7 @@ _python-distutils-ng_run_for_impl() {
local impl="${1}"
local command="${2}"
- S="${WORKDIR}/impl_${impl}/${PACKAGE_SPECIFIC_S}"
+ S="${WORKDIR}/impl_${impl}/${_PACKAGE_SPECIFIC_S}"
PYTHON="$(_python-distutils-ng_get_binary_for_implementation "${impl}")"
EPYTHON="${impl/_/.}"
@@ -307,7 +307,7 @@ python-distutils-ng_src_prepare() {
einfo "Creating copy for ${impl} in ${WORKDIR}/impl_${impl}"
mkdir -p "${WORKDIR}/impl_${impl}" || die
- cp -pr "${S}" "${WORKDIR}/impl_${impl}/${PACKAGE_SPECIFIC_S}" || die
+ cp -pr "${S}" "${WORKDIR}/impl_${impl}/${_PACKAGE_SPECIFIC_S}" || die
done
# Run python_prepare for each implementation:
@@ -357,7 +357,7 @@ python-distutils-ng_src_install() {
_python-distutils-ng_default_distutils_install
fi
- S="${WORKDIR}/${PACKAGE_SPECIFIC_S}"
+ S="${WORKDIR}/${_PACKAGE_SPECIFIC_S}"
if type python_install_all &> /dev/null; then
einfo "Running python_install_all in ${S} for all"
python_install_all
next reply other threads:[~2012-03-03 10:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-03 10:06 Krzysztof Pawlik [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-03-03 18:02 [gentoo-commits] dev/nelchael:master commit in: eclass/ Krzysztof Pawlik
2012-03-01 18:39 Krzysztof Pawlik
2012-03-01 18:22 Krzysztof Pawlik
2012-03-01 17:54 Krzysztof Pawlik
2012-03-01 17:54 Krzysztof Pawlik
2012-02-29 17:38 Krzysztof Pawlik
2012-02-29 17:38 Krzysztof Pawlik
2012-02-29 17:38 Krzysztof Pawlik
2012-02-28 20:52 Krzysztof Pawlik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1330769010.2e4beca59ccb101db4aac170a922c4d9d0239a78.nelchael@gentoo \
--to=nelchael@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox