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/libgnomeprint: ChangeLog libgnomeprint-2.18.8.ebuild libgnomeprint-2.18.7.ebuild
Date: Sun, 02 Oct 2011 20:40:31
Message-Id: 20111002204021.038EC2004B@flycatcher.gentoo.org
1 pacho 11/10/02 20:40:20
2
3 Modified: ChangeLog libgnomeprint-2.18.8.ebuild
4 Removed: libgnomeprint-2.18.7.ebuild
5 Log:
6 Drop DEPRECATED flags, bug #384807; remove old.
7
8 (Portage version: 2.1.10.20/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.190 gnome-base/libgnomeprint/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.190&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.190&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?r1=1.189&r2=1.190
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v
20 retrieving revision 1.189
21 retrieving revision 1.190
22 diff -u -r1.189 -r1.190
23 --- ChangeLog 22 Mar 2011 19:17:54 -0000 1.189
24 +++ ChangeLog 2 Oct 2011 20:40:20 -0000 1.190
25 @@ -1,6 +1,10 @@
26 # ChangeLog for gnome-base/libgnomeprint
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.189 2011/03/22 19:17:54 ranger Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.190 2011/10/02 20:40:20 pacho Exp $
30 +
31 + 02 Oct 2011; Pacho Ramos <pacho@g.o> -libgnomeprint-2.18.7.ebuild,
32 + libgnomeprint-2.18.8.ebuild:
33 + Drop DEPRECATED flags, bug #384807; remove old.
34
35 22 Mar 2011; Brent Baude <ranger@g.o> libgnomeprint-2.18.8.ebuild:
36 Marking libgnomeprint-2.18.8 ppc stable for bug 353436
37
38
39
40 1.7 gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild?rev=1.7&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild?rev=1.7&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild?r1=1.6&r2=1.7
45
46 Index: libgnomeprint-2.18.8.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v
49 retrieving revision 1.6
50 retrieving revision 1.7
51 diff -u -r1.6 -r1.7
52 --- libgnomeprint-2.18.8.ebuild 22 Mar 2011 19:17:54 -0000 1.6
53 +++ libgnomeprint-2.18.8.ebuild 2 Oct 2011 20:40:20 -0000 1.7
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v 1.6 2011/03/22 19:17:54 ranger Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v 1.7 2011/10/02 20:40:20 pacho Exp $
59
60 EAPI="3"
61 GCONF_DEBUG="no"
62 @@ -42,3 +42,14 @@
63 # dependencies on an untracked library.
64 G2CONF="${G2CONF} $(use_with cups) --without-papi --disable-static"
65 }
66 +
67 +src_prepare() {
68 + gnome2_src_prepare
69 +
70 + # Drop DEPRECATED flags, bug #384807
71 + sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED::g' \
72 + configure.in configure || die
73 + sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
74 + libgnomeprint/ttsubset/Makefile.am \
75 + libgnomeprint/ttsubset/Makefile.in || die
76 +}