Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-nodoka: gtk-engines-nodoka-0.7.5.ebuild ChangeLog gtk-engines-nodoka-0.7.2.ebuild
Date: Mon, 04 Jun 2012 14:55:12
Message-Id: 20120604145459.CB70F2004B@flycatcher.gentoo.org
1 pacho 12/06/04 14:54:59
2
3 Modified: gtk-engines-nodoka-0.7.5.ebuild ChangeLog
4 Removed: gtk-engines-nodoka-0.7.2.ebuild
5 Log:
6 Fix building against glib-2.32, bug #419391. Drop old.
7
8 (Portage version: 2.1.10.64/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild?r1=1.3&r2=1.4
16
17 Index: gtk-engines-nodoka-0.7.5.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- gtk-engines-nodoka-0.7.5.ebuild 5 May 2012 04:10:06 -0000 1.3
24 +++ gtk-engines-nodoka-0.7.5.ebuild 4 Jun 2012 14:54:59 -0000 1.4
25 @@ -1,8 +1,10 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild,v 1.3 2012/05/05 04:10:06 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild,v 1.4 2012/06/04 14:54:59 pacho Exp $
30 +
31 +EAPI=4
32 +inherit eutils
33
34 -EAPI=1
35 MY_P="gtk-nodoka-engine-${PV}"
36
37 DESCRIPTION="GTK+ engine and themes developed by the Fedora Project"
38 @@ -20,17 +22,18 @@
39
40 S="${WORKDIR}/${MY_P}"
41
42 -src_compile() {
43 +src_prepare() {
44 + epatch "${FILESDIR}/${P}-glib2.32.patch"
45 +}
46 +
47 +src_configure() {
48 econf \
49 --disable-dependency-tracking \
50 --enable-animation \
51 $(use_enable animation-rtl animationtoleft)
52 -
53 - emake || die "emake failed"
54 }
55
56 src_install() {
57 - emake DESTDIR="${D}" install || die "install failed"
58 - dodoc AUTHORS CREDITS ChangeLog NEWS README TODO || die "dodoc failed"
59 + default
60 find "${D}" -name "*.la" -delete || die
61 }
62
63
64
65 1.8 x11-themes/gtk-engines-nodoka/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nodoka/ChangeLog?rev=1.8&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nodoka/ChangeLog?rev=1.8&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nodoka/ChangeLog?r1=1.7&r2=1.8
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nodoka/ChangeLog,v
74 retrieving revision 1.7
75 retrieving revision 1.8
76 diff -u -r1.7 -r1.8
77 --- ChangeLog 4 Jun 2012 12:58:06 -0000 1.7
78 +++ ChangeLog 4 Jun 2012 14:54:59 -0000 1.8
79 @@ -1,6 +1,11 @@
80 # ChangeLog for x11-themes/gtk-engines-nodoka
81 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nodoka/ChangeLog,v 1.7 2012/06/04 12:58:06 a3li Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nodoka/ChangeLog,v 1.8 2012/06/04 14:54:59 pacho Exp $
84 +
85 + 04 Jun 2012; Pacho Ramos <pacho@g.o>
86 + +files/gtk-engines-nodoka-0.7.5-glib2.32.patch,
87 + -gtk-engines-nodoka-0.7.2.ebuild, gtk-engines-nodoka-0.7.5.ebuild:
88 + Fix building against glib-2.32, bug #419391. Drop old.
89
90 04 Jun 2012; Alex Legler <a3li@g.o> metadata.xml:
91 for real