Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gdk-pixbuf: gdk-pixbuf-2.26.1.ebuild ChangeLog
Date: Sun, 29 Apr 2012 14:44:10
Message-Id: 20120429144358.CEB672004B@flycatcher.gentoo.org
1 grobian 12/04/29 14:43:58
2
3 Modified: gdk-pixbuf-2.26.1.ebuild ChangeLog
4 Log:
5 Run elibtoolize to fix gdk-pixbuf-loader not finding its own loaders on Darwin
6
7 (Portage version: 2.2.01.20430-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.4 x11-libs/gdk-pixbuf/gdk-pixbuf-2.26.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.26.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.26.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.26.1.ebuild?r1=1.3&r2=1.4
15
16 Index: gdk-pixbuf-2.26.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.26.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gdk-pixbuf-2.26.1.ebuild 28 Apr 2012 04:00:27 -0000 1.3
23 +++ gdk-pixbuf-2.26.1.ebuild 29 Apr 2012 14:43:58 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.26.1.ebuild,v 1.3 2012/04/28 04:00:27 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.26.1.ebuild,v 1.4 2012/04/29 14:43:58 grobian Exp $
29
30 EAPI="4"
31
32 @@ -43,6 +43,7 @@
33 sed -e 's:libpng15:libpng libpng15:' \
34 -i configure || die
35 default
36 + elibtoolize # for Darwin modules
37 }
38
39 src_configure() {
40
41
42
43 1.61 x11-libs/gdk-pixbuf/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog?rev=1.61&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog?rev=1.61&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog?r1=1.60&r2=1.61
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v
52 retrieving revision 1.60
53 retrieving revision 1.61
54 diff -u -r1.60 -r1.61
55 --- ChangeLog 28 Apr 2012 04:00:27 -0000 1.60
56 +++ ChangeLog 29 Apr 2012 14:43:58 -0000 1.61
57 @@ -1,6 +1,9 @@
58 # ChangeLog for x11-libs/gdk-pixbuf
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.60 2012/04/28 04:00:27 aballier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.61 2012/04/29 14:43:58 grobian Exp $
62 +
63 + 29 Apr 2012; Fabian Groffen <grobian@g.o> gdk-pixbuf-2.26.1.ebuild:
64 + Run elibtoolize to fix gdk-pixbuf-loader not finding its own loaders on Darwin
65
66 28 Apr 2012; Alexis Ballier <aballier@g.o> gdk-pixbuf-2.26.1.ebuild:
67 keyword ~amd64-fbsd