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-4.0.1.3.ebuild
Date: Wed, 22 Jan 2014 08:49:32
Message-Id: 20140122084925.6B5362004C@flycatcher.gentoo.org
1 voyageur 14/01/22 08:49:25
2
3 Modified: ChangeLog
4 Added: x2goclient-4.0.1.3.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
9
10 Revision Changes Path
11 1.26 net-misc/x2goclient/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/x2goclient/ChangeLog?rev=1.26&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/x2goclient/ChangeLog?rev=1.26&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/x2goclient/ChangeLog?r1=1.25&r2=1.26
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v
20 retrieving revision 1.25
21 retrieving revision 1.26
22 diff -u -r1.25 -r1.26
23 --- ChangeLog 6 Jan 2014 12:21:15 -0000 1.25
24 +++ ChangeLog 22 Jan 2014 08:49:25 -0000 1.26
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-misc/x2goclient
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.25 2014/01/06 12:21:15 voyageur Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.26 2014/01/22 08:49:25 voyageur Exp $
30 +
31 +*x2goclient-4.0.1.3 (22 Jan 2014)
32 +
33 + 22 Jan 2014; Bernard Cafarelli <voyageur@g.o>
34 + +x2goclient-4.0.1.3.ebuild:
35 + Version bump
36
37 06 Jan 2014; Bernard Cafarelli <voyageur@g.o>
38 x2goclient-4.0.1.0.ebuild:
39
40
41
42 1.1 net-misc/x2goclient/x2goclient-4.0.1.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/x2goclient/x2goclient-4.0.1.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/x2goclient/x2goclient-4.0.1.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: x2goclient-4.0.1.3.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-4.0.1.3.ebuild,v 1.1 2014/01/22 08:49:25 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-0.6.0_rc1
66 net-print/cups
67 dev-qt/qtcore:4[ssl]
68 dev-qt/qtgui:4
69 dev-qt/qtsvg:4
70 ldap? ( net-nds/openldap )"
71 RDEPEND="${DEPEND}
72 net-misc/nx"
73
74 src_prepare() {
75 if ! use ldap; then
76 sed -e "s/-lldap//" -i x2goclient.pro || die
77 sed -e "s/#define USELDAP//" -i x2goclientconfig.h || die
78 fi
79 }
80
81 src_install() {
82 dobin ${PN}
83
84 insinto /usr/share/pixmaps/x2goclient
85 doins -r icons/*
86
87 make_desktop_entry ${PN} "X2go client" ${PN} "Network"
88 }