Gentoo Archives: gentoo-commits

From: "Michele Noberasco (s4t4n)" <s4t4n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmcalendar: wmcalendar-0.5.2.ebuild ChangeLog
Date: Thu, 22 Jan 2009 15:48:09
Message-Id: E1LQ1me-0008Fs-Tq@stork.gentoo.org
1 s4t4n 09/01/22 15:47:56
2
3 Modified: wmcalendar-0.5.2.ebuild ChangeLog
4 Log:
5 Added patch to rename internal 'kill' function that on some
6 setups conflicts with glibc definition. No point in creating a new
7 package revision since the change is really trivial. Closes bug #248626.
8 Removed old, unused, stale patches.
9 (Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686)
10
11 Revision Changes Path
12 1.4 x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild?r1=1.3&r2=1.4
17
18 Index: wmcalendar-0.5.2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- wmcalendar-0.5.2.ebuild 28 Jun 2008 06:44:41 -0000 1.3
25 +++ wmcalendar-0.5.2.ebuild 22 Jan 2009 15:47:56 -0000 1.4
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2008 Gentoo Foundation
28 +# Copyright 1999-2009 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild,v 1.3 2008/06/28 06:44:41 maekke Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild,v 1.4 2009/01/22 15:47:56 s4t4n Exp $
32
33 inherit eutils toolchain-funcs
34
35 @@ -27,6 +27,7 @@
36 unpack ${A}
37 cd "${S}"
38 epatch "${FILESDIR}"/${P}-exit-sin-and-cos.patch
39 + epatch "${FILESDIR}"/${P}-rename_kill_func.patch
40 }
41
42 src_compile() {
43
44
45
46 1.18 x11-plugins/wmcalendar/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcalendar/ChangeLog?rev=1.18&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcalendar/ChangeLog?rev=1.18&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcalendar/ChangeLog?r1=1.17&r2=1.18
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v
55 retrieving revision 1.17
56 retrieving revision 1.18
57 diff -u -r1.17 -r1.18
58 --- ChangeLog 17 Nov 2008 23:10:32 -0000 1.17
59 +++ ChangeLog 22 Jan 2009 15:47:56 -0000 1.18
60 @@ -1,6 +1,14 @@
61 # ChangeLog for x11-plugins/wmcalendar
62 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.17 2008/11/17 23:10:32 flameeyes Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.18 2009/01/22 15:47:56 s4t4n Exp $
65 +
66 + 22 Jan 2009; Michele Noberasco <s4t4n@g.o> wmcalendar-0.5.2.ebuild,
67 + +files/wmcalendar-0.5.2-rename_kill_func.patch:
68 + Added patch to rename internal 'kill' function that on some
69 + setups conflicts with glibc definition. No point in creating a new
70 + package revision since the change is really trivial. Closes bug #248626.
71 + -files/wmcalendar-0.5.0.makefile.patch, -files/wmcalendar-0.5.0-gcc4.patch:
72 + Removed old, unused, stale patches.
73
74 17 Nov 2008; Diego E. Pettenò <flameeyes@g.o>
75 files/wmcalendar-0.5.0.makefile.patch: