Gentoo Archives: gentoo-commits

From: "David Shakaryan (omp)" <omp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/vnc2swf: vnc2swf-0.5.0.ebuild ChangeLog
Date: Sun, 28 Oct 2007 17:18:12
Message-Id: E1ImBm3-0007GP-Gz@stork.gentoo.org
1 omp 07/10/28 17:18:07
2
3 Modified: vnc2swf-0.5.0.ebuild ChangeLog
4 Log:
5 Remove media-libs/ming dependency. (bug #197258)
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.3 x11-misc/vnc2swf/vnc2swf-0.5.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.5.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.5.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.5.0.ebuild?r1=1.2&r2=1.3
14
15 Index: vnc2swf-0.5.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.5.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- vnc2swf-0.5.0.ebuild 22 Jul 2007 03:40:51 -0000 1.2
22 +++ vnc2swf-0.5.0.ebuild 28 Oct 2007 17:18:06 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.5.0.ebuild,v 1.2 2007/07/22 03:40:51 dberkholz Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.5.0.ebuild,v 1.3 2007/10/28 17:18:06 omp Exp $
28
29 inherit eutils
30
31 @@ -14,17 +14,16 @@
32 IUSE="x11vnc"
33
34 RDEPEND="x11-libs/libX11
35 - x11-libs/libXmu
36 - x11-libs/libXt
37 x11-libs/libXaw
38 - x11-libs/libXext"
39 + x11-libs/libXext
40 + x11-libs/libXmu
41 + x11-libs/libXt"
42 DEPEND="${RDEPEND}
43 x11-proto/xextproto
44 x11-proto/xproto
45 - >=media-libs/ming-0.2a
46 sys-apps/sed
47 - x11vnc? ( x11-misc/x11vnc )
48 - sys-libs/zlib"
49 + sys-libs/zlib
50 + x11vnc? ( x11-misc/x11vnc )"
51
52 src_unpack() {
53 unpack ${A}
54
55
56
57 1.19 x11-misc/vnc2swf/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vnc2swf/ChangeLog?rev=1.19&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vnc2swf/ChangeLog?rev=1.19&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vnc2swf/ChangeLog?r1=1.18&r2=1.19
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/ChangeLog,v
66 retrieving revision 1.18
67 retrieving revision 1.19
68 diff -u -r1.18 -r1.19
69 --- ChangeLog 22 Aug 2007 17:20:45 -0000 1.18
70 +++ ChangeLog 28 Oct 2007 17:18:06 -0000 1.19
71 @@ -1,6 +1,9 @@
72 # ChangeLog for x11-misc/vnc2swf
73 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/ChangeLog,v 1.18 2007/08/22 17:20:45 coldwind Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/ChangeLog,v 1.19 2007/10/28 17:18:06 omp Exp $
76 +
77 + 28 Oct 2007; David Shakaryan <omp@g.o> vnc2swf-0.5.0.ebuild:
78 + Remove media-libs/ming dependency. (bug #197258)
79
80 22 Aug 2007; Santiago M. Mola <coldwind@g.o> metadata.xml:
81 Fix metadata.xml. bug #187277 thanks to Daniel Pielmeier
82
83
84
85 --
86 gentoo-commits@g.o mailing list