diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-02 14:12:11 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-02 14:12:11 +0000 |
commit | 17c69c711fce32aab7563557f79925726b73acd2 (patch) | |
tree | e5eedc2169d38c13e02465ac304f66bbe61550b8 | |
parent | Marking brltty-3.9 ppc64 for bug 208536 (diff) | |
download | gentoo-2-17c69c711fce32aab7563557f79925726b73acd2.tar.gz gentoo-2-17c69c711fce32aab7563557f79925726b73acd2.tar.bz2 gentoo-2-17c69c711fce32aab7563557f79925726b73acd2.zip |
Version bump to 0.150 and closing bug #208263 and bug #208264.
(Portage version: 2.1.4.1)
-rw-r--r-- | net-misc/tsclient/ChangeLog | 11 | ||||
-rw-r--r-- | net-misc/tsclient/files/tsclient-0.140-connect-path-builder.patch | 20 | ||||
-rw-r--r-- | net-misc/tsclient/tsclient-0.132.ebuild | 31 | ||||
-rw-r--r-- | net-misc/tsclient/tsclient-0.150.ebuild (renamed from net-misc/tsclient/tsclient-0.140.ebuild) | 32 |
4 files changed, 27 insertions, 67 deletions
diff --git a/net-misc/tsclient/ChangeLog b/net-misc/tsclient/ChangeLog index 73dbc0ea0e9f..611168b7d077 100644 --- a/net-misc/tsclient/ChangeLog +++ b/net-misc/tsclient/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-misc/tsclient -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tsclient/ChangeLog,v 1.26 2007/07/27 18:04:42 armin76 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tsclient/ChangeLog,v 1.27 2008/02/02 14:12:10 wolf31o2 Exp $ + +*tsclient-0.150 (02 Feb 2008) + + 02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> + -files/tsclient-0.140-connect-path-builder.patch, -tsclient-0.132.ebuild, + -tsclient-0.140.ebuild, +tsclient-0.150.ebuild: + Version bump to 0.150 and closing bug #208263 and bug #208264. 27 Jul 2007; Raúl Porcel <armin76@gentoo.org> tsclient-0.148.ebuild: alpha/ia64 stable diff --git a/net-misc/tsclient/files/tsclient-0.140-connect-path-builder.patch b/net-misc/tsclient/files/tsclient-0.140-connect-path-builder.patch deleted file mode 100644 index 7fcbfd624b65..000000000000 --- a/net-misc/tsclient/files/tsclient-0.140-connect-path-builder.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- src/connect.c 2006-01-14 12:29:49.000000000 -0600 -+++ src/connect.c 2006-01-14 12:30:08.000000000 -0600 -@@ -1288,7 +1288,7 @@ - GtkWidget *main_window; - rdp_file *rdp = NULL; - gchar *home = tsc_home_path (); -- gchar *filename = g_build_path ("/", home, "last.tsc"); -+ gchar *filename = g_build_path ("/", home, "last.tsc", NULL); - - #ifdef TSCLIENT_DEBUG - printf ("on_btnConnect_clicked\n"); -@@ -1325,7 +1325,7 @@ - GtkWidget *main_window; - rdp_file *rdp_last = NULL; - gchar *home = tsc_home_path (); -- gchar *filename = g_build_path ("/", home, "last.tsc"); -+ gchar *filename = g_build_path ("/", home, "last.tsc", NULL); - - #ifdef TSCLIENT_DEBUG - printf ("on_btnQuit_clicked\n"); diff --git a/net-misc/tsclient/tsclient-0.132.ebuild b/net-misc/tsclient/tsclient-0.132.ebuild deleted file mode 100644 index de1c384c4bd5..000000000000 --- a/net-misc/tsclient/tsclient-0.132.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tsclient/tsclient-0.132.ebuild,v 1.7 2005/11/14 21:31:28 hansmi Exp $ - -DESCRIPTION="GTK2 frontend for rdesktop" -HOMEPAGE="http://www.gnomepro.com/tsclient" -SRC_URI="http://www.gnomepro.com/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha ~amd64 ia64 ~ppc sparc x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.0 - >=net-misc/rdesktop-1.3.0 - >=dev-libs/glib-2.0 - >=gnome-base/gnome-panel-2.0" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.22 - dev-util/pkgconfig" - -src_compile() { - econf || die "configure failed" - emake || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die "install failed" - dodoc AUTHORS COPYING NEWS README VERSION -} diff --git a/net-misc/tsclient/tsclient-0.140.ebuild b/net-misc/tsclient/tsclient-0.150.ebuild index a644af25c75d..0d76e0c3ba61 100644 --- a/net-misc/tsclient/tsclient-0.140.ebuild +++ b/net-misc/tsclient/tsclient-0.150.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tsclient/tsclient-0.140.ebuild,v 1.2 2006/01/14 18:59:50 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tsclient/tsclient-0.150.ebuild,v 1.1 2008/02/02 14:12:10 wolf31o2 Exp $ inherit eutils @@ -11,33 +11,37 @@ SRC_URI="http://www.gnomepro.com/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="debug" +IUSE="debug vnc" RDEPEND=">=x11-libs/gtk+-2.0 >=dev-libs/glib-2.0 >=net-misc/rdesktop-1.3.0 >=gnome-base/libgnomeui-2.0 >=gnome-base/gnome-panel-2.0 - sys-devel/gettext" + vnc? ( + || ( + net-misc/vnc + net-misc/tightvnc ) )" DEPEND="${RDEPEND} >=dev-util/intltool-0.27 dev-util/pkgconfig" -src_unpack() { - unpack ${A} - cd ${S} - - # Patch for segfaults on connect and quit - epatch ${FILESDIR}/${PN}-0.140-connect-path-builder.patch -} - src_compile() { econf $(use_enable debug) || die "configure failed" emake || die "make failed" } src_install() { - make DESTDIR=${D} install || die "install failed" - dodoc AUTHORS COPYING NEWS README VERSION + make DESTDIR="${D}" install || die "install failed" + dodoc AUTHORS NEWS README VERSION +} + +pkg_postinst() { + if use vnc + then + ewarn "VNC support is still experimental. Be sure to read" + ewarn "/usr/share/doc/${PF}/README.gz for more infomration." + echo + fi } |