public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arfrever Frehtes Taifersar Arahesis" <arfrever.fta@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:master commit in: bin/, doc/package/ebuild/eapi/
Date: Wed, 11 Sep 2013 21:23:22 +0000 (UTC)	[thread overview]
Message-ID: <1378934538.ad71b3444750599b88cf145af83a1edd16226976.arfrever@gentoo> (raw)

commit:     ad71b3444750599b88cf145af83a1edd16226976
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Wed Sep 11 21:22:18 2013 +0000
Commit:     Arfrever Frehtes Taifersar Arahesis <arfrever.fta <AT> gmail <DOT> com>
CommitDate: Wed Sep 11 21:22:18 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=ad71b344

EAPI="5-progress": Support case-insensitive matching of extensions in unpack().

---
 bin/eapi.sh                                | 2 +-
 doc/package/ebuild/eapi/5-progress.docbook | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/bin/eapi.sh b/bin/eapi.sh
index 5d5b36d..623b89f 100644
--- a/bin/eapi.sh
+++ b/bin/eapi.sh
@@ -135,7 +135,7 @@ ___eapi_disallows_helpers_in_global_scope() {
 }
 
 ___eapi_unpack_is_case_sensitive() {
-	true
+	[[ ${1-${EAPI}} =~ ^(0|1|2|3|4|4-python|4-slot-abi|5|5-hdepend)$ ]]
 }
 
 # OTHERS

diff --git a/doc/package/ebuild/eapi/5-progress.docbook b/doc/package/ebuild/eapi/5-progress.docbook
index 5fd623b..6493d7e 100644
--- a/doc/package/ebuild/eapi/5-progress.docbook
+++ b/doc/package/ebuild/eapi/5-progress.docbook
@@ -53,6 +53,12 @@
 				dohtml by default additionally installs files with .ico, .svg, .xhtml and .xml extensions.
 			</para>
 		</section>
+		<section id='package-ebuild-eapi-5-progress-helpers-unpack-case-insensitive'>
+			<title>Case-insensitive matching of extensions in unpack</title>
+			<para>
+				unpack matches extensions case-insensitively.
+			</para>
+		</section>
 		<section id='package-ebuild-eapi-5-progress-helpers-banned-in-global-scope'>
 			<title>Helpers Banned in Global Scope</title>
 			<para>


             reply	other threads:[~2013-09-11 21:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-11 21:23 Arfrever Frehtes Taifersar Arahesis [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-06-25  2:39 [gentoo-commits] proj/portage:master commit in: bin/, doc/package/ebuild/eapi/ Arfrever Frehtes Taifersar Arahesis
2012-05-05 16:03 Arfrever Frehtes Taifersar Arahesis

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=1378934538.ad71b3444750599b88cf145af83a1edd16226976.arfrever@gentoo \
    --to=arfrever.fta@gmail.com \
    --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