public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: ChangeLog gtk-vnc-0.3.4.ebuild
@ 2008-03-23  0:32 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-03-23  0:32 UTC (permalink / raw
  To: gentoo-commits

eva         08/03/23 00:32:32

  Modified:             ChangeLog
  Added:                gtk-vnc-0.3.4.ebuild
  Log:
  bump to 0.3.4, fix dependencies a bit, bug #211958
  (Portage version: 2.1.4.4)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	26 Feb 2008 12:15:46 -0000	1.6
+++ ChangeLog	23 Mar 2008 00:32:31 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/gtk-vnc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.6 2008/02/26 12:15:46 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.7 2008/03/23 00:32:31 eva Exp $
+
+*gtk-vnc-0.3.4 (23 Mar 2008)
+
+  23 Mar 2008; Gilles Dartiguelongue <eva@gentoo.org> +gtk-vnc-0.3.4.ebuild:
+  bump to 0.3.4, fix dependencies a bit, bug #211958
 
 *gtk-vnc-0.3.3 (26 Feb 2008)
 



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

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

Index: gtk-vnc-0.3.4.ebuild
===================================================================
# Copyright 1999-2008 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.4.ebuild,v 1.1 2008/03/23 00:32:31 eva Exp $

inherit gnome2

DESCRIPTION="VNC viewer widget for GTK."
HOMEPAGE="http://gtk-vnc.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug python opengl"

# what shall we do about libview
RDEPEND=">=x11-libs/gtk+-2.10
	>=net-libs/gnutls-1.4
	python? ( >=dev-python/pygtk-2 )
	opengl? ( >=x11-libs/gtkglext-1.2 )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

pkg_setup() {
	G2CONF="${G2CONF}
		$(use_enable debug)
		$(use_with python)
		$(use_with opengl gtkglext)
		--with-coroutine=gthread
		--without-libview"
}

src_install() {
	emake DESTDIR="${D}" install || die
}



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



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

* [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: ChangeLog gtk-vnc-0.3.4.ebuild
@ 2008-03-25 16:03 Raul Porcel (armin76)
  0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2008-03-25 16:03 UTC (permalink / raw
  To: gentoo-commits

armin76     08/03/25 16:03:24

  Modified:             ChangeLog gtk-vnc-0.3.4.ebuild
  Log:
  Add ~alpha/~ia64/~sparc
  (Portage version: 2.1.4.4)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	23 Mar 2008 00:32:31 -0000	1.7
+++ ChangeLog	25 Mar 2008 16:03:23 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/gtk-vnc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.7 2008/03/23 00:32:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.8 2008/03/25 16:03:23 armin76 Exp $
+
+  25 Mar 2008; Raúl Porcel <armin76@gentoo.org> gtk-vnc-0.3.4.ebuild:
+  Add ~alpha/~ia64/~sparc
 
 *gtk-vnc-0.3.4 (23 Mar 2008)
 



1.2                  net-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.4.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.4.ebuild?r1=1.1&r2=1.2

Index: gtk-vnc-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtk-vnc-0.3.4.ebuild	23 Mar 2008 00:32:31 -0000	1.1
+++ gtk-vnc-0.3.4.ebuild	25 Mar 2008 16:03:23 -0000	1.2
@@ -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-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild,v 1.1 2008/03/23 00:32:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild,v 1.2 2008/03/25 16:03:23 armin76 Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
 IUSE="debug python opengl"
 
 # what shall we do about libview



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



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

* [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: ChangeLog gtk-vnc-0.3.4.ebuild
@ 2008-04-24 18:10 Markus Rothe (corsair)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Rothe (corsair) @ 2008-04-24 18:10 UTC (permalink / raw
  To: gentoo-commits

corsair     08/04/24 18:10:02

  Modified:             ChangeLog gtk-vnc-0.3.4.ebuild
  Log:
  Added ~ppc64; bug #218794
  (Portage version: 2.1.4.4)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	25 Mar 2008 16:03:23 -0000	1.8
+++ ChangeLog	24 Apr 2008 18:10:01 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/gtk-vnc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.8 2008/03/25 16:03:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.9 2008/04/24 18:10:01 corsair Exp $
+
+  24 Apr 2008; Markus Rothe <corsair@gentoo.org> gtk-vnc-0.3.4.ebuild:
+  Added ~ppc64; bug #218794
 
   25 Mar 2008; Raúl Porcel <armin76@gentoo.org> gtk-vnc-0.3.4.ebuild:
   Add ~alpha/~ia64/~sparc



1.3                  net-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.4.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.4.ebuild?r1=1.2&r2=1.3

Index: gtk-vnc-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gtk-vnc-0.3.4.ebuild	25 Mar 2008 16:03:23 -0000	1.2
+++ gtk-vnc-0.3.4.ebuild	24 Apr 2008 18:10:01 -0000	1.3
@@ -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-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild,v 1.2 2008/03/25 16:03:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.3.4.ebuild,v 1.3 2008/04/24 18:10:01 corsair Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86"
 IUSE="debug python opengl"
 
 # what shall we do about libview



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



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

end of thread, other threads:[~2008-04-24 18:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-24 18:10 [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: ChangeLog gtk-vnc-0.3.4.ebuild Markus Rothe (corsair)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-25 16:03 Raul Porcel (armin76)
2008-03-23  0:32 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