Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/x2goclient: ChangeLog x2goclient-3.99.2.1.ebuild
Date: Tue, 10 Jul 2012 14:19:13
Message-Id: 20120710141901.803B320063@flycatcher.gentoo.org
1 voyageur 12/07/10 14:19:01
2
3 Modified: ChangeLog
4 Added: x2goclient-3.99.2.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 net-misc/x2goclient/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/x2goclient/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/x2goclient/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/x2goclient/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 8 Jun 2012 11:42:07 -0000 1.10
24 +++ ChangeLog 10 Jul 2012 14:19:01 -0000 1.11
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-misc/x2goclient
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.10 2012/06/08 11:42:07 voyageur Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.11 2012/07/10 14:19:01 voyageur Exp $
30 +
31 +*x2goclient-3.99.2.1 (10 Jul 2012)
32 +
33 + 10 Jul 2012; Bernard Cafarelli <voyageur@g.o>
34 + +x2goclient-3.99.2.1.ebuild:
35 + Version bump
36
37 08 Jun 2012; Bernard Cafarelli <voyageur@g.o>
38 x2goclient-3.0.1.18.ebuild:
39
40
41
42 1.1 net-misc/x2goclient/x2goclient-3.99.2.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/x2goclient/x2goclient-3.99.2.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/x2goclient/x2goclient-3.99.2.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: x2goclient-3.99.2.1.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-3.99.2.1.ebuild,v 1.1 2012/07/10 14:19:01 voyageur Exp $
52
53 EAPI=4
54 inherit eutils qt4-r2
55
56 DESCRIPTION="The X2Go Qt client"
57 HOMEPAGE="http://www.x2go.org"
58 SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="ldap"
64
65 DEPEND="net-libs/libssh
66 net-print/cups
67 x11-libs/qt-core:4[ssl]
68 x11-libs/qt-gui:4
69 x11-libs/qt-svg:4
70 ldap? ( net-nds/openldap )"
71 RDEPEND="${DEPEND}
72 net-misc/nx"
73
74 S=${WORKDIR}/${P/-/_}
75
76 src_prepare() {
77 if ! use ldap; then
78 sed -e "s/-lldap//" -i x2goclient.pro || die
79 sed -e "s/#define USELDAP//" -i x2goclientconfig.h || die
80 fi
81 }
82
83 src_install() {
84 dobin ${PN}
85
86 insinto /usr/share/pixmaps/x2goclient
87 doins -r icons/*
88
89 make_desktop_entry ${PN} "X2go client" ${PN} "Network"
90 }