public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/vnc: vnc-4.1.2-r4.ebuild ChangeLog
@ 2008-01-22  8:21 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2008-01-22  8:21 UTC (permalink / raw
  To: gentoo-commits

jer         08/01/22 08:21:13

  Modified:             vnc-4.1.2-r4.ebuild ChangeLog
  Log:
  Stable for HPPA too. Fixed quoting issues.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.7                  net-misc/vnc/vnc-4.1.2-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?r1=1.6&r2=1.7

Index: vnc-4.1.2-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vnc-4.1.2-r4.ebuild	14 Jan 2008 20:17:04 -0000	1.6
+++ vnc-4.1.2-r4.ebuild	22 Jan 2008 08:21:13 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.6 2008/01/14 20:17:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.7 2008/01/22 08:21:13 jer Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="latest"
@@ -19,7 +19,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ~ppc ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 hppa ia64 ~mips ~ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="server"
 
 RDEPEND="sys-libs/zlib
@@ -109,7 +109,7 @@
 	fi
 
 	cd "${S}"
-	epatch ${FILESDIR}/${P}-freebsd.patch
+	epatch "${FILESDIR}"/${P}-freebsd.patch
 }
 
 src_compile() {
@@ -154,7 +154,7 @@
 	cd ..
 	dodoc README
 
-	doicon ${FILESDIR}/vncviewer.png
+	doicon "${FILESDIR}"/vncviewer.png
 	make_desktop_entry vncviewer vncviewer vncviewer.png Network
 
 	if use server ; then
@@ -181,5 +181,5 @@
 		rm usr/bin/vncconfig
 	fi
 
-	rm ${D}/usr/$(get_libdir)/librfb.{a,la,so}
+	rm "${D}"/usr/$(get_libdir)/librfb.{a,la,so}
 }



1.100                net-misc/vnc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	14 Jan 2008 20:17:04 -0000	1.99
+++ ChangeLog	22 Jan 2008 08:21:13 -0000	1.100
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/vnc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.99 2008/01/14 20:17:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.100 2008/01/22 08:21:13 jer Exp $
+
+  22 Jan 2008; Jeroen Roovers <jer@gentoo.org> vnc-4.1.2-r4.ebuild:
+  Stable for HPPA too. Fixed quoting issues.
 
   14 Jan 2008; Raúl Porcel <armin76@gentoo.org> vnc-4.1.2-r3.ebuild,
   vnc-4.1.2-r4.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/vnc: vnc-4.1.2-r4.ebuild ChangeLog
