Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/ulm:patchsets commit in: skey/1.1.5/
Date: Thu, 25 Jun 2015 21:41:34
Message-Id: 1435266317.e30a41fd9bee90a1efa6504c2aa469203790a6c0.ulm@gentoo
1 commit: e30a41fd9bee90a1efa6504c2aa469203790a6c0
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 25 21:05:17 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 25 21:05:17 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=e30a41fd
7
8 timelocal.pl has been superseded by Time::Local.
9
10 skey/1.1.5/13_all_perl-timelocal.patch | 11 +++++++++++
11 1 file changed, 11 insertions(+)
12
13 diff --git a/skey/1.1.5/13_all_perl-timelocal.patch b/skey/1.1.5/13_all_perl-timelocal.patch
14 new file mode 100644
15 index 0000000..c93984e
16 --- /dev/null
17 +++ b/skey/1.1.5/13_all_perl-timelocal.patch
18 @@ -0,0 +1,11 @@
19 +--- skey-1.1.5-orig/skeyprune.pl
20 ++++ skey-1.1.5/skeyprune.pl
21 +@@ -7,7 +7,7 @@
22 + # $OpenBSD: skeyprune.pl,v 1.1 1996/09/28 00:00:41 millert Exp $
23 +
24 + # We need to be able convert to time_t
25 +-require 'timelocal.pl';
26 ++require Time::Local;
27 +
28 + # Keep out the stupid
29 + die "Only root may run $0.\n" if $>;