Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/tsclient: ChangeLog tsclient-0.150.ebuild tsclient-0.140.ebuild tsclient-0.132.ebuild
Date: Sat, 02 Feb 2008 14:12:14
Message-Id: E1JLJ6I-0004zh-VI@stork.gentoo.org
1 wolf31o2 08/02/02 14:12:10
2
3 Modified: ChangeLog
4 Added: tsclient-0.150.ebuild
5 Removed: tsclient-0.140.ebuild tsclient-0.132.ebuild
6 Log:
7 Version bump to 0.150 and closing bug #208263 and bug #208264.
8 (Portage version: 2.1.4.1)
9
10 Revision Changes Path
11 1.27 net-misc/tsclient/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tsclient/ChangeLog?rev=1.27&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tsclient/ChangeLog?rev=1.27&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tsclient/ChangeLog?r1=1.26&r2=1.27
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/tsclient/ChangeLog,v
20 retrieving revision 1.26
21 retrieving revision 1.27
22 diff -u -r1.26 -r1.27
23 --- ChangeLog 27 Jul 2007 18:04:42 -0000 1.26
24 +++ ChangeLog 2 Feb 2008 14:12:10 -0000 1.27
25 @@ -1,6 +1,13 @@
26 # ChangeLog for net-misc/tsclient
27 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tsclient/ChangeLog,v 1.26 2007/07/27 18:04:42 armin76 Exp $
29 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tsclient/ChangeLog,v 1.27 2008/02/02 14:12:10 wolf31o2 Exp $
31 +
32 +*tsclient-0.150 (02 Feb 2008)
33 +
34 + 02 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
35 + -files/tsclient-0.140-connect-path-builder.patch, -tsclient-0.132.ebuild,
36 + -tsclient-0.140.ebuild, +tsclient-0.150.ebuild:
37 + Version bump to 0.150 and closing bug #208263 and bug #208264.
38
39 27 Jul 2007; Raúl Porcel <armin76@g.o> tsclient-0.148.ebuild:
40 alpha/ia64 stable
41
42
43
44 1.1 net-misc/tsclient/tsclient-0.150.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tsclient/tsclient-0.150.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tsclient/tsclient-0.150.ebuild?rev=1.1&content-type=text/plain
48
49 Index: tsclient-0.150.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-misc/tsclient/tsclient-0.150.ebuild,v 1.1 2008/02/02 14:12:10 wolf31o2 Exp $
54
55 inherit eutils
56
57 DESCRIPTION="GTK2 frontend for rdesktop"
58 HOMEPAGE="http://www.gnomepro.com/tsclient"
59 SRC_URI="http://www.gnomepro.com/${PN}/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
64 IUSE="debug vnc"
65
66 RDEPEND=">=x11-libs/gtk+-2.0
67 >=dev-libs/glib-2.0
68 >=net-misc/rdesktop-1.3.0
69 >=gnome-base/libgnomeui-2.0
70 >=gnome-base/gnome-panel-2.0
71 vnc? (
72 || (
73 net-misc/vnc
74 net-misc/tightvnc ) )"
75
76 DEPEND="${RDEPEND}
77 >=dev-util/intltool-0.27
78 dev-util/pkgconfig"
79
80 src_compile() {
81 econf $(use_enable debug) || die "configure failed"
82 emake || die "make failed"
83 }
84
85 src_install() {
86 make DESTDIR="${D}" install || die "install failed"
87 dodoc AUTHORS NEWS README VERSION
88 }
89
90 pkg_postinst() {
91 if use vnc
92 then
93 ewarn "VNC support is still experimental. Be sure to read"
94 ewarn "/usr/share/doc/${PF}/README.gz for more infomration."
95 echo
96 fi
97 }
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list