diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2008-07-21 15:38:37 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2008-07-21 15:38:37 +0000 |
commit | 77c4c96bd9e4b9db6ac6f3990fae90bece478744 (patch) | |
tree | 8911c40052bf68e1821d3cb48d319ea84bf5c3c6 /net-misc/nxclient | |
parent | Add a python 2.6 compat patch; bug #232378 (diff) | |
download | gentoo-2-77c4c96bd9e4b9db6ac6f3990fae90bece478744.tar.gz gentoo-2-77c4c96bd9e4b9db6ac6f3990fae90bece478744.tar.bz2 gentoo-2-77c4c96bd9e4b9db6ac6f3990fae90bece478744.zip |
Add minor release to ebuild version
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'net-misc/nxclient')
-rw-r--r-- | net-misc/nxclient/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/nxclient/nxclient-3.2.0.13.ebuild (renamed from net-misc/nxclient/nxclient-3.2.0-r1.ebuild) | 11 |
2 files changed, 13 insertions, 6 deletions
diff --git a/net-misc/nxclient/ChangeLog b/net-misc/nxclient/ChangeLog index 1c8d518ec62d..ddc3f6701f57 100644 --- a/net-misc/nxclient/ChangeLog +++ b/net-misc/nxclient/ChangeLog @@ -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.68 2008/07/16 21:09:06 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.69 2008/07/21 15:38:37 voyageur Exp $ + +*nxclient-3.2.0.13 (21 Jul 2008) + + 21 Jul 2008; Bernard Cafarelli <voyageur@gentoo.org> + -nxclient-3.2.0-r1.ebuild, +nxclient-3.2.0.13.ebuild: + Add minor release to ebuild version *nxclient-3.2.0-r1 (16 Jul 2008) diff --git a/net-misc/nxclient/nxclient-3.2.0-r1.ebuild b/net-misc/nxclient/nxclient-3.2.0.13.ebuild index b2c526b4d020..577518a27873 100644 --- a/net-misc/nxclient/nxclient-3.2.0-r1.ebuild +++ b/net-misc/nxclient/nxclient-3.2.0.13.ebuild @@ -1,14 +1,15 @@ # 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.2.0-r1.ebuild,v 1.1 2008/07/16 21:09:06 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/nxclient-3.2.0.13.ebuild,v 1.1 2008/07/21 15:38:37 voyageur Exp $ -inherit eutils +inherit eutils versionator -MY_PV="${PV}-13" +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/${PV}/Linux/nxclient-${MY_PV}.x86_64.tar.gz ) - x86? ( http://64.34.161.181/download/${PV}/Linux/nxclient-${MY_PV}.i386.tar.gz )" +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" |