Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/vnc: vnc-4.1.2-r4.ebuild ChangeLog
Date: Wed, 27 Aug 2008 20:36:40
Message-Id: E1KYRkr-00017i-NY@stork.gentoo.org
1 armin76 08/08/27 20:36:37
2
3 Modified: vnc-4.1.2-r4.ebuild ChangeLog
4 Log:
5 Mark -arm
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.14 net-misc/vnc/vnc-4.1.2-r4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?r1=1.13&r2=1.14
14
15 Index: vnc-4.1.2-r4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- vnc-4.1.2-r4.ebuild 5 Jul 2008 17:44:37 -0000 1.13
22 +++ vnc-4.1.2-r4.ebuild 27 Aug 2008 20:36:37 -0000 1.14
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.13 2008/07/05 17:44:37 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.14 2008/08/27 20:36:37 armin76 Exp $
28
29 inherit eutils toolchain-funcs multilib autotools
30
31 @@ -17,7 +17,7 @@
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
36 +KEYWORDS="alpha amd64 -arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
37 IUSE="server"
38
39 RDEPEND="sys-libs/zlib
40
41
42
43 1.108 net-misc/vnc/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?rev=1.108&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?rev=1.108&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?r1=1.107&r2=1.108
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v
52 retrieving revision 1.107
53 retrieving revision 1.108
54 diff -u -r1.107 -r1.108
55 --- ChangeLog 14 Jul 2008 17:39:19 -0000 1.107
56 +++ ChangeLog 27 Aug 2008 20:36:37 -0000 1.108
57 @@ -1,6 +1,9 @@
58 # ChangeLog for net-misc/vnc
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.107 2008/07/14 17:39:19 armin76 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.108 2008/08/27 20:36:37 armin76 Exp $
62 +
63 + 27 Aug 2008; Raúl Porcel <armin76@g.o> vnc-4.1.2-r4.ebuild:
64 + Mark -arm
65
66 14 Jul 2008; Raúl Porcel <armin76@g.o> files/vnc.initd:
67 Fix init script, bug #231492