Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libglade: ChangeLog libglade-2.6.4.ebuild
Date: Thu, 29 Sep 2011 16:50:28
Message-Id: 20110929165018.BE08D20036@flycatcher.gentoo.org
1 pacho 11/09/29 16:50:18
2
3 Modified: ChangeLog libglade-2.6.4.ebuild
4 Log:
5 Drop DEPRECATED flags, bug #384775 by Ian Abbott.
6
7 (Portage version: 2.1.10.19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.135 gnome-base/libglade/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.135&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.135&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?r1=1.134&r2=1.135
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v
19 retrieving revision 1.134
20 retrieving revision 1.135
21 diff -u -r1.134 -r1.135
22 --- ChangeLog 22 Apr 2011 22:16:58 -0000 1.134
23 +++ ChangeLog 29 Sep 2011 16:50:18 -0000 1.135
24 @@ -1,6 +1,9 @@
25 # ChangeLog for gnome-base/libglade
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.134 2011/04/22 22:16:58 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.135 2011/09/29 16:50:18 pacho Exp $
29 +
30 + 29 Sep 2011; Pacho Ramos <pacho@g.o> libglade-2.6.4.ebuild:
31 + Drop DEPRECATED flags, bug #384775 by Ian Abbott.
32
33 22 Apr 2011; Gilles Dartiguelongue <eva@g.o> libglade-2.6.4.ebuild:
34 Ensure tests are run, bug #354631.
35
36
37
38 1.12 gnome-base/libglade/libglade-2.6.4.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?r1=1.11&r2=1.12
43
44 Index: libglade-2.6.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- libglade-2.6.4.ebuild 22 Apr 2011 22:16:58 -0000 1.11
51 +++ libglade-2.6.4.ebuild 29 Sep 2011 16:50:18 -0000 1.12
52 @@ -1,9 +1,10 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.11 2011/04/22 22:16:58 eva Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.12 2011/09/29 16:50:18 pacho Exp $
57
58 EAPI="3"
59 GCONF_DEBUG="no"
60 +GNOME2_LA_PUNT="yes"
61 PYTHON_DEPEND="2"
62
63 inherit eutils gnome2 python virtualx
64 @@ -38,6 +39,9 @@
65 # patch to not throw a warning with gtk+-2.14 during tests, as it triggers abort
66 epatch "${FILESDIR}/${PN}-2.6.3-fix_tests-page_size.patch"
67
68 + sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
69 + glade/Makefile.am glade/Makefile.in || die
70 +
71 if ! use test; then
72 sed 's/ tests//' -i Makefile.am Makefile.in || die "sed failed"
73 fi
74 @@ -50,7 +54,6 @@
75 src_install() {
76 dodir /etc/xml
77 gnome2_src_install
78 - find "${ED}" -name '*.la' -exec rm -f {} +
79 python_convert_shebangs 2 "${ED}"/usr/bin/libglade-convert
80 }