public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: gtk-vnc-0.3.10.ebuild ChangeLog
@ 2009-10-22 22:33 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 8+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-10-22 22:33 UTC (permalink / raw
  To: gentoo-commits

eva         09/10/22 22:33:00

  Modified:             ChangeLog
  Added:                gtk-vnc-0.3.10.ebuild
  Log:
  Version bump. I18n, depth color and full screen updates support. Clean up old revisions.
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 net-libs/gtk-vnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	5 Oct 2009 16:38:02 -0000	1.36
+++ ChangeLog	22 Oct 2009 22:33:00 -0000	1.37
@@ -1,6 +1,13 @@
 # ChangeLog for net-libs/gtk-vnc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.36 2009/10/05 16:38:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.37 2009/10/22 22:33:00 eva Exp $
+
+*gtk-vnc-0.3.10 (22 Oct 2009)
+
+  22 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org>
+  +gtk-vnc-0.3.10.ebuild:
+  Version bump. I18n, depth color and full screen updates support. Clean up
+  old revisions.
 
   05 Oct 2009; Raúl Porcel <armin76@gentoo.org> gtk-vnc-0.3.8-r1.ebuild:
   ia64/sparc stable wrt #279511



1.1                  net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?rev=1.1&content-type=text/plain

Index: gtk-vnc-0.3.10.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v 1.1 2009/10/22 22:33:00 eva Exp $

EAPI="2"

inherit base gnome.org

DESCRIPTION="VNC viewer widget for GTK."
HOMEPAGE="http://live.gnome.org/gtk-vnc"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="examples python sasl"

# libview is used in examples/gvncviewer -- no need
# TODO: review nsplugin when it will be considered less experimental

RDEPEND=">=x11-libs/gtk+-2.10
	>=net-libs/gnutls-1.4
	x11-libs/cairo
	python? ( >=dev-python/pygtk-2 )
	sasl? ( dev-libs/cyrus-sasl )"
DEPEND="${RDEPEND}
	>=dev-lang/perl-5
	dev-util/pkgconfig
	sys-devel/gettext
	>=dev-util/intltool-0.35"

src_configure() {
	econf \
		$(use_with examples) \
		$(use_with python) \
		$(use_with sasl) \
		--with-coroutine=gthread \
		--without-libview
}






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

* [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: gtk-vnc-0.3.10.ebuild ChangeLog
@ 2009-11-19 13:29 Mart Raudsepp (leio)
  0 siblings, 0 replies; 8+ messages in thread
From: Mart Raudsepp (leio) @ 2009-11-19 13:29 UTC (permalink / raw
  To: gentoo-commits

leio        09/11/19 13:29:30

  Modified:             gtk-vnc-0.3.10.ebuild ChangeLog
  Log:
  Install documentation files (NEWS, ChangeLog, etc)
  (Portage version: 2.2_rc50/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?r1=1.1&r2=1.2

Index: gtk-vnc-0.3.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtk-vnc-0.3.10.ebuild	22 Oct 2009 22:33:00 -0000	1.1
+++ gtk-vnc-0.3.10.ebuild	19 Nov 2009 13:29:30 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v 1.1 2009/10/22 22:33:00 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v 1.2 2009/11/19 13:29:30 leio Exp $
 
 EAPI="2"
 
@@ -36,3 +36,8 @@
 		--with-coroutine=gthread \
 		--without-libview
 }
+
+src_install() {
+	base_src_install
+	dodoc AUTHORS ChangeLog NEWS README
+}



1.39                 net-libs/gtk-vnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	18 Nov 2009 04:44:59 -0000	1.38
+++ ChangeLog	19 Nov 2009 13:29:30 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/gtk-vnc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.38 2009/11/18 04:44:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.39 2009/11/19 13:29:30 leio Exp $
+
+  19 Nov 2009; Mart Raudsepp <leio@gentoo.org> gtk-vnc-0.3.10.ebuild:
+  Install documentation files (NEWS, ChangeLog, etc)
 
   18 Nov 2009; Jeroen Roovers <jer@gentoo.org> gtk-vnc-0.3.8-r1.ebuild:
   Stable for HPPA (bug #279511).






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

* [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: gtk-vnc-0.3.10.ebuild ChangeLog
@ 2010-03-11 20:54 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2010-03-11 20:54 UTC (permalink / raw
  To: gentoo-commits

pacho       10/03/11 20:54:54

  Modified:             gtk-vnc-0.3.10.ebuild ChangeLog
  Log:
  amd64 stable, bug 308549
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?r1=1.2&r2=1.3

Index: gtk-vnc-0.3.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gtk-vnc-0.3.10.ebuild	19 Nov 2009 13:29:30 -0000	1.2
+++ gtk-vnc-0.3.10.ebuild	11 Mar 2010 20:54:53 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v 1.2 2009/11/19 13:29:30 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v 1.3 2010/03/11 20:54:53 pacho Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="examples python sasl"
 
 # libview is used in examples/gvncviewer -- no need



1.41                 net-libs/gtk-vnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	28 Nov 2009 17:43:41 -0000	1.40
+++ ChangeLog	11 Mar 2010 20:54:53 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/gtk-vnc
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.40 2009/11/28 17:43:41 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.41 2010/03/11 20:54:53 pacho Exp $
+
+  11 Mar 2010; Pacho Ramos <pacho@gentoo.org> gtk-vnc-0.3.10.ebuild:
+  amd64 stable, bug 308549
 
   28 Nov 2009; Raúl Porcel <armin76@gentoo.org> gtk-vnc-0.3.8-r1.ebuild:
   alpha stable






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

* [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: gtk-vnc-0.3.10.ebuild ChangeLog
@ 2010-03-12 21:24 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2010-03-12 21:24 UTC (permalink / raw
  To: gentoo-commits

ranger      10/03/12 21:24:19

  Modified:             gtk-vnc-0.3.10.ebuild ChangeLog
  Log:
  Marking gtk-vnc-0.3.10 ppc64 for bug 308549
  (Portage version: 2.1.7.17/cvs/Linux ppc64)

Revision  Changes    Path
1.4                  net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?r1=1.3&r2=1.4

Index: gtk-vnc-0.3.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gtk-vnc-0.3.10.ebuild	11 Mar 2010 20:54:53 -0000	1.3
+++ gtk-vnc-0.3.10.ebuild	12 Mar 2010 21:24:18 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v 1.3 2010/03/11 20:54:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v 1.4 2010/03/12 21:24:18 ranger Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="examples python sasl"
 
 # libview is used in examples/gvncviewer -- no need



1.42                 net-libs/gtk-vnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	11 Mar 2010 20:54:53 -0000	1.41
+++ ChangeLog	12 Mar 2010 21:24:18 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/gtk-vnc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.41 2010/03/11 20:54:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.42 2010/03/12 21:24:18 ranger Exp $
+
+  12 Mar 2010; Brent Baude <ranger@gentoo.org> gtk-vnc-0.3.10.ebuild:
+  Marking gtk-vnc-0.3.10 ppc64 stable for bug 308549
 
   11 Mar 2010; Pacho Ramos <pacho@gentoo.org> gtk-vnc-0.3.10.ebuild:
   amd64 stable, bug 308549






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

* [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: gtk-vnc-0.3.10.ebuild ChangeLog
@ 2010-03-15 18:58 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-03-15 18:58 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/03/15 18:58:14

  Modified:             gtk-vnc-0.3.10.ebuild ChangeLog
  Log:
  ppc stable #308549
  (Portage version: 2.1.7.17/cvs/Linux ppc)

Revision  Changes    Path
1.5                  net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?r1=1.4&r2=1.5

Index: gtk-vnc-0.3.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtk-vnc-0.3.10.ebuild	12 Mar 2010 21:24:18 -0000	1.4
+++ gtk-vnc-0.3.10.ebuild	15 Mar 2010 18:58:13 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v 1.4 2010/03/12 21:24:18 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v 1.5 2010/03/15 18:58:13 nixnut Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="examples python sasl"
 
 # libview is used in examples/gvncviewer -- no need



1.43                 net-libs/gtk-vnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	12 Mar 2010 21:24:18 -0000	1.42
+++ ChangeLog	15 Mar 2010 18:58:13 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/gtk-vnc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.42 2010/03/12 21:24:18 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.43 2010/03/15 18:58:13 nixnut Exp $
+
+  15 Mar 2010; nixnut <nixnut@gentoo.org> gtk-vnc-0.3.10.ebuild:
+  ppc stable #308549
 
   12 Mar 2010; Brent Baude <ranger@gentoo.org> gtk-vnc-0.3.10.ebuild:
   Marking gtk-vnc-0.3.10 ppc64 stable for bug 308549






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

* [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: gtk-vnc-0.3.10.ebuild ChangeLog
@ 2010-03-16 18:45 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-03-16 18:45 UTC (permalink / raw
  To: gentoo-commits

fauli       10/03/16 18:45:13

  Modified:             gtk-vnc-0.3.10.ebuild ChangeLog
  Log:
  stable x86, bug 308549
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.6                  net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?r1=1.5&r2=1.6

Index: gtk-vnc-0.3.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gtk-vnc-0.3.10.ebuild	15 Mar 2010 18:58:13 -0000	1.5
+++ gtk-vnc-0.3.10.ebuild	16 Mar 2010 18:45:12 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v 1.5 2010/03/15 18:58:13 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v 1.6 2010/03/16 18:45:12 fauli Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="examples python sasl"
 
 # libview is used in examples/gvncviewer -- no need



1.44                 net-libs/gtk-vnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	15 Mar 2010 18:58:13 -0000	1.43
+++ ChangeLog	16 Mar 2010 18:45:12 -0000	1.44
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/gtk-vnc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.43 2010/03/15 18:58:13 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.44 2010/03/16 18:45:12 fauli Exp $
+
+  16 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
+  gtk-vnc-0.3.10.ebuild:
+  stable x86, bug 308549
 
   15 Mar 2010; nixnut <nixnut@gentoo.org> gtk-vnc-0.3.10.ebuild:
   ppc stable #308549






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

* [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: gtk-vnc-0.3.10.ebuild ChangeLog
@ 2010-04-05 14:56 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-04-05 14:56 UTC (permalink / raw
  To: gentoo-commits

armin76     10/04/05 14:56:47

  Modified:             gtk-vnc-0.3.10.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable wrt #308549
  (Portage version: 2.1.7.17/cvs/Linux ia64)

Revision  Changes    Path
1.7                  net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild

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

Index: gtk-vnc-0.3.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gtk-vnc-0.3.10.ebuild	16 Mar 2010 18:45:12 -0000	1.6
+++ gtk-vnc-0.3.10.ebuild	5 Apr 2010 14:56:47 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v 1.6 2010/03/16 18:45:12 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v 1.7 2010/04/05 14:56:47 armin76 Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="examples python sasl"
 
 # libview is used in examples/gvncviewer -- no need



1.45                 net-libs/gtk-vnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	16 Mar 2010 18:45:12 -0000	1.44
+++ ChangeLog	5 Apr 2010 14:56:47 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/gtk-vnc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.44 2010/03/16 18:45:12 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.45 2010/04/05 14:56:47 armin76 Exp $
+
+  05 Apr 2010; Raúl Porcel <armin76@gentoo.org> gtk-vnc-0.3.10.ebuild:
+  alpha/ia64/sparc stable wrt #308549
 
   16 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
   gtk-vnc-0.3.10.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: gtk-vnc-0.3.10.ebuild ChangeLog
@ 2010-06-13 12:08 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2010-06-13 12:08 UTC (permalink / raw
  To: gentoo-commits

pacho       10/06/13 12:08:27

  Modified:             gtk-vnc-0.3.10.ebuild ChangeLog
  Log:
  Fix intltoolize broken file
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild?r1=1.7&r2=1.8

Index: gtk-vnc-0.3.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gtk-vnc-0.3.10.ebuild	5 Apr 2010 14:56:47 -0000	1.7
+++ gtk-vnc-0.3.10.ebuild	13 Jun 2010 12:08:27 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v 1.7 2010/04/05 14:56:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.10.ebuild,v 1.8 2010/06/13 12:08:27 pacho Exp $
 
 EAPI="2"
 
@@ -28,6 +28,12 @@
 	sys-devel/gettext
 	>=dev-util/intltool-0.35"
 
+src_prepare() {
+	# Fix intltoolize broken file, see upstream #577133
+	sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
+		|| die "sed failed"
+}
+
 src_configure() {
 	econf \
 		$(use_with examples) \



1.46                 net-libs/gtk-vnc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	5 Apr 2010 14:56:47 -0000	1.45
+++ ChangeLog	13 Jun 2010 12:08:27 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/gtk-vnc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.45 2010/04/05 14:56:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.46 2010/06/13 12:08:27 pacho Exp $
+
+  13 Jun 2010; Pacho Ramos <pacho@gentoo.org> gtk-vnc-0.3.10.ebuild:
+  Fix intltoolize broken file
 
   05 Apr 2010; Raúl Porcel <armin76@gentoo.org> gtk-vnc-0.3.10.ebuild:
   alpha/ia64/sparc stable wrt #308549






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

end of thread, other threads:[~2010-06-13 13:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-19 13:29 [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: gtk-vnc-0.3.10.ebuild ChangeLog Mart Raudsepp (leio)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-13 12:08 Pacho Ramos (pacho)
2010-04-05 14:56 Raul Porcel (armin76)
2010-03-16 18:45 Christian Faulhammer (fauli)
2010-03-15 18:58 Gysbert Wassenaar (nixnut)
2010-03-12 21:24 Brent Baude (ranger)
2010-03-11 20:54 Pacho Ramos (pacho)
2009-10-22 22:33 Gilles Dartiguelongue (eva)

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