public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/x2goclient: ChangeLog x2goclient-3.01.5.ebuild x2goclient-2.0.1.24.ebuild x2goclient-2.99.3.ebuild
@ 2010-04-29 13:40 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2010-04-29 13:40 UTC (permalink / raw
  To: gentoo-commits

voyageur    10/04/29 13:40:04

  Modified:             ChangeLog
  Added:                x2goclient-3.01.5.ebuild
  Removed:              x2goclient-2.0.1.24.ebuild x2goclient-2.99.3.ebuild
  Log:
  Version bump from NX overlay, update to qt4-r2, drop 2.x versions
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  net-misc/x2goclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	6 Oct 2009 17:29:34 -0000	1.4
+++ ChangeLog	29 Apr 2010 13:40:04 -0000	1.5
@@ -1,6 +1,14 @@
 # ChangeLog for net-misc/x2goclient
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.4 2009/10/06 17:29:34 ayoy Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.5 2010/04/29 13:40:04 voyageur Exp $
+
+*x2goclient-3.01.5 (29 Apr 2010)
+
+  29 Apr 2010; Bernard Cafarelli <voyageur@gentoo.org>
+  -x2goclient-2.0.1.24.ebuild, -files/x2goclient-2.0.1-noldap.patch,
+  -x2goclient-2.99.3.ebuild, +x2goclient-3.01.5.ebuild,
+  +files/x2goclient-3.01.5-noldap.patch:
+  Version bump from NX overlay, update to qt4-r2, drop 2.x versions
 
   06 Oct 2009; Dominik Kapusta <ayoy@gentoo.org> x2goclient-2.99.3.ebuild:
   Removed alternative dependency on Qt metapackage also from 2.99.3



1.1                  net-misc/x2goclient/x2goclient-3.01.5.ebuild

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

Index: x2goclient-3.01.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-3.01.5.ebuild,v 1.1 2010/04/29 13:40:04 voyageur Exp $

EAPI="3"
inherit qt4-r2 versionator

MAJOR_PV="$(get_version_component_range 1-2)"
FULL_PV="${MAJOR_PV}-$(get_version_component_range 3)"
DESCRIPTION="The X2Go Qt client"
HOMEPAGE="http://x2go.berlios.de"
SRC_URI="http://x2go.obviously-nice.de/deb/pool-lenny/${PN}/${PN}_${FULL_PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cups ldap"

DEPEND="net-misc/nx
	x11-libs/qt-core:4
	x11-libs/qt-gui:4
	x11-libs/qt-svg:4
	cups? ( net-print/cups )
	ldap? ( net-nds/openldap )"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${PN}-${MAJOR_PV}

src_prepare() {
	use ldap ||	epatch "${FILESDIR}"/${P}-noldap.patch
}

src_install() {
	dobin ${PN}
	dodoc README

	# copying the icons
	insinto /usr/share/pixmaps/x2goclient
	doins icons/*
	insinto /usr/share/pixmaps/x2goclient/16x16
	doins icons/16x16/*
	insinto /usr/share/pixmaps/x2goclient/32x32
	doins icons/32x32/*
	insinto /usr/share/pixmaps/x2goclient/64x64
	doins icons/64x64/*
	insinto /usr/share/pixmaps/x2goclient/128x128
	doins icons/128x128/*
	insinto /usr/share/pixmaps/x2goclient/hildon
	doins icons/hildon/*

	make_desktop_entry ${PN} "X2go client" ${PN} "Network"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-29 13:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-29 13:40 [gentoo-commits] gentoo-x86 commit in net-misc/x2goclient: ChangeLog x2goclient-3.01.5.ebuild x2goclient-2.0.1.24.ebuild x2goclient-2.99.3.ebuild 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