Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-9999.ebuild ChangeLog
Date: Mon, 27 Oct 2014 23:16:34
Message-Id: 20141027231630.580188E33@oystercatcher.gentoo.org
1 blueness 14/10/27 23:16:30
2
3 Modified: libtool-9999.ebuild ChangeLog
4 Log:
5 Fix libtool-9999 in preparation for 2.4.3
6
7 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.17 sys-devel/libtool/libtool-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild?r1=1.16&r2=1.17
15
16 Index: libtool-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- libtool-9999.ebuild 2 May 2014 10:30:31 -0000 1.16
23 +++ libtool-9999.ebuild 27 Oct 2014 23:16:30 -0000 1.17
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild,v 1.16 2014/05/02 10:30:31 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild,v 1.17 2014/10/27 23:16:30 blueness Exp $
29
30 EAPI="4"
31
32 @@ -49,9 +49,9 @@
33 src_prepare() {
34 use vanilla && return 0
35
36 - cd libltdl/m4
37 + cd m4
38 epatch "${FILESDIR}"/1.5.20/${PN}-1.5.20-use-linux-version-in-fbsd.patch #109105
39 - cd ..
40 + cd ../libltdl
41 AT_NOELIBTOOLIZE=yes eautoreconf
42 cd ..
43 AT_NOELIBTOOLIZE=yes eautoreconf
44
45
46
47 1.226 sys-devel/libtool/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/ChangeLog?rev=1.226&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/ChangeLog?rev=1.226&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/ChangeLog?r1=1.225&r2=1.226
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
56 retrieving revision 1.225
57 retrieving revision 1.226
58 diff -u -r1.225 -r1.226
59 --- ChangeLog 27 Oct 2014 01:51:03 -0000 1.225
60 +++ ChangeLog 27 Oct 2014 23:16:30 -0000 1.226
61 @@ -1,6 +1,9 @@
62 # ChangeLog for sys-devel/libtool
63 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.225 2014/10/27 01:51:03 vapier Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.226 2014/10/27 23:16:30 blueness Exp $
66 +
67 + 27 Oct 2014; Anthony G. Basile <blueness@g.o> libtool-9999.ebuild:
68 + Fix libtool-9999 in preparation for 2.4.3
69
70 27 Oct 2014; Mike Frysinger <vapier@g.o> libtool-2.4.2-r1.ebuild:
71 Mark m68k/s390/sh stable.