Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/glib: glib-2.36.4.ebuild ChangeLog
Date: Sun, 01 Sep 2013 19:48:09
Message-Id: 20130901194759.261BB2004C@flycatcher.gentoo.org
1 pacho 13/09/01 19:47:59
2
3 Modified: glib-2.36.4.ebuild ChangeLog
4 Log:
5 Pass --disable-compile-warnings configure option to drop -Werror usage
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.2 dev-libs/glib/glib-2.36.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.36.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.36.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.36.4.ebuild?r1=1.1&r2=1.2
15
16 Index: glib-2.36.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.36.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- glib-2.36.4.ebuild 16 Aug 2013 03:20:25 -0000 1.1
23 +++ glib-2.36.4.ebuild 1 Sep 2013 19:47:58 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.36.4.ebuild,v 1.1 2013/08/16 03:20:25 tetromino Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.36.4.ebuild,v 1.2 2013/09/01 19:47:58 pacho Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python2_{5,6,7} )
32 @@ -196,6 +196,7 @@
33 $(use_enable systemtap dtrace) \
34 $(use_enable systemtap systemtap) \
35 $(use_enable test modular-tests) \
36 + --disable-compile-warnings \
37 --enable-man \
38 --with-pcre=internal \
39 --with-threads=posix \
40
41
42
43 1.574 dev-libs/glib/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.574&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.574&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?r1=1.573&r2=1.574
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v
52 retrieving revision 1.573
53 retrieving revision 1.574
54 diff -u -r1.573 -r1.574
55 --- ChangeLog 16 Aug 2013 08:30:19 -0000 1.573
56 +++ ChangeLog 1 Sep 2013 19:47:58 -0000 1.574
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-libs/glib
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.573 2013/08/16 08:30:19 polynomial-c Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.574 2013/09/01 19:47:58 pacho Exp $
62 +
63 + 01 Sep 2013; Pacho Ramos <pacho@g.o> glib-2.36.4.ebuild:
64 + Pass --disable-compile-warnings configure option to drop -Werror usage
65
66 16 Aug 2013; Lars Wendler <polynomial-c@g.o> glib-2.34.3-r1.ebuild:
67 Non-maintainer commit: really use python-r1 eclass.