public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/tightvnc: ChangeLog tightvnc-1.3.9-r2.ebuild
@ 2008-09-11 11:14 Alistair Bush (ali_bush)
  0 siblings, 0 replies; 5+ messages in thread
From: Alistair Bush (ali_bush) @ 2008-09-11 11:14 UTC (permalink / raw
  To: gentoo-commits

ali_bush    08/09/11 11:14:58

  Modified:             ChangeLog
  Added:                tightvnc-1.3.9-r2.ebuild
  Log:
  Bump tightvnc to fix java support.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.123                net-misc/tightvnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	14 Jul 2008 17:38:03 -0000	1.122
+++ ChangeLog	11 Sep 2008 11:14:57 -0000	1.123
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/tightvnc
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.122 2008/07/14 17:38:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.123 2008/09/11 11:14:57 ali_bush Exp $
+
+*tightvnc-1.3.9-r2 (11 Sep 2008)
+
+  11 Sep 2008; Alistair Bush <ali_bush@gentoo.org>
+  +files/tightvnc-1.3.9-java-build.patch, +tightvnc-1.3.9-r2.ebuild:
+  Bump tightvnc to fix java support.
 
   14 Jul 2008; Raúl Porcel <armin76@gentoo.org> files/tightvnc.initd:
   Fix init script, bug #231492



1.1                  net-misc/tightvnc/tightvnc-1.3.9-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9-r2.ebuild?rev=1.1&content-type=text/plain

Index: tightvnc-1.3.9-r2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9-r2.ebuild,v 1.1 2008/09/11 11:14:57 ali_bush Exp $

inherit eutils toolchain-funcs java-pkg-opt-2

IUSE="java tcpd server"

S="${WORKDIR}/vnc_unixsrc"
DESCRIPTION="A great client/server software package allowing remote network access to graphical desktops."
SRC_URI="mirror://sourceforge/vnc-tight/${P}_unixsrc.tar.bz2
		java? ( mirror://sourceforge/vnc-tight/${P}_javasrc.tar.gz )"
HOMEPAGE="http://www.tightvnc.com/"

KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~x86-fbsd"
LICENSE="GPL-2"
SLOT="0"

CDEPEND="~media-libs/jpeg-6b
	server? (
		media-fonts/font-misc-misc
		media-fonts/font-cursor-misc
		x11-apps/rgb
		x11-apps/xauth
		x11-apps/xsetroot
	)
	x11-libs/libX11
	x11-libs/libXaw
	x11-libs/libXmu
	x11-libs/libXp
	x11-libs/libXt
	tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )"
RDEPEND="${CDEPEND}
	java? ( >=virtual/jre-1.4 )"
DEPEND="${CDEPEND}
	java? ( >=virtual/jdk-1.4 )
	x11-proto/xextproto
	x11-proto/xproto
	server? (
		x11-proto/inputproto
		x11-proto/kbproto
		x11-proto/printproto
	)
	>=x11-misc/imake-1
	x11-misc/gccmakedep
	x11-misc/makedepend
	!net-misc/vnc"

src_unpack() {

	if ! use server;
	then
		echo
		einfo "The 'server' USE flag will build tightvnc's server."
		einfo "If '-server' is chosen only the client is built to save space."
		einfo "Stop the build now if you need to add 'server' to USE flags.\n"
		ebeep
		epause 5
	fi

	unpack ${A} && cd "${S}"
	epatch "${FILESDIR}/${PN}-1.3.8-pathfixes.patch" # fixes bug 78385 and 146099
	epatch "${FILESDIR}/${PN}-1.3.8-imake-tmpdir.patch" # fixes bug 23483
	epatch "${FILESDIR}/${PN}-1.3.8-darwin.patch" # fixes bug 89908
	use mips && epatch "${FILESDIR}/${PN}-1.3.8-mips.patch"
	epatch "${FILESDIR}"/server-CVE-2007-1003.patch
	epatch "${FILESDIR}"/server-CVE-2007-1351-1352.patch
	epatch "${FILESDIR}"/${PV}-fbsd.patch

	if use java; then
		cd "${WORKDIR}"
		epatch "${FILESDIR}/${P}-java-build.patch"
	fi
}

src_compile() {
	xmkmf -a || die "xmkmf failed"

	make CDEBUGFLAGS="${CFLAGS}" World || die

	if use server; then
		cd Xvnc && ./configure || die "Configure failed."
		if use tcpd; then
			local myextra="-lwrap"
			make EXTRA_LIBRARIES="${myextra}" \
				CDEBUGFLAGS="${CFLAGS}"  \
				EXTRA_DEFINES="-DUSE_LIBWRAP=1" || die
		else
			make CDEBUGFLAGS="${CFLAGS}" || die
		fi
	fi
	if use java; then
		cd "${WORKDIR}/vnc_javasrc" || die
		make JAVACFLAGS="$(java-pkg_javac-args)" all || die
	fi

}

src_install() {
	# the web based interface and the java viewer need the java class files
	if use java; then
		java-pkg_newjar "${WORKDIR}/vnc_javasrc/VncViewer.jar"
		java-pkg_dolauncher "${PN}-java"
	fi

	dodir /usr/share/man/man1 /usr/bin
	./vncinstall "${D}"/usr/bin "${D}"/usr/share/man || die "vncinstall failed"

	if use server; then
		newconfd "${FILESDIR}"/tightvnc.confd vnc
		newinitd "${FILESDIR}"/tightvnc.initd vnc
	else
		rm -f "${D}"/usr/bin/vncserver
		rm -f "${D}"/usr/share/man/man1/{Xvnc,vncserver}*
	fi

	doicon "${FILESDIR}"/vncviewer.png
	make_desktop_entry vncviewer vncviewer vncviewer Network

	dodoc ChangeLog README WhatsNew
	use java && dodoc "${FILESDIR}"/README.JavaViewer
	newdoc vncviewer/README README.vncviewer
}






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

* [gentoo-commits] gentoo-x86 commit in net-misc/tightvnc: ChangeLog tightvnc-1.3.9-r2.ebuild
@ 2008-12-25 12:38 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2008-12-25 12:38 UTC (permalink / raw
  To: gentoo-commits

maekke      08/12/25 12:38:03

  Modified:             ChangeLog tightvnc-1.3.9-r2.ebuild
  Log:
  amd64 stable, bug #252368
  (Portage version: 2.1.6.3/cvs/Linux 2.6.27.10 x86_64)

Revision  Changes    Path
1.126                net-misc/tightvnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog	24 Dec 2008 11:56:40 -0000	1.125
+++ ChangeLog	25 Dec 2008 12:38:03 -0000	1.126
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tightvnc
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.125 2008/12/24 11:56:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.126 2008/12/25 12:38:03 maekke Exp $
+
+  25 Dec 2008; Markus Meier <maekke@gentoo.org> tightvnc-1.3.9-r2.ebuild:
+  amd64 stable, bug #252368
 
   24 Dec 2008; Raúl Porcel <armin76@gentoo.org> tightvnc-1.3.9-r2.ebuild:
   arm/sparc/x86 stable wrt #252368



1.5                  net-misc/tightvnc/tightvnc-1.3.9-r2.ebuild

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

Index: tightvnc-1.3.9-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tightvnc-1.3.9-r2.ebuild	24 Dec 2008 11:56:40 -0000	1.4
+++ tightvnc-1.3.9-r2.ebuild	25 Dec 2008 12:38:03 -0000	1.5
@@ -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/tightvnc/tightvnc-1.3.9-r2.ebuild,v 1.4 2008/12/24 11:56:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9-r2.ebuild,v 1.5 2008/12/25 12:38:03 maekke Exp $
 
 inherit eutils toolchain-funcs java-pkg-opt-2
 
@@ -12,7 +12,7 @@
 		java? ( mirror://sourceforge/vnc-tight/${P}_javasrc.tar.gz )"
 HOMEPAGE="http://www.tightvnc.com/"
 
-KEYWORDS="~alpha ~amd64 arm ~hppa ~mips ~ppc sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~mips ~ppc sparc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 SLOT="0"
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/tightvnc: ChangeLog tightvnc-1.3.9-r2.ebuild
@ 2009-01-01 14:53 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2009-01-01 14:53 UTC (permalink / raw
  To: gentoo-commits

armin76     09/01/01 14:53:01

  Modified:             ChangeLog tightvnc-1.3.9-r2.ebuild
  Log:
  Add patch for compiling on sh, mark ~sh
  (Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)

Revision  Changes    Path
1.128                net-misc/tightvnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog	28 Dec 2008 03:02:17 -0000	1.127
+++ ChangeLog	1 Jan 2009 14:53:01 -0000	1.128
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/tightvnc
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.127 2008/12/28 03:02:17 josejx Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.128 2009/01/01 14:53:01 armin76 Exp $
+
+  01 Jan 2009; Raúl Porcel <armin76@gentoo.org> +files/1.3.9-sh.patch,
+  tightvnc-1.3.9-r2.ebuild:
+  Add patch for compiling on sh, mark ~sh
 
   28 Dec 2008; Joseph Jezak <josejx@gentoo.org> tightvnc-1.3.9-r2.ebuild:
   Marked ppc stable for bug #252368.



1.7                  net-misc/tightvnc/tightvnc-1.3.9-r2.ebuild

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

Index: tightvnc-1.3.9-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tightvnc-1.3.9-r2.ebuild	28 Dec 2008 03:02:17 -0000	1.6
+++ tightvnc-1.3.9-r2.ebuild	1 Jan 2009 14:53:01 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9-r2.ebuild,v 1.6 2008/12/28 03:02:17 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9-r2.ebuild,v 1.7 2009/01/01 14:53:01 armin76 Exp $
 
 inherit eutils toolchain-funcs java-pkg-opt-2
 
@@ -12,7 +12,7 @@
 		java? ( mirror://sourceforge/vnc-tight/${P}_javasrc.tar.gz )"
 HOMEPAGE="http://www.tightvnc.com/"
 
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ~sh sparc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 SLOT="0"
 
@@ -69,6 +69,7 @@
 	epatch "${FILESDIR}"/server-CVE-2007-1351-1352.patch
 	epatch "${FILESDIR}"/${PV}-fbsd.patch
 	epatch "${FILESDIR}"/${PV}-arm.patch
+	epatch "${FILESDIR}"/${PV}-sh.patch
 
 	if use java; then
 		cd "${WORKDIR}"






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

* [gentoo-commits] gentoo-x86 commit in net-misc/tightvnc: ChangeLog tightvnc-1.3.9-r2.ebuild
@ 2009-01-07 15:01 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2009-01-07 15:01 UTC (permalink / raw
  To: gentoo-commits

jer         09/01/07 15:01:03

  Modified:             ChangeLog tightvnc-1.3.9-r2.ebuild
  Log:
  Stable for HPPA (bug #252368).
  (Portage version: 2.2_rc20/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.129                net-misc/tightvnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog	1 Jan 2009 14:53:01 -0000	1.128
+++ ChangeLog	7 Jan 2009 15:01:03 -0000	1.129
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tightvnc
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.128 2009/01/01 14:53:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.129 2009/01/07 15:01:03 jer Exp $
+
+  07 Jan 2009; Jeroen Roovers <jer@gentoo.org> tightvnc-1.3.9-r2.ebuild:
+  Stable for HPPA (bug #252368).
 
   01 Jan 2009; Raúl Porcel <armin76@gentoo.org> +files/1.3.9-sh.patch,
   tightvnc-1.3.9-r2.ebuild:



1.8                  net-misc/tightvnc/tightvnc-1.3.9-r2.ebuild

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

Index: tightvnc-1.3.9-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tightvnc-1.3.9-r2.ebuild	1 Jan 2009 14:53:01 -0000	1.7
+++ tightvnc-1.3.9-r2.ebuild	7 Jan 2009 15:01:03 -0000	1.8
@@ -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-misc/tightvnc/tightvnc-1.3.9-r2.ebuild,v 1.7 2009/01/01 14:53:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9-r2.ebuild,v 1.8 2009/01/07 15:01:03 jer Exp $
 
 inherit eutils toolchain-funcs java-pkg-opt-2
 
@@ -12,7 +12,7 @@
 		java? ( mirror://sourceforge/vnc-tight/${P}_javasrc.tar.gz )"
 HOMEPAGE="http://www.tightvnc.com/"
 
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~mips ppc ~sh sparc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 SLOT="0"
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/tightvnc: ChangeLog tightvnc-1.3.9-r2.ebuild
@ 2009-01-09 21:13 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 5+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-01-09 21:13 UTC (permalink / raw
  To: gentoo-commits

klausman    09/01/09 21:13:12

  Modified:             ChangeLog tightvnc-1.3.9-r2.ebuild
  Log:
  Stable on alpha, bug #252368
  (Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.130                net-misc/tightvnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog	7 Jan 2009 15:01:03 -0000	1.129
+++ ChangeLog	9 Jan 2009 21:13:12 -0000	1.130
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/tightvnc
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.129 2009/01/07 15:01:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.130 2009/01/09 21:13:12 klausman Exp $
+
+  09 Jan 2009; Tobias Klausmann <klausman@gentoo.org>
+  tightvnc-1.3.9-r2.ebuild:
+  Stable on alpha, bug #252368
 
   07 Jan 2009; Jeroen Roovers <jer@gentoo.org> tightvnc-1.3.9-r2.ebuild:
   Stable for HPPA (bug #252368).



1.9                  net-misc/tightvnc/tightvnc-1.3.9-r2.ebuild

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

Index: tightvnc-1.3.9-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tightvnc-1.3.9-r2.ebuild	7 Jan 2009 15:01:03 -0000	1.8
+++ tightvnc-1.3.9-r2.ebuild	9 Jan 2009 21:13:12 -0000	1.9
@@ -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-misc/tightvnc/tightvnc-1.3.9-r2.ebuild,v 1.8 2009/01/07 15:01:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9-r2.ebuild,v 1.9 2009/01/09 21:13:12 klausman Exp $
 
 inherit eutils toolchain-funcs java-pkg-opt-2
 
@@ -12,7 +12,7 @@
 		java? ( mirror://sourceforge/vnc-tight/${P}_javasrc.tar.gz )"
 HOMEPAGE="http://www.tightvnc.com/"
 
-KEYWORDS="~alpha amd64 arm hppa ~mips ppc ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~mips ppc ~sh sparc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 SLOT="0"
 






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

end of thread, other threads:[~2009-01-09 21:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-11 11:14 [gentoo-commits] gentoo-x86 commit in net-misc/tightvnc: ChangeLog tightvnc-1.3.9-r2.ebuild Alistair Bush (ali_bush)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-25 12:38 Markus Meier (maekke)
2009-01-01 14:53 Raul Porcel (armin76)
2009-01-07 15:01 Jeroen Roovers (jer)
2009-01-09 21:13 Tobias Klausmann (klausman)

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