@ 2008-03-28 21:18 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2008-03-28 21:18 UTC (permalink / raw
  To: gentoo-commits

ranger      08/03/28 21:18:18

  Modified:             vnc-4.1.2-r4.ebuild ChangeLog
  Log:
  stable ppc, bug 214729
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.10                 net-misc/vnc/vnc-4.1.2-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?r1=1.9&r2=1.10

Index: vnc-4.1.2-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vnc-4.1.2-r4.ebuild	29 Feb 2008 20:15:27 -0000	1.9
+++ vnc-4.1.2-r4.ebuild	28 Mar 2008 21:18:18 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.9 2008/02/29 20:15:27 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.10 2008/03/28 21:18:18 ranger Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="latest"
@@ -19,7 +19,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ia64 ~mips ~ppc ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="server"
 
 RDEPEND="sys-libs/zlib



1.103                net-misc/vnc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?r1=1.102&r2=1.103

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog	29 Feb 2008 20:15:28 -0000	1.102
+++ ChangeLog	28 Mar 2008 21:18:18 -0000	1.103
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/vnc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.102 2008/02/29 20:15:28 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.103 2008/03/28 21:18:18 ranger Exp $
+
+  28 Mar 2008; Brent Baude <ranger@gentoo.org> vnc-4.1.2-r4.ebuild:
+  stable ppc, bug 214729
 
   29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> vnc-4.1.2-r3.ebuild,
   vnc-4.1.2-r4.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/vnc: vnc-4.1.2-r4.ebuild ChangeLog
@ 2008-04-13 13:26 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2008-04-13 13:26 UTC (permalink / raw
  To: gentoo-commits

maekke      08/04/13 13:26:32

  Modified:             vnc-4.1.2-r4.ebuild ChangeLog
  Log:
  amd64 stable, bug #214729
  (Portage version: 2.1.5_rc3)

Revision  Changes    Path
1.11                 net-misc/vnc/vnc-4.1.2-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?r1=1.10&r2=1.11

Index: vnc-4.1.2-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- vnc-4.1.2-r4.ebuild	28 Mar 2008 21:18:18 -0000	1.10
+++ vnc-4.1.2-r4.ebuild	13 Apr 2008 13:26:32 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.10 2008/03/28 21:18:18 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.11 2008/04/13 13:26:32 maekke Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="latest"
@@ -19,7 +19,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="server"
 
 RDEPEND="sys-libs/zlib



1.104                net-misc/vnc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?r1=1.103&r2=1.104

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	28 Mar 2008 21:18:18 -0000	1.103
+++ ChangeLog	13 Apr 2008 13:26:32 -0000	1.104
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/vnc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.103 2008/03/28 21:18:18 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.104 2008/04/13 13:26:32 maekke Exp $
+
+  13 Apr 2008; Markus Meier <maekke@gentoo.org> vnc-4.1.2-r4.ebuild:
+  amd64 stable, bug #214729
 
   28 Mar 2008; Brent Baude <ranger@gentoo.org> vnc-4.1.2-r4.ebuild:
   stable ppc, bug 214729



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/vnc: vnc-4.1.2-r4.ebuild ChangeLog
@ 2008-05-02 15:30 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2008-05-02 15:30 UTC (permalink / raw
  To: gentoo-commits

armin76     08/05/02 15:30:40

  Modified:             vnc-4.1.2-r4.ebuild ChangeLog
  Log:
  Bump patchset to fix build failure with gcc-4.3, bug #212948
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.12                 net-misc/vnc/vnc-4.1.2-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?r1=1.11&r2=1.12

Index: vnc-4.1.2-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vnc-4.1.2-r4.ebuild	13 Apr 2008 13:26:32 -0000	1.11
+++ vnc-4.1.2-r4.ebuild	2 May 2008 15:30:39 -0000	1.12
@@ -1,13 +1,11 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.11 2008/04/13 13:26:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.12 2008/05/02 15:30:39 armin76 Exp $
 
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="latest"
 inherit eutils toolchain-funcs multilib autotools
 
 XSERVER_VERSION="1.3.0.0"
-PATCH="${P}-r4-patches-0.2"
+PATCH="${P}-r4-patches-0.3"
 
 MY_P="vnc-4_1_2-unixsrc"
 DESCRIPTION="Remote desktop viewer display system"



1.105                net-misc/vnc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?r1=1.104&r2=1.105

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog	13 Apr 2008 13:26:32 -0000	1.104
+++ ChangeLog	2 May 2008 15:30:39 -0000	1.105
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/vnc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.104 2008/04/13 13:26:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.105 2008/05/02 15:30:39 armin76 Exp $
+
+  02 May 2008; Raúl Porcel <armin76@gentoo.org> vnc-4.1.2-r4.ebuild:
+  Bump patchset to fix build failure with gcc-4.3, bug #212948
 
   13 Apr 2008; Markus Meier <maekke@gentoo.org> vnc-4.1.2-r4.ebuild:
   amd64 stable, bug #214729



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/vnc: vnc-4.1.2-r4.ebuild ChangeLog
@ 2008-07-05 17:44 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2008-07-05 17:44 UTC (permalink / raw
  To: gentoo-commits

armin76     08/07/05 17:44:38

  Modified:             vnc-4.1.2-r4.ebuild ChangeLog
  Log:
  Fix autoconf failure, bug #220455, thanks to Christopher Covington for the patch
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.13                 net-misc/vnc/vnc-4.1.2-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?r1=1.12&r2=1.13

Index: vnc-4.1.2-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vnc-4.1.2-r4.ebuild	2 May 2008 15:30:39 -0000	1.12
+++ vnc-4.1.2-r4.ebuild	5 Jul 2008 17:44:37 -0000	1.13
@@ -1,11 +1,11 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.12 2008/05/02 15:30:39 armin76 Exp $
+# $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 $
 
 inherit eutils toolchain-funcs multilib autotools
 
 XSERVER_VERSION="1.3.0.0"
-PATCH="${P}-r4-patches-0.3"
+PATCH="${P}-r4-patches-0.4"
 
 MY_P="vnc-4_1_2-unixsrc"
 DESCRIPTION="Remote desktop viewer display system"



1.106                net-misc/vnc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?r1=1.105&r2=1.106

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	2 May 2008 15:30:39 -0000	1.105
+++ ChangeLog	5 Jul 2008 17:44:37 -0000	1.106
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/vnc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.105 2008/05/02 15:30:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.106 2008/07/05 17:44:37 armin76 Exp $
+
+  05 Jul 2008; Raúl Porcel <armin76@gentoo.org> vnc-4.1.2-r4.ebuild:
+  Fix autoconf failure, bug #220455, thanks to Christopher Covington for the
+  patch
 
   02 May 2008; Raúl Porcel <armin76@gentoo.org> vnc-4.1.2-r4.ebuild:
   Bump patchset to fix build failure with gcc-4.3, bug #212948



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/vnc: vnc-4.1.2-r4.ebuild ChangeLog
@ 2008-08-27 20:36 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2008-08-27 20:36 UTC (permalink / raw
  To: gentoo-commits

armin76     08/08/27 20:36:37

  Modified:             vnc-4.1.2-r4.ebuild ChangeLog
  Log:
  Mark -arm
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.14                 net-misc/vnc/vnc-4.1.2-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?rev=1.14&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?r1=1.13&r2=1.14

Index: vnc-4.1.2-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vnc-4.1.2-r4.ebuild	5 Jul 2008 17:44:37 -0000	1.13
+++ vnc-4.1.2-r4.ebuild	27 Aug 2008 20:36:37 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit eutils toolchain-funcs multilib autotools
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 -arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="server"
 
 RDEPEND="sys-libs/zlib



1.108                net-misc/vnc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?r1=1.107&r2=1.108

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog	14 Jul 2008 17:39:19 -0000	1.107
+++ ChangeLog	27 Aug 2008 20:36:37 -0000	1.108
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/vnc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.107 2008/07/14 17:39:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.108 2008/08/27 20:36:37 armin76 Exp $
+
+  27 Aug 2008; Raúl Porcel <armin76@gentoo.org> vnc-4.1.2-r4.ebuild:
+  Mark -arm
 
   14 Jul 2008; Raúl Porcel <armin76@gentoo.org> files/vnc.initd:
   Fix init script, bug #231492






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/vnc: vnc-4.1.2-r4.ebuild ChangeLog
@ 2008-10-05 20:55 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2008-10-05 20:55 UTC (permalink / raw
  To: gentoo-commits

armin76     08/10/05 20:55:14

  Modified:             vnc-4.1.2-r4.ebuild ChangeLog
  Log:
  Add patch to fix libtool-2.2 failure, bug #237611
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.15                 net-misc/vnc/vnc-4.1.2-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild?r1=1.14&r2=1.15

Index: vnc-4.1.2-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- vnc-4.1.2-r4.ebuild	27 Aug 2008 20:36:37 -0000	1.14
+++ vnc-4.1.2-r4.ebuild	5 Oct 2008 20:55:14 -0000	1.15
@@ -1,11 +1,11 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.15 2008/10/05 20:55:14 armin76 Exp $
 
 inherit eutils toolchain-funcs multilib autotools
 
 XSERVER_VERSION="1.3.0.0"
-PATCH="${P}-r4-patches-0.4"
+PATCH="${P}-r4-patches-0.5"
 
 MY_P="vnc-4_1_2-unixsrc"
 DESCRIPTION="Remote desktop viewer display system"
@@ -51,6 +51,7 @@
 		x11-proto/fixesproto
 		x11-proto/fontsproto
 		x11-proto/randrproto
+		~x11-proto/renderproto-0.9.2
 		x11-proto/resourceproto
 		x11-proto/scrnsaverproto
 		x11-proto/trapproto



1.109                net-misc/vnc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vnc/ChangeLog?r1=1.108&r2=1.109

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	27 Aug 2008 20:36:37 -0000	1.108
+++ ChangeLog	5 Oct 2008 20:55:14 -0000	1.109
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/vnc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.108 2008/08/27 20:36:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.109 2008/10/05 20:55:14 armin76 Exp $
+
+  05 Oct 2008; Raúl Porcel <armin76@gentoo.org> vnc-4.1.2-r4.ebuild:
+  Add patch to fix libtool-2.2 failure, bug #237611
 
   27 Aug 2008; Raúl Porcel <armin76@gentoo.org> vnc-4.1.2-r4.ebuild:
   Mark -arm






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-10-05 20:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-27 20:36 [gentoo-commits] gentoo-x86 commit in net-misc/vnc: vnc-4.1.2-r4.ebuild ChangeLog Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-05 20:55 Raul Porcel (armin76)
2008-07-05 17:44 Raul Porcel (armin76)
2008-05-02 15:30 Raul Porcel (armin76)
2008-04-13 13:26 Markus Meier (maekke)
2008-03-28 21:18 Brent Baude (ranger)
2008-01-22  8:21 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox