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-datetime-plugin: xfce4-datetime-plugin-0.6.1.ebuild ChangeLog
Date: Tue, 24 Aug 2010 03:05:43
Message-Id: 20100824030539.28E3520051@flycatcher.gentoo.org
1 ssuominen 10/08/24 03:05:39
2
3 Modified: xfce4-datetime-plugin-0.6.1.ebuild ChangeLog
4 Log:
5 Fix deprecated entry in .desktop file.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild?r1=1.3&r2=1.4
14
15 Index: xfce4-datetime-plugin-0.6.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- xfce4-datetime-plugin-0.6.1.ebuild 5 Aug 2010 23:05:49 -0000 1.3
22 +++ xfce4-datetime-plugin-0.6.1.ebuild 24 Aug 2010 03:05:39 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild,v 1.3 2010/08/05 23:05:49 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild,v 1.4 2010/08/24 03:05:39 ssuominen Exp $
28
29 EAPI=2
30 inherit xfconf
31 @@ -23,8 +23,18 @@
32 dev-util/intltool"
33
34 pkg_setup() {
35 - DOCS="AUTHORS ChangeLog NEWS THANKS"
36 + # static, http://bugzilla.xfce.org/show_bug.cgi?id=6659
37 XFCONF="--disable-dependency-tracking
38 --disable-static
39 $(xfconf_use_debug)"
40 + DOCS="AUTHORS ChangeLog NEWS THANKS"
41 +}
42 +
43 +src_prepare() {
44 + # Encoding, http://bugzilla.xfce.org/show_bug.cgi?id=6660
45 + sed -i \
46 + -e '/Encoding/d' \
47 + panel-plugin/datetime.desktop.in.in || die
48 +
49 + xfconf_src_prepare
50 }
51
52
53
54 1.4 xfce-extra/xfce4-datetime-plugin/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-datetime-plugin/ChangeLog?rev=1.4&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-datetime-plugin/ChangeLog?rev=1.4&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-datetime-plugin/ChangeLog?r1=1.3&r2=1.4
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime-plugin/ChangeLog,v
63 retrieving revision 1.3
64 retrieving revision 1.4
65 diff -u -r1.3 -r1.4
66 --- ChangeLog 5 Aug 2010 23:05:49 -0000 1.3
67 +++ ChangeLog 24 Aug 2010 03:05:39 -0000 1.4
68 @@ -1,6 +1,10 @@
69 # ChangeLog for xfce-extra/xfce4-datetime-plugin
70 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime-plugin/ChangeLog,v 1.3 2010/08/05 23:05:49 ssuominen Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime-plugin/ChangeLog,v 1.4 2010/08/24 03:05:39 ssuominen Exp $
73 +
74 + 24 Aug 2010; Samuli Suominen <ssuominen@g.o>
75 + xfce4-datetime-plugin-0.6.1.ebuild:
76 + Fix deprecated entry in .desktop file.
77
78 05 Aug 2010; Samuli Suominen <ssuominen@g.o>
79 xfce4-datetime-plugin-0.6.1.ebuild: