Gentoo Archives: gentoo-commits

From: "Friedrich Oslage (bluebird)" <bluebird@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.8.8-r5.ebuild
Date: Sun, 26 Apr 2009 11:19:59
Message-Id: E1Ly2Or-0001RX-3O@stork.gentoo.org
1 bluebird 09/04/26 11:19:57
2
3 Modified: perl-5.8.8-r6.ebuild ChangeLog perl-5.8.8-r5.ebuild
4 Log:
5 Install libraries into the correct directory if libdir is lib32, simplify the patches, bug #266052
6 (Portage version: 2.2_rc31/cvs/Linux sparc64)
7
8 Revision Changes Path
9 1.3 dev-lang/perl/perl-5.8.8-r6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild?r1=1.2&r2=1.3
14
15 Index: perl-5.8.8-r6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- perl-5.8.8-r6.ebuild 11 Mar 2009 21:47:17 -0000 1.2
22 +++ perl-5.8.8-r6.ebuild 26 Apr 2009 11:19:56 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild,v 1.2 2009/03/11 21:47:17 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild,v 1.3 2009/04/26 11:19:56 bluebird Exp $
28
29 inherit eutils flag-o-matic toolchain-funcs multilib
30
31 @@ -123,7 +123,12 @@
32 # filter it otherwise configure fails. See #125535.
33 epatch "${FILESDIR}"/perl-hppa-pa7200-configure.patch
34
35 - [[ $(get_libdir) == lib64 ]] && cd "${S}" && epatch "${FILESDIR}"/${P}-lib64.patch
36 + case "$(get_libdir)" in
37 + lib64) cd "${S}" && epatch "${FILESDIR}"/${P}-lib64.patch;;
38 + lib32) cd "${S}" && epatch "${FILESDIR}"/${P}-lib32.patch;;
39 + lib) true;;
40 + *) die "Something's wrong with your libdir, don't know how to treat it.";;
41 + esac
42
43 [[ ${CHOST} == *-dragonfly* ]] && cd "${S}" && epatch "${FILESDIR}"/${P}-dragonfly-clean.patch
44 [[ ${CHOST} == *-freebsd* ]] && cd "${S}" && epatch "${FILESDIR}"/${P}-fbsdhints.patch
45
46
47
48 1.278 dev-lang/perl/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.278&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.278&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/ChangeLog?r1=1.277&r2=1.278
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v
57 retrieving revision 1.277
58 retrieving revision 1.278
59 diff -u -r1.277 -r1.278
60 --- ChangeLog 11 Mar 2009 21:55:45 -0000 1.277
61 +++ ChangeLog 26 Apr 2009 11:19:56 -0000 1.278
62 @@ -1,6 +1,12 @@
63 # ChangeLog for dev-lang/perl
64 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.277 2009/03/11 21:55:45 flameeyes Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.278 2009/04/26 11:19:56 bluebird Exp $
67 +
68 + 26 Apr 2009; Friedrich Oslage <bluebird@g.o>
69 + +files/perl-5.8.8-lib32.patch, files/perl-5.8.8-lib64.patch,
70 + perl-5.8.8-r5, perl-5.8.8-r6:
71 + Install libraries into the correct directory if libdir is lib32, simplify
72 + the patches, bug #266052
73
74 11 Mar 2009; Diego E. Pettenò <flameeyes@g.o>
75 perl-5.8.8-r5.ebuild:
76
77
78
79 1.12 dev-lang/perl/perl-5.8.8-r5.ebuild
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r5.ebuild?rev=1.12&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r5.ebuild?rev=1.12&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r5.ebuild?r1=1.11&r2=1.12
84
85 Index: perl-5.8.8-r5.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r5.ebuild,v
88 retrieving revision 1.11
89 retrieving revision 1.12
90 diff -u -r1.11 -r1.12
91 --- perl-5.8.8-r5.ebuild 11 Mar 2009 21:55:45 -0000 1.11
92 +++ perl-5.8.8-r5.ebuild 26 Apr 2009 11:19:57 -0000 1.12
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2009 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r5.ebuild,v 1.11 2009/03/11 21:55:45 flameeyes Exp $
97 +# $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 $
98
99 inherit eutils flag-o-matic toolchain-funcs multilib
100
101 @@ -123,7 +123,12 @@
102 # filter it otherwise configure fails. See #125535.
103 epatch "${FILESDIR}"/perl-hppa-pa7200-configure.patch
104
105 - [[ $(get_libdir) == lib64 ]] && cd "${S}" && epatch "${FILESDIR}"/${P}-lib64.patch
106 + case "$(get_libdir)" in
107 + lib64) cd "${S}" && epatch "${FILESDIR}"/${P}-lib64.patch;;
108 + lib32) cd "${S}" && epatch "${FILESDIR}"/${P}-lib32.patch;;
109 + lib) true;;
110 + *) die "Something's wrong with your libdir, don't know how to treat it.";;
111 + esac
112
113 [[ ${CHOST} == *-dragonfly* ]] && cd "${S}" && epatch "${FILESDIR}"/${P}-dragonfly-clean.patch
114 [[ ${CHOST} == *-freebsd* ]] && cd "${S}" && epatch "${FILESDIR}"/${P}-fbsdhints.patch