public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/tsclient: ChangeLog tsclient-0.150.ebuild tsclient-0.140.ebuild tsclient-0.132.ebuild
@ 2008-02-02 14:12 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; only message in thread
From: Chris Gianelloni (wolf31o2) @ 2008-02-02 14:12 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/02/02 14:12:10

  Modified:             ChangeLog
  Added:                tsclient-0.150.ebuild
  Removed:              tsclient-0.140.ebuild tsclient-0.132.ebuild
  Log:
  Version bump to 0.150 and closing bug #208263 and bug #208264.
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.27                 net-misc/tsclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tsclient/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	27 Jul 2007 18:04:42 -0000	1.26
+++ ChangeLog	2 Feb 2008 14:12:10 -0000	1.27
@@ -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



1.1                  net-misc/tsclient/tsclient-0.150.ebuild

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

Index: tsclient-0.150.ebuild
===================================================================
# 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.150.ebuild,v 1.1 2008/02/02 14:12:10 wolf31o2 Exp $

inherit eutils

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="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
	vnc? (
		|| (
			net-misc/vnc
			net-misc/tightvnc ) )"

DEPEND="${RDEPEND}
	>=dev-util/intltool-0.27
	dev-util/pkgconfig"

src_compile() {
	econf $(use_enable debug) || die "configure failed"
	emake || die "make failed"
}

src_install() {
	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
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-02-02 14:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-02 14:12 [gentoo-commits] gentoo-x86 commit in net-misc/tsclient: ChangeLog tsclient-0.150.ebuild tsclient-0.140.ebuild tsclient-0.132.ebuild Chris Gianelloni (wolf31o2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox