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/qtnotifydaemon: ChangeLog qtnotifydaemon-1.0.14.ebuild
Date: Mon, 30 Jan 2012 12:31:56
Message-Id: 20120130123145.BDD0B2004B@flycatcher.gentoo.org
1 ssuominen 12/01/30 12:31:45
2
3 Modified: ChangeLog qtnotifydaemon-1.0.14.ebuild
4 Log:
5 Missing x11-libs/qt-qt3support:4 RDEPEND wrt #401309 by James Rowe
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-misc/qtnotifydaemon/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtnotifydaemon/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtnotifydaemon/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtnotifydaemon/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/qtnotifydaemon/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 28 Jan 2012 02:14:54 -0000 1.1
23 +++ ChangeLog 30 Jan 2012 12:31:45 -0000 1.2
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-misc/qtnotifydaemon
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtnotifydaemon/ChangeLog,v 1.1 2012/01/28 02:14:54 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtnotifydaemon/ChangeLog,v 1.2 2012/01/30 12:31:45 ssuominen Exp $
29 +
30 + 30 Jan 2012; Samuli Suominen <ssuominen@g.o>
31 + qtnotifydaemon-1.0.14.ebuild:
32 + Missing x11-libs/qt-qt3support:4 RDEPEND wrt #401309 by James Rowe
33
34 *qtnotifydaemon-1.0.14 (28 Jan 2012)
35
36
37
38
39 1.2 x11-misc/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild?r1=1.1&r2=1.2
44
45 Index: qtnotifydaemon-1.0.14.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- qtnotifydaemon-1.0.14.ebuild 28 Jan 2012 02:14:54 -0000 1.1
52 +++ qtnotifydaemon-1.0.14.ebuild 30 Jan 2012 12:31:45 -0000 1.2
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/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild,v 1.1 2012/01/28 02:14:54 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild,v 1.2 2012/01/30 12:31:45 ssuominen Exp $
58
59 EAPI=4
60 inherit qt4-r2
61 @@ -17,6 +17,7 @@
62 RDEPEND="x11-libs/libX11
63 x11-libs/qt-dbus:4
64 x11-libs/qt-gui:4
65 + x11-libs/qt-qt3support:4
66 !x11-misc/notification-daemon
67 !x11-misc/notify-osd"
68 DEPEND="${RDEPEND}"