Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libunique: ChangeLog libunique-3.0.2.ebuild
Date: Thu, 29 Sep 2011 09:58:27
Message-Id: 20110929095816.7B71A20036@flycatcher.gentoo.org
1 ssuominen 11/09/29 09:58:16
2
3 Modified: ChangeLog libunique-3.0.2.ebuild
4 Log:
5 Change GCONF_DEBUF to GCONF_DEBUG to match gnome2.eclass. Remove -DG_DISABLE_DEPRECATED and -DGTK_DISABLE_DEPRECATED from build system to allow building against glib-2.30 and pango-1.28.
6
7 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.44 dev-libs/libunique/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libunique/ChangeLog?rev=1.44&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libunique/ChangeLog?rev=1.44&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libunique/ChangeLog?r1=1.43&r2=1.44
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libunique/ChangeLog,v
19 retrieving revision 1.43
20 retrieving revision 1.44
21 diff -u -r1.43 -r1.44
22 --- ChangeLog 25 Jul 2011 15:18:41 -0000 1.43
23 +++ ChangeLog 29 Sep 2011 09:58:16 -0000 1.44
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-libs/libunique
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunique/ChangeLog,v 1.43 2011/07/25 15:18:41 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunique/ChangeLog,v 1.44 2011/09/29 09:58:16 ssuominen Exp $
29 +
30 + 29 Sep 2011; Samuli Suominen <ssuominen@g.o> libunique-3.0.2.ebuild:
31 + Change GCONF_DEBUF to GCONF_DEBUG to match gnome2.eclass. Remove
32 + -DG_DISABLE_DEPRECATED and -DGTK_DISABLE_DEPRECATED from build system to
33 + allow building against glib-2.30 and pango-1.28.
34
35 *libunique-1.1.6-r1 (25 Jul 2011)
36
37
38
39
40 1.3 dev-libs/libunique/libunique-3.0.2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libunique/libunique-3.0.2.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libunique/libunique-3.0.2.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libunique/libunique-3.0.2.ebuild?r1=1.2&r2=1.3
45
46 Index: libunique-3.0.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libunique/libunique-3.0.2.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- libunique-3.0.2.ebuild 11 Jul 2011 15:40:12 -0000 1.2
53 +++ libunique-3.0.2.ebuild 29 Sep 2011 09:58:16 -0000 1.3
54 @@ -1,9 +1,9 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunique/libunique-3.0.2.ebuild,v 1.2 2011/07/11 15:40:12 mattst88 Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunique/libunique-3.0.2.ebuild,v 1.3 2011/09/29 09:58:16 ssuominen Exp $
59
60 EAPI="4"
61 -GCONF_DEBUF="yes"
62 +GCONF_DEBUG="yes"
63 GNOME_TARBALL_SUFFIX="xz"
64 GNOME2_LA_PUNT="yes"
65
66 @@ -38,6 +38,12 @@
67 $(use_enable introspection)"
68 }
69
70 +src_prepare() {
71 + # should we sed Makefile.am instead and run eautoreconf?
72 + sed -i -e '/DG.*_DISABLE_DEPRECATED/d' unique/Makefile.in || die
73 + gnome2_src_prepare
74 +}
75 +
76 src_test() {
77 cd "${S}/tests"