Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gdk-pixbuf: gdk-pixbuf-2.24.0-r1.ebuild ChangeLog
Date: Sat, 04 Feb 2012 18:26:01
Message-Id: 20120204182549.89FD92004B@flycatcher.gentoo.org
1 tetromino 12/02/04 18:25:49
2
3 Modified: gdk-pixbuf-2.24.0-r1.ebuild ChangeLog
4 Log:
5 Drop superfluous elibtoolize call (bug #401983, thanks to Julian W.)
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.0-r1.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.0-r1.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.0-r1.ebuild?r1=1.10&r2=1.11
15
16 Index: gdk-pixbuf-2.24.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.0-r1.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- gdk-pixbuf-2.24.0-r1.ebuild 13 Nov 2011 11:52:14 -0000 1.10
23 +++ gdk-pixbuf-2.24.0-r1.ebuild 4 Feb 2012 18:25:49 -0000 1.11
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.0-r1.ebuild,v 1.10 2011/11/13 11:52:14 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.0-r1.ebuild,v 1.11 2012/02/04 18:25:49 tetromino Exp $
30
31 EAPI="4"
32
33 @@ -43,8 +43,6 @@
34 # This will avoid polluting the pkg-config file with versioned libpng,
35 # which is causing problems with libpng14 -> libpng15 upgrade
36 sed -i -e 's:libpng15:libpng libpng15:' configure.ac || die
37 -
38 - elibtoolize
39 eautoreconf
40 }
41
42
43
44
45 1.45 x11-libs/gdk-pixbuf/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog?rev=1.45&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog?rev=1.45&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog?r1=1.44&r2=1.45
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v
54 retrieving revision 1.44
55 retrieving revision 1.45
56 diff -u -r1.44 -r1.45
57 --- ChangeLog 31 Dec 2011 18:24:32 -0000 1.44
58 +++ ChangeLog 4 Feb 2012 18:25:49 -0000 1.45
59 @@ -1,6 +1,10 @@
60 # ChangeLog for x11-libs/gdk-pixbuf
61 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.44 2011/12/31 18:24:32 pacho Exp $
63 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.45 2012/02/04 18:25:49 tetromino Exp $
65 +
66 + 04 Feb 2012; Alexandre Rostovtsev <tetromino@g.o>
67 + gdk-pixbuf-2.24.0-r1.ebuild:
68 + Drop superfluous elibtoolize call (bug #401983, thanks to Julian W.)
69
70 *gdk-pixbuf-2.24.1 (31 Dec 2011)