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-sensors-plugin: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
Date: Mon, 29 Mar 2010 16:55:57
Message-Id: E1NwIFj-0004tJ-IT@stork.gentoo.org
1 ssuominen 10/03/29 16:55:51
2
3 Modified: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
4 Log:
5 Fix building with --disable-notification.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 xfce-extra/xfce4-sensors-plugin/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 29 Mar 2010 16:21:06 -0000 1.6
22 +++ ChangeLog 29 Mar 2010 16:55:51 -0000 1.7
23 @@ -1,11 +1,13 @@
24 # ChangeLog for xfce-extra/xfce4-sensors-plugin
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.6 2010/03/29 16:21:06 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.7 2010/03/29 16:55:51 ssuominen Exp $
28
29 29 Mar 2010; Samuli Suominen <ssuominen@g.o>
30 xfce4-sensors-plugin-1.0.0.ebuild,
31 + +files/xfce4-sensors-plugin-1.0.0-without_libnotify.patch,
32 +files/xfce4-sensors-plugin-1.0.0-missing_includedir.patch:
33 Fix missing -I flag for libxfce4panel headers.
34 + Fix building with --disable-notification.
35
36 29 Mar 2010; Jeremy Olexa <darkside@g.o>
37 xfce4-sensors-plugin-1.0.0.ebuild:
38
39
40
41 1.5 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.5&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.5&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?r1=1.4&r2=1.5
46
47 Index: xfce4-sensors-plugin-1.0.0.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v
50 retrieving revision 1.4
51 retrieving revision 1.5
52 diff -u -r1.4 -r1.5
53 --- xfce4-sensors-plugin-1.0.0.ebuild 29 Mar 2010 16:21:06 -0000 1.4
54 +++ xfce4-sensors-plugin-1.0.0.ebuild 29 Mar 2010 16:55:51 -0000 1.5
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.4 2010/03/29 16:21:06 ssuominen Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.5 2010/03/29 16:55:51 ssuominen Exp $
60
61 EAUTORECONF=yes
62 EAPI=2
63 @@ -43,7 +43,8 @@
64
65 DOCS="AUTHORS ChangeLog NEWS NOTES README TODO"
66
67 - PATCHES=( "${FILESDIR}/${P}-missing_includedir.patch" )
68 + PATCHES=( "${FILESDIR}/${P}-missing_includedir.patch"
69 + "${FILESDIR}/${P}-without_libnotify.patch" )
70 }
71
72 src_prepare() {