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-terms/guake: ChangeLog guake-0.4.2.ebuild
Date: Sat, 07 Jan 2012 16:19:39
Message-Id: 20120107161930.627992004B@flycatcher.gentoo.org
1 ssuominen 12/01/07 16:19:30
2
3 Modified: ChangeLog guake-0.4.2.ebuild
4 Log:
5 Revert commit for bug 388129 because notify-pthon has depend on libnotify which has depend on virtual for notification-daemon (and guake works fine with any of them)
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 x11-terms/guake/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/guake/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/guake/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/guake/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-terms/guake/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 7 Jan 2012 16:05:26 -0000 1.10
23 +++ ChangeLog 7 Jan 2012 16:19:30 -0000 1.11
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-terms/guake
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/guake/ChangeLog,v 1.10 2012/01/07 16:05:26 sping Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/guake/ChangeLog,v 1.11 2012/01/07 16:19:30 ssuominen Exp $
29 +
30 + 07 Jan 2012; Samuli Suominen <ssuominen@g.o> guake-0.4.2.ebuild:
31 + Revert commit for bug 388129 because notify-pthon has depend on libnotify
32 + which has depend on virtual for notification-daemon (and guake works fine
33 + with any of them)
34
35 07 Jan 2012; Sebastian Pipping <sping@g.o> guake-0.4.2.ebuild:
36 Add x11-misc/notification-daemon to runtime-only dependencies (bug #388129)
37
38
39
40 1.7 x11-terms/guake/guake-0.4.2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/guake/guake-0.4.2.ebuild?rev=1.7&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/guake/guake-0.4.2.ebuild?rev=1.7&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/guake/guake-0.4.2.ebuild?r1=1.6&r2=1.7
45
46 Index: guake-0.4.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-terms/guake/guake-0.4.2.ebuild,v
49 retrieving revision 1.6
50 retrieving revision 1.7
51 diff -u -r1.6 -r1.7
52 --- guake-0.4.2.ebuild 7 Jan 2012 16:05:26 -0000 1.6
53 +++ guake-0.4.2.ebuild 7 Jan 2012 16:19:30 -0000 1.7
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/guake/guake-0.4.2.ebuild,v 1.6 2012/01/07 16:05:26 sping Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/guake/guake-0.4.2.ebuild,v 1.7 2012/01/07 16:19:30 ssuominen Exp $
59
60 EAPI=3
61
62 @@ -19,16 +19,14 @@
63 KEYWORDS="amd64 x86"
64 IUSE="nls"
65
66 -COMMON_DEPEND=">=x11-libs/gtk+-2.10:2
67 +RDEPEND=">=x11-libs/gtk+-2.10:2
68 dev-python/pygtk
69 x11-libs/vte:0[python]
70 dev-python/notify-python
71 dev-python/gconf-python
72 dev-python/dbus-python
73 >=gnome-base/gconf-2"
74 -RDEPEND="${COMMON_DEPEND}
75 - x11-misc/notification-daemon" # bug 388129
76 -DEPEND="${COMMON_DEPEND}
77 +DEPEND="${RDEPEND}
78 dev-util/pkgconfig
79 nls? ( dev-util/intltool )"