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.32.ebuild
Date: Thu, 22 Dec 2011 13:02:59
Message-Id: 20111222130249.5E1492004B@flycatcher.gentoo.org
1 ssuominen 11/12/22 13:02:49
2
3 Modified: ChangeLog notify-osd-0.9.32.ebuild
4 Log:
5 Remove --uninstall argument from gnome2_schemas_update wrt #394739 by Alexandre Rostovtsev
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 x11-misc/notify-osd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 20 Nov 2011 12:12:21 -0000 1.8
23 +++ ChangeLog 22 Dec 2011 13:02:49 -0000 1.9
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-misc/notify-osd
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.8 2011/11/20 12:12:21 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.9 2011/12/22 13:02:49 ssuominen Exp $
29 +
30 + 22 Dec 2011; Samuli Suominen <ssuominen@g.o> notify-osd-0.9.32.ebuild:
31 + Remove --uninstall argument from gnome2_schemas_update wrt #394739 by
32 + Alexandre Rostovtsev
33
34 20 Nov 2011; Samuli Suominen <ssuominen@g.o> metadata.xml:
35 Move to ayatana herd.
36
37
38
39 1.2 x11-misc/notify-osd/notify-osd-0.9.32.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild?r1=1.1&r2=1.2
44
45 Index: notify-osd-0.9.32.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- notify-osd-0.9.32.ebuild 21 Oct 2011 19:24:29 -0000 1.1
52 +++ notify-osd-0.9.32.ebuild 22 Dec 2011 13:02:49 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 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.32.ebuild,v 1.1 2011/10/21 19:24:29 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild,v 1.2 2011/12/22 13:02:49 ssuominen Exp $
58
59 EAPI=4
60 inherit autotools gnome2-utils savedconfig
61 @@ -54,5 +54,5 @@
62 }
63 pkg_postrm() {
64 gnome2_icon_cache_update
65 - gnome2_schemas_update --uninstall
66 + gnome2_schemas_update
67 }