Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/libperl: libperl-5.8.8-r1.ebuild libperl-5.8.8-r2.ebuild
Date: Sat, 10 May 2008 10:46:46
Message-Id: E1JumbD-0002Te-LK@stork.gentoo.org
1 grobian 08/05/10 10:46:43
2
3 Modified: libperl-5.8.8-r1.ebuild libperl-5.8.8-r2.ebuild
4 Log:
5 don't do userland_Darwin crap
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.25 sys-devel/libperl/libperl-5.8.8-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r1.ebuild?rev=1.25&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r1.ebuild?rev=1.25&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r1.ebuild?r1=1.24&r2=1.25
14
15 Index: libperl-5.8.8-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r1.ebuild,v
18 retrieving revision 1.24
19 retrieving revision 1.25
20 diff -u -r1.24 -r1.25
21 --- libperl-5.8.8-r1.ebuild 6 Aug 2007 16:34:27 -0000 1.24
22 +++ libperl-5.8.8-r1.ebuild 10 May 2008 10:46:43 -0000 1.25
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/sys-devel/libperl/libperl-5.8.8-r1.ebuild,v 1.24 2007/08/06 16:34:27 truedfx Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r1.ebuild,v 1.25 2008/05/10 10:46:43 grobian Exp $
28
29 # The basic theory based on comments from Daniel Robbins <drobbins@g.o>.
30 #
31 @@ -120,7 +120,7 @@
32 # LIBPERL=libperl.so.${SLOT}.`echo ${PV} | cut -d. -f1,2`
33 #
34 cd ${S};
35 - use userland_Darwin || epatch ${FILESDIR}/${PN}-create-libperl-soname.patch
36 + epatch ${FILESDIR}/${PN}-create-libperl-soname.patch
37
38 # Configure makes an unwarranted assumption that /bin/ksh is a
39 # good shell. This patch makes it revert to using /bin/sh unless
40
41
42
43 1.2 sys-devel/libperl/libperl-5.8.8-r2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild?r1=1.1&r2=1.2
48
49 Index: libperl-5.8.8-r2.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- libperl-5.8.8-r2.ebuild 9 May 2008 11:04:54 -0000 1.1
56 +++ libperl-5.8.8-r2.ebuild 10 May 2008 10:46:43 -0000 1.2
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v 1.1 2008/05/09 11:04:54 tove Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v 1.2 2008/05/10 10:46:43 grobian Exp $
62
63 # The basic theory based on comments from Daniel Robbins <drobbins@g.o>.
64 #
65 @@ -120,7 +120,7 @@
66 # LIBPERL=libperl.so.${SLOT}.`echo ${PV} | cut -d. -f1,2`
67 #
68 cd "${S}";
69 - use userland_Darwin || epatch "${FILESDIR}"/${PN}-create-libperl-soname.patch
70 + epatch "${FILESDIR}"/${PN}-create-libperl-soname.patch
71
72 # Configure makes an unwarranted assumption that /bin/ksh is a
73 # good shell. This patch makes it revert to using /bin/sh unless
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list