Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-timer-plugin: xfce4-timer-plugin-0.6.1.ebuild ChangeLog
Date: Sat, 29 Jan 2011 07:21:44
Message-Id: 20110129072129.62FCC20054@flycatcher.gentoo.org
1 ssuominen 11/01/29 07:21:29
2
3 Modified: xfce4-timer-plugin-0.6.1.ebuild ChangeLog
4 Log:
5 Fix segmentation fault with xfce4-panel >= 4.8 wrt #352988 by Johannes Geiss.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.1.ebuild?r1=1.2&r2=1.3
15
16 Index: xfce4-timer-plugin-0.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- xfce4-timer-plugin-0.6.1.ebuild 8 Oct 2009 17:47:35 -0000 1.2
23 +++ xfce4-timer-plugin-0.6.1.ebuild 29 Jan 2011 07:21:29 -0000 1.3
24 @@ -1,12 +1,12 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.1.ebuild,v 1.2 2009/10/08 17:47:35 darkside Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.1.ebuild,v 1.3 2011/01/29 07:21:29 ssuominen Exp $
30
31 -EAPI=2
32 +EAPI=3
33 inherit xfconf
34
35 -DESCRIPTION="Timer plugin for Xfce4 panel"
36 -HOMEPAGE="http://www.xfce.org/"
37 +DESCRIPTION="A simple timer plug-in for the Xfce desktop environment"
38 +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin"
39 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.6/${P}.tar.bz2"
40
41 LICENSE="GPL-2"
42 @@ -22,6 +22,11 @@
43 dev-util/intltool"
44
45 pkg_setup() {
46 + PATCHES=( "${FILESDIR}"/${P}-segfault_with_48_panel.patch )
47 +
48 + XFCONF=(
49 + --disable-dependency-tracking
50 + )
51 +
52 DOCS="AUTHORS ChangeLog README TODO"
53 - XFCONF="--disable-dependency-tracking"
54 }
55
56
57
58 1.3 xfce-extra/xfce4-timer-plugin/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog?rev=1.3&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog?rev=1.3&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog?r1=1.2&r2=1.3
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v
67 retrieving revision 1.2
68 retrieving revision 1.3
69 diff -u -r1.2 -r1.3
70 --- ChangeLog 8 Oct 2009 17:47:35 -0000 1.2
71 +++ ChangeLog 29 Jan 2011 07:21:29 -0000 1.3
72 @@ -1,6 +1,11 @@
73 # ChangeLog for xfce-extra/xfce4-timer-plugin
74 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.2 2009/10/08 17:47:35 darkside Exp $
76 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
77 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.3 2011/01/29 07:21:29 ssuominen Exp $
78 +
79 + 29 Jan 2011; Samuli Suominen <ssuominen@g.o>
80 + xfce4-timer-plugin-0.6.1.ebuild,
81 + +files/xfce4-timer-plugin-0.6.1-segfault_with_48_panel.patch:
82 + Fix segmentation fault with xfce4-panel >= 4.8 wrt #352988 by Johannes Geiss.
83
84 08 Oct 2009; Jeremy Olexa <darkside@g.o>
85 xfce4-timer-plugin-0.6.1.ebuild: