aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-tk/patches
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-tk/patches')
-rw-r--r--perl/perl-tk/patches/perl-tk-804.031.diff9
-rw-r--r--perl/perl-tk/patches/perl_bin_path.diff8
2 files changed, 0 insertions, 17 deletions
diff --git a/perl/perl-tk/patches/perl-tk-804.031.diff b/perl/perl-tk/patches/perl-tk-804.031.diff
deleted file mode 100644
index 1e595c009a..0000000000
--- a/perl/perl-tk/patches/perl-tk-804.031.diff
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -ru Tk-804.031.org/TextList/reindex.pl Tk-804.031/TextList/reindex.pl
---- Tk-804.031.org/TextList/reindex.pl 2007-02-10 05:54:45.000000000 -0300
-+++ Tk-804.031/TextList/reindex.pl 2010-08-05 13:53:36.447371174 -0300
-@@ -1,4 +1,4 @@
--#!/bin/perl
-+#!/usr/bin/perl
-
- use lib qw(/home1/gbartels/textlist);
- use Tk;
diff --git a/perl/perl-tk/patches/perl_bin_path.diff b/perl/perl-tk/patches/perl_bin_path.diff
deleted file mode 100644
index 2d304b4dc4..0000000000
--- a/perl/perl-tk/patches/perl_bin_path.diff
+++ /dev/null
@@ -1,8 +0,0 @@
---- TextList/reindex.pl.orig 2015-11-05 21:46:10.470602695 +0100
-+++ TextList/reindex.pl 2015-11-05 21:46:21.884547803 +0100
-@@ -1,4 +1,4 @@
--#!/bin/perl
-+#!/usr/bin/perl
-
- use lib qw(/home1/gbartels/textlist);
- use Tk;