Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/notify-osd: ChangeLog notify-osd-0.9.34.ebuild
Date: Mon, 30 Jul 2012 21:01:44
Message-Id: 20120730210134.8F6472004B@flycatcher.gentoo.org
1 ssuominen 12/07/30 21:01:34
2
3 Modified: ChangeLog notify-osd-0.9.34.ebuild
4 Log:
5 typo
6
7 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.18 x11-misc/notify-osd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 30 Jul 2012 20:59:57 -0000 1.17
23 +++ ChangeLog 30 Jul 2012 21:01:34 -0000 1.18
24 @@ -1,9 +1,9 @@
25 # ChangeLog for x11-misc/notify-osd
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.17 2012/07/30 20:59:57 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.18 2012/07/30 21:01:34 ssuominen Exp $
29
30 30 Jul 2012; Samuli Suominen <ssuominen@g.o> notify-osd-0.9.34.ebuild:
31 - Include osd.c for savedconfig.eclass kept files to make fullscreen mode
32 + Include dnd.c for savedconfig.eclass kept files to make fullscreen mode
33 behavior adjustable with a sledge hammer wrt #428134
34
35 05 May 2012; Jeff Horelick <jdhore@g.o> notify-osd-0.9.34.ebuild:
36
37
38
39 1.5 x11-misc/notify-osd/notify-osd-0.9.34.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.34.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.34.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.34.ebuild?r1=1.4&r2=1.5
44
45 Index: notify-osd-0.9.34.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.34.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- notify-osd-0.9.34.ebuild 30 Jul 2012 20:59:57 -0000 1.4
52 +++ notify-osd-0.9.34.ebuild 30 Jul 2012 21:01:34 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.34.ebuild,v 1.4 2012/07/30 20:59:57 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.34.ebuild,v 1.5 2012/07/30 21:01:34 ssuominen Exp $
58
59 EAPI=4
60 inherit autotools gnome2-utils multilib savedconfig
61 @@ -36,7 +36,7 @@
62
63 src_prepare() {
64 sed -i -e 's:noinst_PROG:check_PROG:' tests/Makefile.am || die
65 - restore_config src/{bubble,defaults,osd}.c #428134
66 + restore_config src/{bubble,defaults,dnd}.c #428134
67 eautoreconf
68 }
69
70 @@ -46,7 +46,7 @@
71
72 src_install() {
73 default
74 - save_config src/{bubble,defaults,osd}.c
75 + save_config src/{bubble,defaults,dnd}.c
76 rm -f "${ED}"/usr/share/${PN}/icons/*/*/*/README
77 }