Gentoo Archives: gentoo-commits

From: "Christian Hartmann (ian)" <ian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/perl: perl-5.8.8-r2.ebuild perl-5.8.8-r3.ebuild ChangeLog
Date: Sun, 18 Nov 2007 17:37:37
Message-Id: E1Ito5G-0002WV-CA@stork.gentoo.org
1 ian 07/11/18 17:37:26
2
3 Modified: perl-5.8.8-r2.ebuild perl-5.8.8-r3.ebuild ChangeLog
4 Log:
5 Reverting solars changes; bug #199518
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.44 dev-lang/perl/perl-5.8.8-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild?rev=1.44&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild?rev=1.44&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild?r1=1.43&r2=1.44
14
15 Index: perl-5.8.8-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild,v
18 retrieving revision 1.43
19 retrieving revision 1.44
20 diff -u -r1.43 -r1.44
21 --- perl-5.8.8-r2.ebuild 18 Nov 2007 07:04:34 -0000 1.43
22 +++ perl-5.8.8-r2.ebuild 18 Nov 2007 17:37:25 -0000 1.44
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 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-r2.ebuild,v 1.43 2007/11/18 07:04:34 solar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild,v 1.44 2007/11/18 17:37:25 ian Exp $
28
29 inherit eutils flag-o-matic toolchain-funcs multilib
30
31 @@ -123,7 +123,8 @@
32 # filter it otherwise configure fails. See #125535.
33 epatch ${FILESDIR}/perl-hppa-pa7200-configure.patch
34
35 - epatch ${FILESDIR}/${P}-libbits.patch
36 + #[[ ${get_libdir} == lib64 ]] && cd ${S} && epatch ${FILESDIR}/${P}-lib64.patch
37 + use amd64 || use ppc64 && cd ${S} && epatch ${FILESDIR}/${P}-lib64.patch
38
39 [[ ${CHOST} == *-dragonfly* ]] && cd ${S} && epatch ${FILESDIR}/${P}-dragonfly-clean.patch
40 [[ ${CHOST} == *-freebsd* ]] && cd ${S} && epatch ${FILESDIR}/${P}-fbsdhints.patch
41 @@ -246,12 +247,6 @@
42
43 [[ ${ELIBC} == "FreeBSD" ]] && myconf "-Dlibc=/usr/$(get_libdir)/libc.a"
44
45 - case "$(get_libdir)" in
46 - lib) export BITS="";;
47 - lib32) export BITS=32;;
48 - lib64) export BITS=64;;
49 - esac
50 -
51 if [[ $(get_libdir) != "lib" ]] ; then
52 # We need to use " and not ', as the written config.sh use ' ...
53 myconf "-Dlibpth=/usr/local/$(get_libdir) /$(get_libdir) /usr/$(get_libdir)"
54
55
56
57 1.10 dev-lang/perl/perl-5.8.8-r3.ebuild
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r3.ebuild?rev=1.10&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r3.ebuild?rev=1.10&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r3.ebuild?r1=1.9&r2=1.10
62
63 Index: perl-5.8.8-r3.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r3.ebuild,v
66 retrieving revision 1.9
67 retrieving revision 1.10
68 diff -u -r1.9 -r1.10
69 --- perl-5.8.8-r3.ebuild 18 Nov 2007 07:04:34 -0000 1.9
70 +++ perl-5.8.8-r3.ebuild 18 Nov 2007 17:37:25 -0000 1.10
71 @@ -1,6 +1,6 @@
72 # Copyright 1999-2007 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r3.ebuild,v 1.9 2007/11/18 07:04:34 solar Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r3.ebuild,v 1.10 2007/11/18 17:37:25 ian Exp $
76
77 inherit eutils flag-o-matic toolchain-funcs multilib
78
79 @@ -123,7 +123,8 @@
80 # filter it otherwise configure fails. See #125535.
81 epatch "${FILESDIR}"/perl-hppa-pa7200-configure.patch
82
83 - epatch "${FILESDIR}"/${P}-libbits.patch
84 + #[[ ${get_libdir} == lib64 ]] && cd ${S} && epatch ${FILESDIR}/${P}-lib64.patch
85 + use amd64 || use ppc64 && cd "${S}" && epatch "${FILESDIR}"/${P}-lib64.patch
86
87 [[ ${CHOST} == *-dragonfly* ]] && cd "${S}" && epatch "${FILESDIR}"/${P}-dragonfly-clean.patch
88 [[ ${CHOST} == *-freebsd* ]] && cd "${S}" && epatch "${FILESDIR}"/${P}-fbsdhints.patch
89 @@ -250,12 +251,6 @@
90
91 [[ ${ELIBC} == "FreeBSD" ]] && myconf "-Dlibc=/usr/$(get_libdir)/libc.a"
92
93 - case "$(get_libdir)" in
94 - lib) export BITS="";;
95 - lib32) export BITS=32;;
96 - lib64) export BITS=64;;
97 - esac
98 -
99 if [[ $(get_libdir) != "lib" ]] ; then
100 # We need to use " and not ', as the written config.sh use ' ...
101 myconf "-Dlibpth=/usr/local/$(get_libdir) /$(get_libdir) /usr/$(get_libdir)"
102
103
104
105 1.260 dev-lang/perl/ChangeLog
106
107 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.260&view=markup
108 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.260&content-type=text/plain
109 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/ChangeLog?r1=1.259&r2=1.260
110
111 Index: ChangeLog
112 ===================================================================
113 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v
114 retrieving revision 1.259
115 retrieving revision 1.260
116 diff -u -r1.259 -r1.260
117 --- ChangeLog 18 Nov 2007 07:04:34 -0000 1.259
118 +++ ChangeLog 18 Nov 2007 17:37:25 -0000 1.260
119 @@ -1,6 +1,10 @@
120 # ChangeLog for dev-lang/perl
121 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
122 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.259 2007/11/18 07:04:34 solar Exp $
123 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.260 2007/11/18 17:37:25 ian Exp $
124 +
125 + 18 Nov 2007; Christian Hartmann <ian@g.o> perl-5.8.8-r2.ebuild,
126 + perl-5.8.8-r3.ebuild:
127 + Reverting solars changes; bug #199518
128
129 18 Nov 2007; <solar@g.o> -files/perl-5.8.8-lib64.patch,
130 +files/perl-5.8.8-libbits.patch, perl-5.8.8-r2.ebuild,
131
132
133
134 --
135 gentoo-commits@g.o mailing list