Gentoo Archives: gentoo-commits

From: "Michele Noberasco (s4t4n)" <s4t4n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmnd: wmnd-0.4.13.ebuild ChangeLog wmnd-0.4.11-r1.ebuild
Date: Mon, 06 Sep 2010 12:56:18
Message-Id: 20100906125610.DE6FE20051@flycatcher.gentoo.org
1 s4t4n 10/09/06 12:56:10
2
3 Modified: wmnd-0.4.13.ebuild ChangeLog
4 Removed: wmnd-0.4.11-r1.ebuild
5 Log:
6 Fix DEPEND and RDEPEND. Closes bug #276405.
7 Wiped out oldest version.
8 (Portage version: 2.1.8.3/cvs/Linux i686)
9
10 Revision Changes Path
11 1.7 x11-plugins/wmnd/wmnd-0.4.13.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.13.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.13.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.13.ebuild?r1=1.6&r2=1.7
16
17 Index: wmnd-0.4.13.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.13.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- wmnd-0.4.13.ebuild 25 Aug 2010 16:01:06 -0000 1.6
24 +++ wmnd-0.4.13.ebuild 6 Sep 2010 12:56:10 -0000 1.7
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.13.ebuild,v 1.6 2010/08/25 16:01:06 darkside Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.13.ebuild,v 1.7 2010/09/06 12:56:10 s4t4n Exp $
30
31 EAPI=3
32
33 @@ -16,10 +16,10 @@
34 RDEPEND="x11-libs/libX11
35 x11-libs/libXext
36 x11-libs/libXt
37 - x11-libs/libXpm"
38 -DEPEND="${RDEPEND}
39 - x11-proto/xextproto
40 + x11-libs/libXpm
41 snmp? ( >=net-analyzer/net-snmp-5.2.1 )"
42 +DEPEND="${RDEPEND}
43 + x11-proto/xextproto"
44
45 src_configure()
46 {
47
48
49
50 1.48 x11-plugins/wmnd/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmnd/ChangeLog?rev=1.48&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmnd/ChangeLog?rev=1.48&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmnd/ChangeLog?r1=1.47&r2=1.48
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v
59 retrieving revision 1.47
60 retrieving revision 1.48
61 diff -u -r1.47 -r1.48
62 --- ChangeLog 25 Aug 2010 16:01:06 -0000 1.47
63 +++ ChangeLog 6 Sep 2010 12:56:10 -0000 1.48
64 @@ -1,6 +1,11 @@
65 # ChangeLog for x11-plugins/wmnd
66 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.47 2010/08/25 16:01:06 darkside Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.48 2010/09/06 12:56:10 s4t4n Exp $
69 +
70 + 06 Sep 2010; Michele Noberasco <s4t4n@g.o> wmnd-0.4.13.ebuild:
71 + Fix DEPEND and RDEPEND. Closes bug #276405.
72 + -wmnd-0.4.11-r1.ebuild:
73 + Wiped out oldest version.
74
75 25 Aug 2010; Jeremy Olexa <darkside@g.o> wmnd-0.4.13.ebuild:
76 Migrate changes from Gentoo Prefix overlay. KEYWORDS, EAPI3. Approved by