From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mrueg:master commit in: eclass/
Date: Thu, 25 Jun 2015 11:45:37 +0000 (UTC) [thread overview]
Message-ID: <1435232563.d763378ad6a9d77919fd44f52879762beefbb54a.mrueg@gentoo> (raw)
commit: d763378ad6a9d77919fd44f52879762beefbb54a
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 25 11:42:43 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 11:42:43 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=d763378a
[eclass] Fix examples. Rename vars. Pluralize.
eclass/github.eclass | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/eclass/github.eclass b/eclass/github.eclass
index e14ac70..4b4ac68 100644
--- a/eclass/github.eclass
+++ b/eclass/github.eclass
@@ -42,16 +42,16 @@ esac
# Patches to be fetched and applied from Github by commit id.
# Example:
# @CODE
-# GH_PATCHES=( "b02c39fb8dec9043b0ac9d23d5caec19b8b0c337" )
+# GH_PATCHES=("b02c39fb8dec9043b0ac9d23d5caec19b8b0c337" "b0c337b02c39fb8dec9043b0ac9d23d5caec19b8" )
# @CODE
-# @ECLASS-VARIABLE: GH_PULLREQ
+# @ECLASS-VARIABLE: GH_PULLREQS
# @DEFAULT_UNSET
# @DESCRIPTION:
# Pull requests to be fetched and applied from Github by its id.
# Example:
# @CODE
-# GH_PULLREQ=( 17 19 )
+# GH_PULLREQS=(17 19)
# @CODE
@@ -95,9 +95,9 @@ _calculate_patches_uri() {
done
fi
if [[ -n $GH_PULLREQ ]]; then
- for gh_commit in "${GH_PULLREQ[@]}"; do
- SRC_URI+=" https://github.com/${GH_USER}/${GH_REPO}/pull//${gh_commit}.patch -> ${PN}-pr-${gh_commit}.patch"
- _GH_PATCHES+=("${DISTDIR}"/${PN}-pr-${gh_commit}.patch)
+ for gh_pullreqid in "${GH_PULLREQS[@]}"; do
+ SRC_URI+=" https://github.com/${GH_USER}/${GH_REPO}/pull//${gh_pullreq}.patch -> ${PN}-pr-${gh_pullreq}.patch"
+ _GH_PATCHES+=("${DISTDIR}"/${PN}-pr-${gh_pullreqid}.patch)
done
fi
}
next reply other threads:[~2015-06-25 11:45 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-25 11:45 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-12-31 11:42 [gentoo-commits] dev/mrueg:master commit in: eclass/ Manuel Rüger
2015-06-25 16:55 Manuel Rüger
2015-06-25 15:39 Manuel Rüger
2015-06-25 11:50 Manuel Rüger
2015-06-25 11:47 Manuel Rüger
2015-06-25 11:46 Manuel Rüger
2015-06-25 11:45 Manuel Rüger
2015-06-25 11:38 Manuel Rüger
2015-06-25 11:18 Manuel Rüger
2015-06-25 11:11 Manuel Rüger
2015-06-25 11:09 Manuel Rüger
2015-06-25 11:07 Manuel Rüger
2015-06-25 11:03 Manuel Rüger
2015-06-25 10:47 Manuel Rüger
2015-06-25 10:45 Manuel Rüger
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=1435232563.d763378ad6a9d77919fd44f52879762beefbb54a.mrueg@gentoo \
--to=mrueg@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