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.3.ebuild
@ 2008-11-21 10:37 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2008-11-21 10:37 UTC (permalink / raw
  To: gentoo-commits

voyageur    08/11/21 10:37:40

  Modified:             ChangeLog
  Added:                nxclient-3.3.0.3.ebuild
  Log:
  3.3.0 version bump
  (Portage version: 2.2_rc14/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.72                 net-misc/nxclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	26 Aug 2008 07:51:14 -0000	1.71
+++ ChangeLog	21 Nov 2008 10:37:40 -0000	1.72
@@ -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.71 2008/08/26 07:51:14 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.72 2008/11/21 10:37:40 voyageur Exp $
+
+*nxclient-3.3.0.3 (21 Nov 2008)
+
+  21 Nov 2008; Bernard Cafarelli <voyageur@gentoo.org>
+  +nxclient-3.3.0.3.ebuild:
+  3.3.0 version bump
 
 *nxclient-3.2.0.14 (26 Aug 2008)
 



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

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

Index: nxclient-3.3.0.3.ebuild
===================================================================
# Copyright 1999-2008 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.3.ebuild,v 1.1 2008/11/21 10:37:40 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] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/nxclient: ChangeLog nxclient-3.3.0.3.ebuild
@ 2009-02-05  2:06 Richard Freeman (rich0)
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Freeman (rich0) @ 2009-02-05  2:06 UTC (permalink / raw
  To: gentoo-commits

rich0       09/02/05 02:06:38

  Modified:             ChangeLog nxclient-3.3.0.3.ebuild
  Log:
  amd64 stable - 256414
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7-rf82 x86_64)

Revision  Changes    Path
1.74                 net-misc/nxclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	16 Jan 2009 10:12:16 -0000	1.73
+++ ChangeLog	5 Feb 2009 02:06:38 -0000	1.74
@@ -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.73 2009/01/16 10:12:16 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.74 2009/02/05 02:06:38 rich0 Exp $
+
+  05 Feb 2009; Richard Freeman <rich0@gentoo.org> nxclient-3.3.0.3.ebuild:
+  amd64 stable - 256414
 
 *nxclient-3.3.0.6 (16 Jan 2009)
 



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

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

Index: nxclient-3.3.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/nxclient/nxclient-3.3.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nxclient-3.3.0.3.ebuild	21 Nov 2008 10:37:40 -0000	1.1
+++ nxclient-3.3.0.3.ebuild	5 Feb 2009 02:06:38 -0000	1.2
@@ -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/nxclient/nxclient-3.3.0.3.ebuild,v 1.1 2008/11/21 10:37:40 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/nxclient-3.3.0.3.ebuild,v 1.2 2009/02/05 02:06:38 rich0 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] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/nxclient: ChangeLog nxclient-3.3.0.3.ebuild
@ 2009-03-08 15:17 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-03-08 15:17 UTC (permalink / raw
  To: gentoo-commits

maekke      09/03/08 15:17:39

  Modified:             ChangeLog nxclient-3.3.0.3.ebuild
  Log:
  x86 stable, bug #256414
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.75                 net-misc/nxclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	5 Feb 2009 02:06:38 -0000	1.74
+++ ChangeLog	8 Mar 2009 15:17:39 -0000	1.75
@@ -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.74 2009/02/05 02:06:38 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.75 2009/03/08 15:17:39 maekke Exp $
+
+  08 Mar 2009; Markus Meier <maekke@gentoo.org> nxclient-3.3.0.3.ebuild:
+  x86 stable, bug #256414
 
   05 Feb 2009; Richard Freeman <rich0@gentoo.org> nxclient-3.3.0.3.ebuild:
   amd64 stable - 256414



1.3                  net-misc/nxclient/nxclient-3.3.0.3.ebuild

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

Index: nxclient-3.3.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/nxclient/nxclient-3.3.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nxclient-3.3.0.3.ebuild	5 Feb 2009 02:06:38 -0000	1.2
+++ nxclient-3.3.0.3.ebuild	8 Mar 2009 15:17:39 -0000	1.3
@@ -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.3.ebuild,v 1.2 2009/02/05 02:06:38 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/nxclient-3.3.0.3.ebuild,v 1.3 2009/03/08 15:17:39 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] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/nxclient: ChangeLog nxclient-3.3.0.3.ebuild
@ 2009-12-15 17:33 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2009-12-15 17:33 UTC (permalink / raw
  To: gentoo-commits

voyageur    09/12/15 17:33:41

  Modified:             ChangeLog
  Removed:              nxclient-3.3.0.3.ebuild
  Log:
  Drop first 3.3.0 versions
  (Portage version: 2.2_rc59/cvs/Linux x86_64)

Revision  Changes    Path
1.82                 net-misc/nxclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	25 Nov 2009 13:55:57 -0000	1.81
+++ ChangeLog	15 Dec 2009 17:33:40 -0000	1.82
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/nxclient
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.81 2009/11/25 13:55:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.82 2009/12/15 17:33:40 voyageur Exp $
+
+  15 Dec 2009; Bernard Cafarelli <voyageur@gentoo.org>
+  -nxclient-3.3.0.3.ebuild:
+  Drop first 3.3.0 versions
 
   25 Nov 2009; Markus Meier <maekke@gentoo.org> nxclient-3.4.0.5.ebuild:
   x86 stable, bug #291619






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

end of thread, other threads:[~2009-12-15 17:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-21 10:37 [gentoo-commits] gentoo-x86 commit in net-misc/nxclient: ChangeLog nxclient-3.3.0.3.ebuild Bernard Cafarelli (voyageur)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-05  2:06 Richard Freeman (rich0)
2009-03-08 15:17 Markus Meier (maekke)
2009-12-15 17:33 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