Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: autoconf-2.61-r1.ebuild ChangeLog autoconf-2.13.ebuild autoconf-2.59-r7.ebuild autoconf-2.61-r2.ebuild
Date: Sat, 21 Jun 2008 06:27:54
Message-Id: E1K9wZh-0002fC-70@stork.gentoo.org
1 pva 08/06/21 06:27:49
2
3 Modified: autoconf-2.61-r1.ebuild ChangeLog
4 autoconf-2.13.ebuild autoconf-2.59-r7.ebuild
5 Added: autoconf-2.61-r2.ebuild
6 Log:
7 Fixed getmntent issue in 2.61, bug #227603. Dropped stable mips.
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.15 sys-devel/autoconf/autoconf-2.61-r1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.61-r1.ebuild?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.61-r1.ebuild?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.61-r1.ebuild?r1=1.14&r2=1.15
16
17 Index: autoconf-2.61-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.61-r1.ebuild,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- autoconf-2.61-r1.ebuild 22 Sep 2007 20:15:54 -0000 1.14
24 +++ autoconf-2.61-r1.ebuild 21 Jun 2008 06:27:48 -0000 1.15
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2007 Gentoo Foundation
27 +# Copyright 1999-2008 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.61-r1.ebuild,v 1.14 2007/09/22 20:15:54 philantrop Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.61-r1.ebuild,v 1.15 2008/06/21 06:27:48 pva Exp $
31
32 DESCRIPTION="Used to create autoconfiguration files"
33 HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
34 @@ -8,7 +8,7 @@
35
36 LICENSE="GPL-2"
37 SLOT="2.5"
38 -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
39 +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
40 IUSE="emacs"
41
42 DEPEND=">=sys-apps/texinfo-4.3
43
44
45
46 1.113 sys-devel/autoconf/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/ChangeLog?rev=1.113&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/ChangeLog?rev=1.113&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/ChangeLog?r1=1.112&r2=1.113
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
55 retrieving revision 1.112
56 retrieving revision 1.113
57 diff -u -r1.112 -r1.113
58 --- ChangeLog 10 Apr 2008 08:06:45 -0000 1.112
59 +++ ChangeLog 21 Jun 2008 06:27:48 -0000 1.113
60 @@ -1,6 +1,14 @@
61 # ChangeLog for sys-devel/autoconf
62 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.112 2008/04/10 08:06:45 vapier Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.113 2008/06/21 06:27:48 pva Exp $
65 +
66 +*autoconf-2.61-r2 (21 Jun 2008)
67 +
68 + 21 Jun 2008; Peter Volkov <pva@g.o>
69 + +files/autoconf-2.61-GETMNTENT.patch, autoconf-2.13.ebuild,
70 + autoconf-2.59-r7.ebuild, autoconf-2.61-r1.ebuild,
71 + +autoconf-2.61-r2.ebuild:
72 + Fixed getmntent issue in 2.61, bug #227603. Dropped stable mips.
73
74 10 Apr 2008; Mike Frysinger <vapier@g.o> autoconf-2.62.ebuild:
75 Force newer autoconf-wrapper #217087.
76
77
78
79 1.18 sys-devel/autoconf/autoconf-2.13.ebuild
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild?rev=1.18&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild?rev=1.18&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild?r1=1.17&r2=1.18
84
85 Index: autoconf-2.13.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild,v
88 retrieving revision 1.17
89 retrieving revision 1.18
90 diff -u -r1.17 -r1.18
91 --- autoconf-2.13.ebuild 8 Sep 2007 06:25:56 -0000 1.17
92 +++ autoconf-2.13.ebuild 21 Jun 2008 06:27:48 -0000 1.18
93 @@ -1,6 +1,6 @@
94 -# Copyright 1999-2007 Gentoo Foundation
95 +# Copyright 1999-2008 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild,v 1.17 2007/09/08 06:25:56 vapier Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild,v 1.18 2008/06/21 06:27:48 pva Exp $
99
100 inherit eutils
101
102 @@ -10,7 +10,7 @@
103
104 LICENSE="GPL-2"
105 SLOT="${PV:0:3}"
106 -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
107 +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
108 IUSE=""
109
110 DEPEND=">=sys-apps/texinfo-4.3
111
112
113
114 1.15 sys-devel/autoconf/autoconf-2.59-r7.ebuild
115
116 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.59-r7.ebuild?rev=1.15&view=markup
117 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.59-r7.ebuild?rev=1.15&content-type=text/plain
118 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.59-r7.ebuild?r1=1.14&r2=1.15
119
120 Index: autoconf-2.59-r7.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.59-r7.ebuild,v
123 retrieving revision 1.14
124 retrieving revision 1.15
125 diff -u -r1.14 -r1.15
126 --- autoconf-2.59-r7.ebuild 3 Nov 2006 18:40:55 -0000 1.14
127 +++ autoconf-2.59-r7.ebuild 21 Jun 2008 06:27:48 -0000 1.15
128 @@ -1,6 +1,6 @@
129 -# Copyright 1999-2006 Gentoo Foundation
130 +# Copyright 1999-2008 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.59-r7.ebuild,v 1.14 2006/11/03 18:40:55 grobian Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.59-r7.ebuild,v 1.15 2008/06/21 06:27:48 pva Exp $
134
135 inherit eutils
136
137 @@ -10,7 +10,7 @@
138
139 LICENSE="GPL-2"
140 SLOT="${PV:0:3}"
141 -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
142 +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
143 IUSE="emacs"
144
145 DEPEND=">=sys-apps/texinfo-4.3
146
147
148
149 1.1 sys-devel/autoconf/autoconf-2.61-r2.ebuild
150
151 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.61-r2.ebuild?rev=1.1&view=markup
152 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.61-r2.ebuild?rev=1.1&content-type=text/plain
153
154 Index: autoconf-2.61-r2.ebuild
155 ===================================================================
156 # Copyright 1999-2008 Gentoo Foundation
157 # Distributed under the terms of the GNU General Public License v2
158 # $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.61-r2.ebuild,v 1.1 2008/06/21 06:27:48 pva Exp $
159
160 inherit eutils
161
162 DESCRIPTION="Used to create autoconfiguration files"
163 HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
164 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
165
166 LICENSE="GPL-2"
167 SLOT="2.5"
168 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
169 IUSE="emacs"
170
171 DEPEND=">=sys-apps/texinfo-4.3
172 >=sys-devel/m4-1.4.6
173 dev-lang/perl"
174 RDEPEND="${DEPEND}
175 >=sys-devel/autoconf-wrapper-4-r2"
176 PDEPEND="emacs? ( app-emacs/autoconf-mode )"
177
178 src_unpack() {
179 unpack ${A}
180 cd "${S}"
181 epatch "${FILESDIR}"/${P}-GETMNTENT.patch
182 }
183
184 src_compile() {
185 # Disable Emacs in the build system since it is in a separate package.
186 export EMACS=no
187 econf --program-suffix="-${PV}" || die
188 # econf updates config.{sub,guess} which forces the manpages
189 # to be regenerated which we dont want to do #146621
190 touch man/*.1
191 # From configure output:
192 # Parallel builds via `make -jN' do not work.
193 emake -j1 || die
194 }
195
196 src_install() {
197 emake DESTDIR="${D}" install || die
198 dodoc AUTHORS BUGS NEWS README TODO THANKS \
199 ChangeLog ChangeLog.0 ChangeLog.1 ChangeLog.2
200 }
201
202
203
204 --
205 gentoo-commits@l.g.o mailing list