public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/checkbashisms/files/
@ 2016-10-08 18:06 Michael Palimaka
  0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2016-10-08 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     6df08869135369dd6f2f08e6fc56b611a3b68b27
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Oct  7 16:22:21 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 18:06:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df08869

dev-util/checkbashisms: remove unused patch

 .../files/checkbashisms-2.15.9-printf-b.patch      | 30 ----------------------
 1 file changed, 30 deletions(-)

diff --git a/dev-util/checkbashisms/files/checkbashisms-2.15.9-printf-b.patch b/dev-util/checkbashisms/files/checkbashisms-2.15.9-printf-b.patch
deleted file mode 100644
index 6a53e02..00000000
--- a/dev-util/checkbashisms/files/checkbashisms-2.15.9-printf-b.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 18cd946c5d43d010c3821a4620cf97dbc0406ed8 Mon Sep 17 00:00:00 2001
-From: Mike Frysinger <vapier@gentoo.org>
-Date: Tue, 10 Nov 2015 19:40:24 -0500
-Subject: [PATCH] checkbashisms: allow `printf` to use %b
-
-POSIX permits the b conversion specifier character:
-http://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html
-
-EXTENDED DESCRIPTION
-7. An additional conversion specifier character, b, shall be supported as follows.
----
- scripts/checkbashisms.pl | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/scripts/checkbashisms.pl b/scripts/checkbashisms.pl
-index fe64a6b..0229752 100755
---- a/scripts/checkbashisms.pl
-+++ b/scripts/checkbashisms.pl
-@@ -689,7 +689,7 @@ sub init_hashes {
- 	qr'\$\(\([\s\w$*/+-]*\w\-\-.*?\)\)'   => q<'$((n--))' should be '$n; $((n=n-1))'>,
- 	qr'\$\(\([\s\w$*/+-]*\-\-\w.*?\)\)'   => q<'$((--n))' should be '$((n=n-1))'>,
- 	qr'\$\(\([\s\w$*/+-]*\*\*.*?\)\)'   => q<exponentiation is not POSIX>,
--	$LEADIN . qr'printf\s["\'][^"\']*?%[qb].+?["\']' => q<printf %q|%b>,
-+	$LEADIN . qr'printf\s["\'][^"\']*?%q.+?["\']' => q<printf %q>,
-     );
- 
-     %singlequote_bashisms = (
--- 
-2.6.2
-


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-08 18:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-08 18:06 [gentoo-commits] repo/gentoo:master commit in: dev-util/checkbashisms/files/ Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox