* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline/files/
@ 2016-09-09 13:28 Patrice Clement
0 siblings, 0 replies; only message in thread
From: Patrice Clement @ 2016-09-09 13:28 UTC (permalink / raw
To: gentoo-commits
commit: 0fbaceaa5c8c6c9baf0ddddc00b4113627b44e1c
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Sep 7 17:51:07 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Sep 9 13:27:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbaceaa
dev-perl/Inline: remove unused patch.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-perl/Inline/files/gtk2-patch.diff | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/dev-perl/Inline/files/gtk2-patch.diff b/dev-perl/Inline/files/gtk2-patch.diff
deleted file mode 100644
index bf28ec5..00000000
--- a/dev-perl/Inline/files/gtk2-patch.diff
+++ /dev/null
@@ -1,32 +0,0 @@
-*** Inline-0.44/lib/Inline/denter.pm-orig 2001-06-13 06:30:50.000000000 +0200
---- Inline-0.44/lib/Inline/denter.pm 2002-11-13 15:43:41.000000000 +0100
-***************
-*** 177,182 ****
---- 177,183 ----
- }
-
- sub _next_line {
-+ local ($_);
- my $o = shift;
- $o->{done}++, $o->{level} = -1, return unless @{$o->{lines}};
- $_ = shift @{$o->{lines}};
-***************
-*** 188,193 ****
---- 189,195 ----
- $o->{done}++, $o->{level} = -1, return unless @{$o->{lines}};
- my ($width, $tabwidth) = @{$o}{qw(width tabwidth)};
- while (1) {
-+ local ($_);
- $_ = $o->{lines}[0];
- # expand tabs in leading whitespace;
- $o->next_line, next if /^(\s*$|\#)/; # skip comments and blank lines
-***************
-*** 221,226 ****
---- 223,229 ----
-
- sub indent_data {
- my $o = shift;
-+ local ($_);
- $_ = shift;
- return $o->indent_undef($_)
- if not defined;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-09-09 13:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-09 13:28 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline/files/ Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox