public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/nxclient: ChangeLog nxclient-3.3.0.6.ebuild
@ 2009-01-16 10:12 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 3+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2009-01-16 10:12 UTC (permalink / raw
  To: gentoo-commits

voyageur    09/01/16 10:12:16

  Modified:             ChangeLog
  Added:                nxclient-3.3.0.6.ebuild
  Log:
  Maintenance release version bump
  (Portage version: 2.2_rc22/cvs/Linux 2.6.28-gentoo x86_64)

Revision  Changes    Path
1.73                 net-misc/nxclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	21 Nov 2008 10:37:40 -0000	1.72
+++ ChangeLog	16 Jan 2009 10:12:16 -0000	1.73
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/nxclient
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.72 2008/11/21 10:37:40 voyageur Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.73 2009/01/16 10:12:16 voyageur Exp $
+
+*nxclient-3.3.0.6 (16 Jan 2009)
+
+  16 Jan 2009; Bernard Cafarelli <voyageur@gentoo.org>
+  +nxclient-3.3.0.6.ebuild:
+  Maintenance release version bump
 
 *nxclient-3.3.0.3 (21 Nov 2008)
 



1.1                  net-misc/nxclient/nxclient-3.3.0.6.ebuild

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

Index: nxclient-3.3.0.6.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/nxclient-3.3.0.6.ebuild,v 1.1 2009/01/16 10:12:16 voyageur Exp $

inherit eutils versionator

MAJOR_PV="$(get_version_component_range 1-3)"
FULL_PV="${MAJOR_PV}-$(get_version_component_range 4)"
DESCRIPTION="X11/VNC/NXServer client (remote desktops over low-bandwidth links)"
HOMEPAGE="http://www.nomachine.com/"
SRC_URI="amd64? ( http://64.34.161.181/download/${MAJOR_PV}/Linux/nxclient-${FULL_PV}.x86_64.tar.gz )
	x86? ( http://64.34.161.181/download/${MAJOR_PV}/Linux/nxclient-${FULL_PV}.i386.tar.gz )"
LICENSE="nomachine"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""
RESTRICT="strip"

DEPEND=""
RDEPEND="dev-libs/expat
	>=dev-libs/openssl-0.9.8e
	media-libs/audiofile
	media-libs/jpeg
	media-libs/libpng
	media-libs/freetype
	media-libs/fontconfig
	net-print/cups
	x11-libs/libXft
	x11-libs/libX11
	x11-libs/libXdmcp
	x11-libs/libXrender
	x11-libs/libXau
	x11-libs/libXext
	sys-libs/zlib
	!net-misc/nxclient-2xterminalserver"

S=${WORKDIR}/NX

src_install()
{
	# we install nxclient into /usr/NX, to make sure it doesn't clash
	# with libraries installed for FreeNX

	for x in nxclient nxesd nxkill nxprint nxservice nxssh ; do
		into /usr/NX
		dobin bin/$x
		into /usr
		make_wrapper $x ./$x /usr/NX/bin /usr/NX/lib || die
	done

	dodir /usr/NX/lib
	cp -P lib/libXcompsh.so* lib/libXcomp.so* "${D}"/usr/NX/lib

	dodir /usr/NX/share
	cp -R share "${D}"/usr/NX

	# Add icons/desktop entries (missing in the tarball)
	cd share/icons
	for size in *; do
		dodir /usr/share/icons/hicolor/${size}/apps
		for icon in admin desktop icon wizard; do
			dosym /usr/NX/share/icons/${size}/nxclient-${icon}.png \
				/usr/share/icons/hicolor/${size}/apps
			done
		done
	make_desktop_entry "nxclient" "NX Client" nxclient-icon
	make_desktop_entry "nxclient -admin" "NX Session Administrator" nxclient-admin
	make_desktop_entry "nxclient -wizard" "NX Connection Wizard" nxclient-wizard
}






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

* [gentoo-commits] gentoo-x86 commit in net-misc/nxclient: ChangeLog nxclient-3.3.0.6.ebuild
@ 2009-04-04 15:08 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-04-04 15:08 UTC (permalink / raw
  To: gentoo-commits

maekke      09/04/04 15:08:06

  Modified:             ChangeLog nxclient-3.3.0.6.ebuild
  Log:
  amd64/x86 stable, bug #262910
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.76                 net-misc/nxclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	8 Mar 2009 15:17:39 -0000	1.75
+++ ChangeLog	4 Apr 2009 15:08:06 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/nxclient
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.75 2009/03/08 15:17:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.76 2009/04/04 15:08:06 maekke Exp $
+
+  04 Apr 2009; Markus Meier <maekke@gentoo.org> nxclient-3.3.0.6.ebuild:
+  amd64/x86 stable, bug #262910
 
   08 Mar 2009; Markus Meier <maekke@gentoo.org> nxclient-3.3.0.3.ebuild:
   x86 stable, bug #256414



1.2                  net-misc/nxclient/nxclient-3.3.0.6.ebuild

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

Index: nxclient-3.3.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/nxclient/nxclient-3.3.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nxclient-3.3.0.6.ebuild	16 Jan 2009 10:12:16 -0000	1.1
+++ nxclient-3.3.0.6.ebuild	4 Apr 2009 15:08:06 -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-misc/nxclient/nxclient-3.3.0.6.ebuild,v 1.1 2009/01/16 10:12:16 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/nxclient-3.3.0.6.ebuild,v 1.2 2009/04/04 15:08:06 maekke Exp $
 
 inherit eutils versionator
 
@@ -12,7 +12,7 @@
 	x86? ( http://64.34.161.181/download/${MAJOR_PV}/Linux/nxclient-${FULL_PV}.i386.tar.gz )"
 LICENSE="nomachine"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE=""
 RESTRICT="strip"
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/nxclient: ChangeLog nxclient-3.3.0.6.ebuild
@ 2010-06-14 20:35 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 3+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2010-06-14 20:35 UTC (permalink / raw
  To: gentoo-commits

voyageur    10/06/14 20:35:57

  Modified:             ChangeLog
  Removed:              nxclient-3.3.0.6.ebuild
  Log:
  Drop 3.3 NX versions
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.88                 net-misc/nxclient/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nxclient/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nxclient/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nxclient/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	11 May 2010 07:08:50 -0000	1.87
+++ ChangeLog	14 Jun 2010 20:35:57 -0000	1.88
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/nxclient
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.87 2010/05/11 07:08:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.88 2010/06/14 20:35:57 voyageur Exp $
+
+  14 Jun 2010; Bernard Cafarelli <voyageur@gentoo.org>
+  -nxclient-3.3.0.6.ebuild:
+  Drop 3.3 NX versions
 
   11 May 2010; Samuli Suominen <ssuominen@gentoo.org>
   nxclient-3.3.0.6.ebuild, nxclient-3.4.0.5.ebuild, nxclient-3.4.0.7.ebuild:






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

end of thread, other threads:[~2010-06-14 20:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-14 20:35 [gentoo-commits] gentoo-x86 commit in net-misc/nxclient: ChangeLog nxclient-3.3.0.6.ebuild Bernard Cafarelli (voyageur)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-04 15:08 Markus Meier (maekke)
2009-01-16 10:12 Bernard Cafarelli (voyageur)

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