Gentoo Archives: gentoo-commits

From: "Tristan Heaven (tristan)" <tristan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/revelation: revelation-0.4.13.ebuild ChangeLog
Date: Tue, 29 May 2012 11:35:22
Message-Id: 20120529113246.873172004B@flycatcher.gentoo.org
1 tristan 12/05/29 11:32:46
2
3 Modified: revelation-0.4.13.ebuild ChangeLog
4 Log:
5 Fix dependencies as pointed out by Mikel Olasagasti
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-misc/revelation/revelation-0.4.13.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/revelation-0.4.13.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/revelation-0.4.13.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/revelation-0.4.13.ebuild?r1=1.1&r2=1.2
15
16 Index: revelation-0.4.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.13.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- revelation-0.4.13.ebuild 28 May 2012 21:58:14 -0000 1.1
23 +++ revelation-0.4.13.ebuild 29 May 2012 11:32:46 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.13.ebuild,v 1.1 2012/05/28 21:58:14 tristan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.13.ebuild,v 1.2 2012/05/29 11:32:46 tristan Exp $
29
30 EAPI=4
31
32 @@ -22,11 +22,12 @@
33 RDEPEND="dev-python/pygtk
34 dev-python/pycrypto
35 dev-python/gconf-python
36 - dev-python/gnome-vfs-python
37 - dev-python/libbonobo-python
38 dev-python/libgnome-python
39 sys-libs/cracklib[python]
40 - applet? ( dev-python/gnome-applets-python )"
41 + applet? (
42 + dev-python/gnome-applets-python
43 + dev-python/libbonobo-python
44 + )"
45 DEPEND="${RDEPEND}"
46
47 pkg_setup() {
48
49
50
51 1.24 x11-misc/revelation/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.24&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.24&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/ChangeLog?r1=1.23&r2=1.24
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v
60 retrieving revision 1.23
61 retrieving revision 1.24
62 diff -u -r1.23 -r1.24
63 --- ChangeLog 28 May 2012 21:58:14 -0000 1.23
64 +++ ChangeLog 29 May 2012 11:32:46 -0000 1.24
65 @@ -1,6 +1,9 @@
66 # ChangeLog for x11-misc/revelation
67 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.23 2012/05/28 21:58:14 tristan Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.24 2012/05/29 11:32:46 tristan Exp $
70 +
71 + 29 May 2012; Tristan Heaven <tristan@g.o> revelation-0.4.13.ebuild:
72 + Fix dependencies as pointed out by Mikel Olasagasti
73
74 *revelation-0.4.13 (28 May 2012)