public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: tigervnc-1.0.0-r4.ebuild ChangeLog
@ 2010-03-02 20:33 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-03-02 20:33 UTC (permalink / raw
  To: gentoo-commits

armin76     10/03/02 20:33:03

  Modified:             ChangeLog
  Added:                tigervnc-1.0.0-r4.ebuild
  Log:
  Use system jpeg and zlib, bug #273107
  (Portage version: 2.1.7.17/cvs/Linux ia64)

Revision  Changes    Path
1.38                 net-misc/tigervnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	2 Mar 2010 19:50:13 -0000	1.37
+++ ChangeLog	2 Mar 2010 20:33:02 -0000	1.38
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/tigervnc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.37 2010/03/02 19:50:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.38 2010/03/02 20:33:02 armin76 Exp $
+
+*tigervnc-1.0.0-r4 (02 Mar 2010)
+
+  02 Mar 2010; Raúl Porcel <armin76@gentoo.org> +tigervnc-1.0.0-r4.ebuild:
+  Use system jpeg and zlib, bug #273107
 
   02 Mar 2010; Raúl Porcel <armin76@gentoo.org> -tigervnc-1.0.0-r3.ebuild:
   Revert



1.1                  net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild

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

Index: tigervnc-1.0.0-r4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v 1.1 2010/03/02 20:33:02 armin76 Exp $

EAPI="1"

inherit eutils toolchain-funcs multilib autotools

XSERVER_VERSION="1.6.5"
#kPATCH="${P/_p*/}-patches-0.3"
PATCH="${PN}-0.0.90-patches-0.3"
OPENGL_DIR="xorg-x11"

DESCRIPTION="Remote desktop viewer display system"
HOMEPAGE="http://www.tigervnc.org"
SRC_URI="mirror://gentoo/${P}.tar.bz2
	http://dev.gentoo.org/~armin76/dist/${P}.tar.bz2
	server? ( ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.bz2	)"

#	mirror://gentoo/${PATCH}.tar.bz2
#	http://dev.gentoo.org/~armin76/dist/${PATCH}.tar.bz2

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE="+opengl server +xorgmodule"

RDEPEND="sys-libs/zlib
	media-libs/freetype
	x11-libs/libSM
	x11-libs/libXtst
	app-admin/eselect-opengl
	server? (
		x11-libs/libXi
		x11-libs/libXfont
		x11-libs/libXmu
		x11-libs/libxkbfile
		x11-libs/libXrender
		x11-libs/pixman
		x11-apps/xauth
		x11-apps/xsetroot
		media-fonts/font-adobe-100dpi
		media-fonts/font-adobe-75dpi
		media-fonts/font-alias
		media-fonts/font-cursor-misc
		media-fonts/font-misc-misc
		xorgmodule? ( ~x11-base/xorg-server-${XSERVER_VERSION} )
	)
	!net-misc/vnc
	!net-misc/tightvnc
	!net-misc/xf4vnc"
DEPEND="${RDEPEND}
	x86? ( dev-lang/nasm )
	>=x11-proto/inputproto-1.5
	>=x11-proto/xextproto-7.0.3
	>=x11-proto/xproto-7.0.13
	server?	(
		x11-proto/bigreqsproto
		x11-proto/compositeproto
		x11-proto/damageproto
		x11-proto/dri2proto
		x11-proto/fixesproto
		x11-proto/fontsproto
		>=x11-proto/randrproto-1.2.99
		x11-proto/resourceproto
		x11-proto/scrnsaverproto
		x11-proto/trapproto
		x11-proto/videoproto
		x11-proto/xcmiscproto
		x11-proto/xineramaproto
		x11-proto/xf86bigfontproto
		x11-proto/xf86dgaproto
		x11-proto/xf86driproto
		x11-proto/xf86miscproto
		x11-proto/xf86vidmodeproto
		opengl? ( >=x11-proto/glproto-1.4.10 )
		>=media-libs/mesa-7.1
		>=x11-proto/renderproto-0.9.3
		x11-libs/libpciaccess
		>=x11-libs/xtrans-1.2.2
	)"

S="${WORKDIR}/${PN}"

pkg_setup() {
	if ! use server ; then
		echo
		einfo "The 'server' USE flag will build tigervnc'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
	else
		ewarn "Forcing on xorg-x11 for new enough glxtokens.h..."
		OLD_IMPLEM="$(eselect opengl show)"
		eselect opengl set ${OPENGL_DIR}
	fi
}

switch_opengl_implem() {
	# Switch to the xorg implementation.
	# Use new opengl-update that will not reset user selected
	# OpenGL interface ...
	echo
	eselect opengl set ${OLD_IMPLEM}
}

src_unpack() {
	unpack ${A}
	cd "${S}"

	if use server ; then
		cp -r "${WORKDIR}"/xorg-server-${XSERVER_VERSION}/* unix/xserver
#	else
#		rm -f "${WORKDIR}"/patch/*tigervnc-server*
	fi

#	EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch

	cd unix
	eautoreconf
	if use server ; then
		epatch xserver16.patch
		cd xserver
		eautoreconf
	fi
}

src_compile() {
	cd unix
	econf --without-included-zlib --with-system-jpeg || die "econf failed"
	emake || die "emake failed"

	if use server ; then
		cd xserver
		econf \
			--disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
			--disable-xwin --disable-xephyr --disable-kdrive --with-pic \
			--disable-static --disable-xinerama \
			--disable-composite \
			--with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \
			--enable-install-libxf86config \
			--enable-dri2 \
			--enable-glx \
			--disable-config-dbus \
			--disable-config-hal \
			$(use_enable opengl glx) \
			|| die "econf server failed"
		emake || die "emake server failed"
	fi
}

src_install() {
	cd unix
	emake DESTDIR="${D}" install || die "emake install failed"
	newman vncviewer/vncviewer.man vncviewer.1
	dodoc README

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

	if use server ; then
		cd xserver/hw/vnc
		emake DESTDIR="${D}" install || die "emake install failed"
		! use xorgmodule && rm -rf "${D}"/usr/$(get_libdir)/xorg

		newconfd "${FILESDIR}"/${PN}.confd ${PN}
		newinitd "${FILESDIR}"/${PN}.initd ${PN}

		rm "${D}"/usr/$(get_libdir)/xorg/modules/extensions/libvnc.la
	else
		cd "${D}"
		for f in vncserver vncpasswd x0vncserver vncconfig; do
			rm usr/bin/$f
			rm usr/share/man/man1/$f.1
		done
	fi
}

pkg_postinst() {
	use server && switch_opengl_implem
}






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

* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: tigervnc-1.0.0-r4.ebuild ChangeLog
@ 2010-03-03 10:29 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-03-03 10:29 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/03/03 10:29:11

  Modified:             tigervnc-1.0.0-r4.ebuild ChangeLog
  Log:
  x86 stable wrt bug #273107
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.2                  net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild?r1=1.1&r2=1.2

Index: tigervnc-1.0.0-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tigervnc-1.0.0-r4.ebuild	2 Mar 2010 20:33:02 -0000	1.1
+++ tigervnc-1.0.0-r4.ebuild	3 Mar 2010 10:29:10 -0000	1.2
@@ -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-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v 1.1 2010/03/02 20:33:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v 1.2 2010/03/03 10:29:10 phajdan.jr Exp $
 
 EAPI="1"
 
@@ -22,7 +22,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE="+opengl server +xorgmodule"
 
 RDEPEND="sys-libs/zlib



1.39                 net-misc/tigervnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	2 Mar 2010 20:33:02 -0000	1.38
+++ ChangeLog	3 Mar 2010 10:29:10 -0000	1.39
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/tigervnc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.38 2010/03/02 20:33:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.39 2010/03/03 10:29:10 phajdan.jr Exp $
+
+  03 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  tigervnc-1.0.0-r4.ebuild:
+  x86 stable wrt bug #273107
 
 *tigervnc-1.0.0-r4 (02 Mar 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: tigervnc-1.0.0-r4.ebuild ChangeLog
@ 2010-03-04  1:41 Tiago Cunha (tcunha)
  0 siblings, 0 replies; 8+ messages in thread
From: Tiago Cunha (tcunha) @ 2010-03-04  1:41 UTC (permalink / raw
  To: gentoo-commits

tcunha      10/03/04 01:41:01

  Modified:             tigervnc-1.0.0-r4.ebuild ChangeLog
  Log:
  stable sparc, bug 273107
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild?r1=1.2&r2=1.3

Index: tigervnc-1.0.0-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tigervnc-1.0.0-r4.ebuild	3 Mar 2010 10:29:10 -0000	1.2
+++ tigervnc-1.0.0-r4.ebuild	4 Mar 2010 01:41:00 -0000	1.3
@@ -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-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v 1.2 2010/03/03 10:29:10 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v 1.3 2010/03/04 01:41:00 tcunha Exp $
 
 EAPI="1"
 
@@ -22,7 +22,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh sparc x86"
 IUSE="+opengl server +xorgmodule"
 
 RDEPEND="sys-libs/zlib



1.40                 net-misc/tigervnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	3 Mar 2010 10:29:10 -0000	1.39
+++ ChangeLog	4 Mar 2010 01:41:00 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tigervnc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.39 2010/03/03 10:29:10 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.40 2010/03/04 01:41:00 tcunha Exp $
+
+  04 Mar 2010; Tiago Cunha <tcunha@gentoo.org> tigervnc-1.0.0-r4.ebuild:
+  stable sparc, bug 273107
 
   03 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   tigervnc-1.0.0-r4.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: tigervnc-1.0.0-r4.ebuild ChangeLog
@ 2010-03-04 19:30 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-03-04 19:30 UTC (permalink / raw
  To: gentoo-commits

armin76     10/03/04 19:30:59

  Modified:             tigervnc-1.0.0-r4.ebuild ChangeLog
  Log:
  alpha/arm/ia64/sh stable wrt #273107
  (Portage version: 2.1.7.17/cvs/Linux ia64)

Revision  Changes    Path
1.4                  net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild

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

Index: tigervnc-1.0.0-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tigervnc-1.0.0-r4.ebuild	4 Mar 2010 01:41:00 -0000	1.3
+++ tigervnc-1.0.0-r4.ebuild	4 Mar 2010 19:30:59 -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-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v 1.3 2010/03/04 01:41:00 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v 1.4 2010/03/04 19:30:59 armin76 Exp $
 
 EAPI="1"
 
@@ -22,7 +22,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh sparc x86"
+KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~ppc ~ppc64 sh sparc x86"
 IUSE="+opengl server +xorgmodule"
 
 RDEPEND="sys-libs/zlib



1.41                 net-misc/tigervnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	4 Mar 2010 01:41:00 -0000	1.40
+++ ChangeLog	4 Mar 2010 19:30:59 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tigervnc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.40 2010/03/04 01:41:00 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.41 2010/03/04 19:30:59 armin76 Exp $
+
+  04 Mar 2010; Raúl Porcel <armin76@gentoo.org> tigervnc-1.0.0-r4.ebuild:
+  alpha/arm/ia64/sh stable wrt #273107
 
   04 Mar 2010; Tiago Cunha <tcunha@gentoo.org> tigervnc-1.0.0-r4.ebuild:
   stable sparc, bug 273107






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

* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: tigervnc-1.0.0-r4.ebuild ChangeLog
@ 2010-03-08 16:55 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2010-03-08 16:55 UTC (permalink / raw
  To: gentoo-commits

ranger      10/03/08 16:55:19

  Modified:             tigervnc-1.0.0-r4.ebuild ChangeLog
  Log:
  Marking tigervnc-1.0.0-r4 ppc64 for bug 273107
  (Portage version: 2.1.7.17/cvs/Linux ppc64)

Revision  Changes    Path
1.5                  net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild

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

Index: tigervnc-1.0.0-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tigervnc-1.0.0-r4.ebuild	4 Mar 2010 19:30:59 -0000	1.4
+++ tigervnc-1.0.0-r4.ebuild	8 Mar 2010 16:55:19 -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-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v 1.4 2010/03/04 19:30:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v 1.5 2010/03/08 16:55:19 ranger Exp $
 
 EAPI="1"
 
@@ -22,7 +22,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~ppc ~ppc64 sh sparc x86"
+KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~ppc ppc64 sh sparc x86"
 IUSE="+opengl server +xorgmodule"
 
 RDEPEND="sys-libs/zlib



1.44                 net-misc/tigervnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	6 Mar 2010 16:30:01 -0000	1.43
+++ ChangeLog	8 Mar 2010 16:55:19 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tigervnc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.43 2010/03/06 16:30:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.44 2010/03/08 16:55:19 ranger Exp $
+
+  08 Mar 2010; Brent Baude <ranger@gentoo.org> tigervnc-1.0.0-r4.ebuild:
+  Marking tigervnc-1.0.0-r4 ppc64 for bug 273107
 
   06 Mar 2010; Raúl Porcel <armin76@gentoo.org> files/tigervnc.initd:
   Provide valid shell, wrt bug #285705






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

* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: tigervnc-1.0.0-r4.ebuild ChangeLog
@ 2010-03-09 19:26 Joseph Jezak (josejx)
  0 siblings, 0 replies; 8+ messages in thread
From: Joseph Jezak (josejx) @ 2010-03-09 19:26 UTC (permalink / raw
  To: gentoo-commits

josejx      10/03/09 19:26:02

  Modified:             tigervnc-1.0.0-r4.ebuild ChangeLog
  Log:
  Marked ppc stable for bug #273107.
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild

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

Index: tigervnc-1.0.0-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tigervnc-1.0.0-r4.ebuild	8 Mar 2010 16:55:19 -0000	1.5
+++ tigervnc-1.0.0-r4.ebuild	9 Mar 2010 19:26:01 -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-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v 1.5 2010/03/08 16:55:19 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v 1.6 2010/03/09 19:26:01 josejx Exp $
 
 EAPI="1"
 
@@ -22,7 +22,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~ppc ppc64 sh sparc x86"
+KEYWORDS="alpha ~amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86"
 IUSE="+opengl server +xorgmodule"
 
 RDEPEND="sys-libs/zlib



1.45                 net-misc/tigervnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	8 Mar 2010 16:55:19 -0000	1.44
+++ ChangeLog	9 Mar 2010 19:26:01 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tigervnc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.44 2010/03/08 16:55:19 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.45 2010/03/09 19:26:01 josejx Exp $
+
+  09 Mar 2010; Joseph Jezak <josejx@gentoo.org> tigervnc-1.0.0-r4.ebuild:
+  Marked ppc stable for bug #273107.
 
   08 Mar 2010; Brent Baude <ranger@gentoo.org> tigervnc-1.0.0-r4.ebuild:
   Marking tigervnc-1.0.0-r4 ppc64 for bug 273107






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

* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: tigervnc-1.0.0-r4.ebuild ChangeLog
@ 2010-03-12 17:35 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2010-03-12 17:35 UTC (permalink / raw
  To: gentoo-commits

jer         10/03/12 17:35:32

  Modified:             tigervnc-1.0.0-r4.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #273107).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.7                  net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild

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

Index: tigervnc-1.0.0-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tigervnc-1.0.0-r4.ebuild	9 Mar 2010 19:26:01 -0000	1.6
+++ tigervnc-1.0.0-r4.ebuild	12 Mar 2010 17:35:31 -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-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v 1.6 2010/03/09 19:26:01 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v 1.7 2010/03/12 17:35:31 jer Exp $
 
 EAPI="1"
 
@@ -22,7 +22,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
 IUSE="+opengl server +xorgmodule"
 
 RDEPEND="sys-libs/zlib



1.47                 net-misc/tigervnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	9 Mar 2010 20:15:16 -0000	1.46
+++ ChangeLog	12 Mar 2010 17:35:31 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tigervnc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.46 2010/03/09 20:15:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.47 2010/03/12 17:35:31 jer Exp $
+
+  12 Mar 2010; Jeroen Roovers <jer@gentoo.org> tigervnc-1.0.0-r4.ebuild:
+  Stable for HPPA (bug #273107).
 
   09 Mar 2010; Raúl Porcel <armin76@gentoo.org>
   tigervnc-1.0.1_pre20100306.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: tigervnc-1.0.0-r4.ebuild ChangeLog
@ 2010-03-14 10:57 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2010-03-14 10:57 UTC (permalink / raw
  To: gentoo-commits

maekke      10/03/14 10:57:56

  Modified:             tigervnc-1.0.0-r4.ebuild ChangeLog
  Log:
  amd64 stable, bug #273107
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild

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

Index: tigervnc-1.0.0-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tigervnc-1.0.0-r4.ebuild	12 Mar 2010 17:35:31 -0000	1.7
+++ tigervnc-1.0.0-r4.ebuild	14 Mar 2010 10:57:55 -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-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v 1.7 2010/03/12 17:35:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r4.ebuild,v 1.8 2010/03/14 10:57:55 maekke Exp $
 
 EAPI="1"
 
@@ -22,7 +22,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
 IUSE="+opengl server +xorgmodule"
 
 RDEPEND="sys-libs/zlib



1.48                 net-misc/tigervnc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	12 Mar 2010 17:35:31 -0000	1.47
+++ ChangeLog	14 Mar 2010 10:57:55 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tigervnc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.47 2010/03/12 17:35:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.48 2010/03/14 10:57:55 maekke Exp $
+
+  14 Mar 2010; Markus Meier <maekke@gentoo.org> tigervnc-1.0.0-r4.ebuild:
+  amd64 stable, bug #273107
 
   12 Mar 2010; Jeroen Roovers <jer@gentoo.org> tigervnc-1.0.0-r4.ebuild:
   Stable for HPPA (bug #273107).






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

end of thread, other threads:[~2010-03-14 10:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-14 10:57 [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: tigervnc-1.0.0-r4.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-12 17:35 Jeroen Roovers (jer)
2010-03-09 19:26 Joseph Jezak (josejx)
2010-03-08 16:55 Brent Baude (ranger)
2010-03-04 19:30 Raul Porcel (armin76)
2010-03-04  1:41 Tiago Cunha (tcunha)
2010-03-03 10:29 PaweA Hajdan (phajdan.jr)
2010-03-02 20:33 Raul Porcel (armin76)

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