Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/perl: perl-5.8.8-r6.ebuild ChangeLog perl-5.10.1.ebuild perl-5.8.8-r5.ebuild
Date: Mon, 28 Sep 2009 15:58:31
Message-Id: E1MsIcP-0007hK-BS@stork.gentoo.org
1 tove 09/09/28 15:58:29
2
3 Modified: perl-5.8.8-r6.ebuild ChangeLog perl-5.10.1.ebuild
4 perl-5.8.8-r5.ebuild
5 Log:
6 Bump 5.10.1 patchset. Fix perl-5.8.8 bugs #259923, #286656, #249827, #265268
7 (Portage version: 2.2_rc41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-lang/perl/perl-5.8.8-r6.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild?r1=1.5&r2=1.6
15
16 Index: perl-5.8.8-r6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- perl-5.8.8-r6.ebuild 29 May 2009 13:26:28 -0000 1.5
23 +++ perl-5.8.8-r6.ebuild 28 Sep 2009 15:58:28 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild,v 1.5 2009/05/29 13:26:28 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild,v 1.6 2009/09/28 15:58:28 tove Exp $
29
30 inherit eutils flag-o-matic toolchain-funcs multilib
31
32 @@ -141,7 +141,8 @@
33
34 # Newer linux-headers don't include asm/page.h. Fix this.
35 # Patch from bug 168312, thanks Peter!
36 - has_version '>sys-kernel/linux-headers-2.6.20' && epatch "${FILESDIR}"/${P}-asm-page-h-compile-failure.patch
37 + echo "#include <asm/page.h>" | $(tc-getCPP) > /dev/null 2>&1 || \
38 + epatch "${FILESDIR}"/${P}-asm-page-h-compile-failure.patch
39
40 # Also add the directory prefix of the current file when the quote syntax is
41 # used; 'require' will only look in @INC, not the current directory.
42
43
44
45 1.285 dev-lang/perl/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.285&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.285&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/ChangeLog?r1=1.284&r2=1.285
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v
54 retrieving revision 1.284
55 retrieving revision 1.285
56 diff -u -r1.284 -r1.285
57 --- ChangeLog 27 Sep 2009 08:37:12 -0000 1.284
58 +++ ChangeLog 28 Sep 2009 15:58:28 -0000 1.285
59 @@ -1,6 +1,12 @@
60 # ChangeLog for dev-lang/perl
61 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.284 2009/09/27 08:37:12 tove Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.285 2009/09/28 15:58:28 tove Exp $
64 +
65 + 28 Sep 2009; Torsten Veller <tove@g.o> perl-5.8.8-r5.ebuild,
66 + perl-5.8.8-r6.ebuild, perl-5.10.1.ebuild:
67 + Bump perl-5.10.1 patchset.
68 + Fix asm/page.h failure. Thanks to Alon Bar-Lev and Diego Pettenò.
69 + (#259923, #286656, #249827, #265268)
70
71 *perl-5.10.1 (27 Sep 2009)
72
73
74
75
76 1.2 dev-lang/perl/perl-5.10.1.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.10.1.ebuild?rev=1.2&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.10.1.ebuild?rev=1.2&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.10.1.ebuild?r1=1.1&r2=1.2
81
82 Index: perl-5.10.1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.10.1.ebuild,v
85 retrieving revision 1.1
86 retrieving revision 1.2
87 diff -u -r1.1 -r1.2
88 --- perl-5.10.1.ebuild 27 Sep 2009 08:37:12 -0000 1.1
89 +++ perl-5.10.1.ebuild 28 Sep 2009 15:58:28 -0000 1.2
90 @@ -1,12 +1,12 @@
91 # Copyright 1999-2009 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.10.1.ebuild,v 1.1 2009/09/27 08:37:12 tove Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.10.1.ebuild,v 1.2 2009/09/28 15:58:28 tove Exp $
95
96 EAPI=2
97
98 inherit eutils alternatives flag-o-matic toolchain-funcs multilib
99
100 -PATCH_VER=5
101 +PATCH_VER=6
102
103 PERL_OLDVERSEN="5.10.0"
104
105
106
107
108 1.13 dev-lang/perl/perl-5.8.8-r5.ebuild
109
110 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r5.ebuild?rev=1.13&view=markup
111 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r5.ebuild?rev=1.13&content-type=text/plain
112 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r5.ebuild?r1=1.12&r2=1.13
113
114 Index: perl-5.8.8-r5.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r5.ebuild,v
117 retrieving revision 1.12
118 retrieving revision 1.13
119 diff -u -r1.12 -r1.13
120 --- perl-5.8.8-r5.ebuild 26 Apr 2009 11:19:57 -0000 1.12
121 +++ perl-5.8.8-r5.ebuild 28 Sep 2009 15:58:28 -0000 1.13
122 @@ -1,6 +1,6 @@
123 # Copyright 1999-2009 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r5.ebuild,v 1.12 2009/04/26 11:19:57 bluebird Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r5.ebuild,v 1.13 2009/09/28 15:58:28 tove Exp $
127
128 inherit eutils flag-o-matic toolchain-funcs multilib
129
130 @@ -141,7 +141,8 @@
131
132 # Newer linux-headers don't include asm/page.h. Fix this.
133 # Patch from bug 168312, thanks Peter!
134 - has_version '>sys-kernel/linux-headers-2.6.20' && epatch "${FILESDIR}"/${P}-asm-page-h-compile-failure.patch
135 + echo "#include <asm/page.h>" | $(tc-getCPP) > /dev/null 2>&1 || \
136 + epatch "${FILESDIR}"/${P}-asm-page-h-compile-failure.patch
137
138 # perlcc fix patch - bug #181229
139 epatch "${FILESDIR}"/${P}-perlcc.patch