Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.10.ebuild ChangeLog libtool-2.4-r1.ebuild
Date: Tue, 22 Feb 2011 21:44:00
Message-Id: 20110222214350.8736B20054@flycatcher.gentoo.org
1 vapier 11/02/22 21:43:50
2
3 Modified: libtool-2.2.10.ebuild ChangeLog
4 libtool-2.4-r1.ebuild
5 Log:
6 Drop back down to EAPI=2 to ease upgrades #356089 by Chí-Thanh Christopher Nguyễn.
7
8 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 sys-devel/libtool/libtool-2.2.10.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild?r1=1.10&r2=1.11
16
17 Index: libtool-2.2.10.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- libtool-2.2.10.ebuild 13 Nov 2010 12:02:17 -0000 1.10
24 +++ libtool-2.2.10.ebuild 22 Feb 2011 21:43:50 -0000 1.11
25 @@ -1,8 +1,8 @@
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild,v 1.10 2010/11/13 12:02:17 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild,v 1.11 2011/02/22 21:43:50 vapier Exp $
31
32 -EAPI="3"
33 +EAPI="2" #356089
34
35 LIBTOOLIZE="true" #225559
36 inherit eutils autotools multilib
37
38
39
40 1.185 sys-devel/libtool/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/ChangeLog?rev=1.185&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/ChangeLog?rev=1.185&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/ChangeLog?r1=1.184&r2=1.185
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
49 retrieving revision 1.184
50 retrieving revision 1.185
51 diff -u -r1.184 -r1.185
52 --- ChangeLog 19 Feb 2011 17:30:19 -0000 1.184
53 +++ ChangeLog 22 Feb 2011 21:43:50 -0000 1.185
54 @@ -1,6 +1,11 @@
55 # ChangeLog for sys-devel/libtool
56 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.184 2011/02/19 17:30:19 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.185 2011/02/22 21:43:50 vapier Exp $
59 +
60 + 22 Feb 2011; Mike Frysinger <vapier@g.o> libtool-2.2.10.ebuild,
61 + libtool-2.4-r1.ebuild:
62 + Drop back down to EAPI=2 to ease upgrades #356089 by Chí-Thanh Christopher
63 + Nguyễn.
64
65 19 Feb 2011; Mike Frysinger <vapier@g.o> libtool-2.4-r1.ebuild:
66 Block even newer versions of automake #355551 by Tim Yamin.
67
68
69
70 1.4 sys-devel/libtool/libtool-2.4-r1.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild?rev=1.4&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild?rev=1.4&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild?r1=1.3&r2=1.4
75
76 Index: libtool-2.4-r1.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild,v
79 retrieving revision 1.3
80 retrieving revision 1.4
81 diff -u -r1.3 -r1.4
82 --- libtool-2.4-r1.ebuild 21 Feb 2011 17:41:32 -0000 1.3
83 +++ libtool-2.4-r1.ebuild 22 Feb 2011 21:43:50 -0000 1.4
84 @@ -1,8 +1,8 @@
85 # Copyright 1999-2011 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild,v 1.3 2011/02/21 17:41:32 vapier Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild,v 1.4 2011/02/22 21:43:50 vapier Exp $
89
90 -EAPI="3"
91 +EAPI="2" #356089
92
93 LIBTOOLIZE="true" #225559
94 inherit eutils autotools multilib
95 @@ -24,6 +24,11 @@
96 >=sys-devel/binutils-2.20
97 app-arch/xz-utils"
98
99 +src_unpack() {
100 + xz -dc "${DISTDIR}"/${A} > ${P}.tar #356089
101 + unpack ./${P}.tar
102 +}
103 +
104 src_prepare() {
105 if ! use vanilla ; then
106 epunt_cxx