summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-03-09 18:52:42 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-03-09 18:52:42 +0000
commitbe7bcb85bbd640a3b07bf7fe85e2e9ad715ee4aa (patch)
treec984a7762ae60e17d66a7226c6977a318f381b01 /net-misc/tsclient
parentset ~ppc in keywords (diff)
downloadhistorical-be7bcb85bbd640a3b07bf7fe85e2e9ad715ee4aa.tar.gz
historical-be7bcb85bbd640a3b07bf7fe85e2e9ad715ee4aa.tar.bz2
historical-be7bcb85bbd640a3b07bf7fe85e2e9ad715ee4aa.zip
Version bump
Diffstat (limited to 'net-misc/tsclient')
-rw-r--r--net-misc/tsclient/ChangeLog7
-rw-r--r--net-misc/tsclient/files/digest-tsclient-0.1041
-rw-r--r--net-misc/tsclient/tsclient-0.104.ebuild34
3 files changed, 41 insertions, 1 deletions
diff --git a/net-misc/tsclient/ChangeLog b/net-misc/tsclient/ChangeLog
index 1c9be65f8995..0d2cd759b4bf 100644
--- a/net-misc/tsclient/ChangeLog
+++ b/net-misc/tsclient/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/tsclient
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tsclient/ChangeLog,v 1.5 2003/02/22 08:34:07 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tsclient/ChangeLog,v 1.6 2003/03/09 18:52:42 aliz Exp $
+
+*tsclient-0.104 (09 Mar 2003)
+
+ 09 Mar 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Version bump.
*tsclient-0.91 (26 Jan 2003)
diff --git a/net-misc/tsclient/files/digest-tsclient-0.104 b/net-misc/tsclient/files/digest-tsclient-0.104
new file mode 100644
index 000000000000..45cb2daf0e5e
--- /dev/null
+++ b/net-misc/tsclient/files/digest-tsclient-0.104
@@ -0,0 +1 @@
+MD5 6d54922fe52e64b164694c1e7d90b496 tsclient-0.104.tar.gz 223889
diff --git a/net-misc/tsclient/tsclient-0.104.ebuild b/net-misc/tsclient/tsclient-0.104.ebuild
new file mode 100644
index 000000000000..6c4c4a08fadd
--- /dev/null
+++ b/net-misc/tsclient/tsclient-0.104.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tsclient/tsclient-0.104.ebuild,v 1.1 2003/03/09 18:52:42 aliz 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="~x86 ~sparc"
+
+IUSE=""
+
+DEPEND=">=x11-libs/gtk+-2.0
+ >=net-misc/rdesktop-1.1.0
+ >=dev-libs/glib-2.0
+ >=gnome-base/gnome-panel-2.0"
+
+#RDEPEND=""
+
+S="${WORKDIR}/${P}"
+
+src_compile() {
+ econf || die "configure failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install
+ insinto /usr/share/applications
+ doins ${FILESDIR}/tsclient.desktop
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION
+}