Gentoo Archives: gentoo-commits

From: "Thomas Anderson (gentoofan23)" <gentoofan23@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-chtheme: gtk-chtheme-0.3.1-r1.ebuild ChangeLog
Date: Fri, 27 Jun 2008 17:04:26
Message-Id: E1KCHMy-0001ho-2s@stork.gentoo.org
1 gentoofan23 08/06/27 17:04:20
2
3 Modified: gtk-chtheme-0.3.1-r1.ebuild ChangeLog
4 Log:
5 Fix implicit declarations of gtk functions.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.5 x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: gtk-chtheme-0.3.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- gtk-chtheme-0.3.1-r1.ebuild 27 Jun 2008 13:25:11 -0000 1.4
22 +++ gtk-chtheme-0.3.1-r1.ebuild 27 Jun 2008 17:04:19 -0000 1.5
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild,v 1.4 2008/06/27 13:25:11 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild,v 1.5 2008/06/27 17:04:19 gentoofan23 Exp $
28
29 -inherit toolchain-funcs
30 +inherit eutils toolchain-funcs
31
32 DESCRIPTION="GTK-2.0 Theme Switcher"
33 HOMEPAGE="http://plasmasturm.org/programs/gtk-chtheme/"
34 @@ -19,9 +19,11 @@
35
36 src_unpack() {
37 unpack ${A}
38 + cd "${S}"
39
40 # QA: stop Makefile from stripping the binaries
41 sed -i -e "s:strip:true:" "${S}"/Makefile || die "sed failed."
42 + epatch "${FILESDIR}"/${P}-implicit.patch
43 }
44
45 src_compile() {
46
47
48
49 1.16 x11-themes/gtk-chtheme/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog?rev=1.16&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog?rev=1.16&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog?r1=1.15&r2=1.16
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v
58 retrieving revision 1.15
59 retrieving revision 1.16
60 diff -u -r1.15 -r1.16
61 --- ChangeLog 27 Jun 2008 13:25:11 -0000 1.15
62 +++ ChangeLog 27 Jun 2008 17:04:19 -0000 1.16
63 @@ -1,6 +1,10 @@
64 # ChangeLog for x11-themes/gtk-chtheme
65 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v 1.15 2008/06/27 13:25:11 ranger Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v 1.16 2008/06/27 17:04:19 gentoofan23 Exp $
68 +
69 + 27 Jun 2008; Thomas Anderson <gentoofan23@g.o>
70 + +files/gtk-chtheme-0.3.1-implicit.patch, gtk-chtheme-0.3.1-r1.ebuild:
71 + Fix implicit declarations of gtk functions.
72
73 27 Jun 2008; Brent Baude <ranger@g.o> gtk-chtheme-0.3.1-r1.ebuild:
74 stable ppc64, bug 215121
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list