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-r1.ebuild ChangeLog glib-2.36.4.ebuild
Date: Sun, 29 Sep 2013 10:33:37
Message-Id: 20130929103332.E4C662004C@flycatcher.gentoo.org
1 pacho 13/09/29 10:33:32
2
3 Modified: glib-2.36.4-r1.ebuild ChangeLog
4 Removed: glib-2.36.4.ebuild
5 Log:
6 Add support for win32 threads model (#472218 by Bertrand Jacquin), drop old.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.3 dev-libs/glib/glib-2.36.4-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.36.4-r1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.36.4-r1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.36.4-r1.ebuild?r1=1.2&r2=1.3
16
17 Index: glib-2.36.4-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.36.4-r1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- glib-2.36.4-r1.ebuild 5 Sep 2013 18:29:52 -0000 1.2
24 +++ glib-2.36.4-r1.ebuild 29 Sep 2013 10:33:32 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.36.4-r1.ebuild,v 1.2 2013/09/05 18:29:52 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.36.4-r1.ebuild,v 1.3 2013/09/29 10:33:32 pacho Exp $
30
31 EAPI="5"
32 PYTHON_COMPAT=( python2_{6,7} )
33 @@ -175,6 +175,11 @@
34
35 local myconf
36
37 + case "${CHOST}" in
38 + *-mingw*) myconf="${myconf} --with-threads=win32" ;;
39 + *) myconf="${myconf} --with-threads=posix" ;;
40 + esac
41 +
42 # Building with --disable-debug highly unrecommended. It will build glib in
43 # an unusable form as it disables some commonly used API. Please do not
44 # convert this to the use_enable form, as it results in a broken build.
45 @@ -202,7 +207,6 @@
46 --disable-compile-warnings \
47 --enable-man \
48 --with-pcre=internal \
49 - --with-threads=posix \
50 --with-xml-catalog="${EPREFIX}/etc/xml/catalog"
51 }
52
53
54
55
56 1.577 dev-libs/glib/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.577&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.577&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?r1=1.576&r2=1.577
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v
65 retrieving revision 1.576
66 retrieving revision 1.577
67 diff -u -r1.576 -r1.577
68 --- ChangeLog 5 Sep 2013 18:29:53 -0000 1.576
69 +++ ChangeLog 29 Sep 2013 10:33:32 -0000 1.577
70 @@ -1,6 +1,10 @@
71 # ChangeLog for dev-libs/glib
72 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.576 2013/09/05 18:29:53 mgorny Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.577 2013/09/29 10:33:32 pacho Exp $
75 +
76 + 29 Sep 2013; Pacho Ramos <pacho@g.o> -glib-2.36.4.ebuild,
77 + glib-2.36.4-r1.ebuild:
78 + Add support for win32 threads model (#472218 by Bertrand Jacquin), drop old.
79
80 05 Sep 2013; Michał Górny <mgorny@g.o> glib-2.34.3-r1.ebuild,
81 glib-2.36.4-r1.ebuild, glib-2.36.4.ebuild: