Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: ChangeLog notify-python-0.1.1-r2.ebuild
Date: Mon, 28 Nov 2011 17:12:50
Message-Id: 20111128171231.3FBC82004B@flycatcher.gentoo.org
1 ssuominen 11/11/28 17:12:31
2
3 Modified: ChangeLog notify-python-0.1.1-r2.ebuild
4 Log:
5 Force more recent dev-python/pygtk to avoid update problems wrt forum post.
6
7 (Portage version: 2.2.0_alpha78/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.35 dev-python/notify-python/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.35&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.35&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.34&r2=1.35
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
19 retrieving revision 1.34
20 retrieving revision 1.35
21 diff -u -r1.34 -r1.35
22 --- ChangeLog 10 Aug 2011 21:19:48 -0000 1.34
23 +++ ChangeLog 28 Nov 2011 17:12:31 -0000 1.35
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-python/notify-python
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.34 2011/08/10 21:19:48 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.35 2011/11/28 17:12:31 ssuominen Exp $
29 +
30 + 28 Nov 2011; Samuli Suominen <ssuominen@g.o>
31 + notify-python-0.1.1-r2.ebuild:
32 + Force more recent dev-python/pygtk to avoid update problems wrt forum post.
33
34 10 Aug 2011; Markus Meier <maekke@g.o> notify-python-0.1.1-r2.ebuild:
35 arm stable, bug #349496
36
37
38
39 1.8 dev-python/notify-python/notify-python-0.1.1-r2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild?r1=1.7&r2=1.8
44
45 Index: notify-python-0.1.1-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- notify-python-0.1.1-r2.ebuild 10 Aug 2011 21:19:48 -0000 1.7
52 +++ notify-python-0.1.1-r2.ebuild 28 Nov 2011 17:12:31 -0000 1.8
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/dev-python/notify-python/notify-python-0.1.1-r2.ebuild,v 1.7 2011/08/10 21:19:48 maekke Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild,v 1.8 2011/11/28 17:12:31 ssuominen Exp $
58
59 EAPI="3"
60 PYTHON_DEPEND="2"
61 @@ -18,7 +18,7 @@
62 KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
63 IUSE="examples"
64
65 -RDEPEND=">=dev-python/pygtk-2.4.0
66 +RDEPEND=">=dev-python/pygtk-2.24:2
67 >=x11-libs/libnotify-0.7"
68 DEPEND="${RDEPEND}
69 >=dev-util/pkgconfig-0.9"