summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Verwilst <verwilst@gentoo.org>2002-03-25 10:55:39 +0000
committerBart Verwilst <verwilst@gentoo.org>2002-03-25 10:55:39 +0000
commit505b3f686e99f7475374ee681b253338a7ddddcf (patch)
tree2b0ea546377cf2f9ee975f4d61cf48a3c792934a /net-misc/tightvnc
parentremoved the kde-{app,i18n.libs} categories which were removed 6 months ago bu... (diff)
downloadhistorical-505b3f686e99f7475374ee681b253338a7ddddcf.tar.gz
historical-505b3f686e99f7475374ee681b253338a7ddddcf.tar.bz2
historical-505b3f686e99f7475374ee681b253338a7ddddcf.zip
updated version, removed old ones
Diffstat (limited to 'net-misc/tightvnc')
-rw-r--r--net-misc/tightvnc/ChangeLog11
-rw-r--r--net-misc/tightvnc/files/digest-tightvnc-1.2.11
-rw-r--r--net-misc/tightvnc/files/digest-tightvnc-1.2.21
-rw-r--r--net-misc/tightvnc/files/digest-tightvnc-1.2.31
-rw-r--r--net-misc/tightvnc/tightvnc-1.2.1.ebuild32
-rw-r--r--net-misc/tightvnc/tightvnc-1.2.3.ebuild (renamed from net-misc/tightvnc/tightvnc-1.2.2.ebuild)7
6 files changed, 15 insertions, 38 deletions
diff --git a/net-misc/tightvnc/ChangeLog b/net-misc/tightvnc/ChangeLog
index 42c1b08cf676..faaafd901883 100644
--- a/net-misc/tightvnc/ChangeLog
+++ b/net-misc/tightvnc/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for net-misc/tightvnc
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.1 2002/02/01 21:53:36 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.2 2002/03/25 10:55:39 verwilst Exp $
+
+*tightvnc-1.2.3 (25 March 2002)
+
+ 25 March 2002; Bart Verwilst <verwilst@gentoo.org> ChangeLog :
+
+ Upgraded to 1.2.3, and removed the old 2 versions..
+ Since 1.2.2 never compiled, the TightVNC people assured me 1.2.3
+ fixes all the problems, and it does! :o) So we have a fully working
+ version for Gentoo 1.0 :o)
*tightvnc-1.2.1 (1 Feb 2002)
diff --git a/net-misc/tightvnc/files/digest-tightvnc-1.2.1 b/net-misc/tightvnc/files/digest-tightvnc-1.2.1
deleted file mode 100644
index 2501e2a65e4d..000000000000
--- a/net-misc/tightvnc/files/digest-tightvnc-1.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6ab5f3d6a650792d519ba1f12fdde037 tightvnc-1.2.1_unixsrc.tar.bz2 1719497
diff --git a/net-misc/tightvnc/files/digest-tightvnc-1.2.2 b/net-misc/tightvnc/files/digest-tightvnc-1.2.2
deleted file mode 100644
index f9328e214531..000000000000
--- a/net-misc/tightvnc/files/digest-tightvnc-1.2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0e3ccfca79d8bc38694e5bfe09b1f1a8 tightvnc-1.2.2_unixsrc.tar.bz2 1720393
diff --git a/net-misc/tightvnc/files/digest-tightvnc-1.2.3 b/net-misc/tightvnc/files/digest-tightvnc-1.2.3
new file mode 100644
index 000000000000..eef258320fd2
--- /dev/null
+++ b/net-misc/tightvnc/files/digest-tightvnc-1.2.3
@@ -0,0 +1 @@
+MD5 35a2561f83eeabec7b0c91c251fbcfb4 tightvnc-1.2.3_unixsrc.tar.bz2 1688195
diff --git a/net-misc/tightvnc/tightvnc-1.2.1.ebuild b/net-misc/tightvnc/tightvnc-1.2.1.ebuild
deleted file mode 100644
index e827273e58ae..000000000000
--- a/net-misc/tightvnc/tightvnc-1.2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# Author Bart Verwilst <verwilst@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.1.ebuild,v 1.3 2002/02/10 21:07:04 verwilst Exp $
-
-S="${WORKDIR}/vnc_unixsrc"
-DESCRIPTION="A great client/server software package allowing remote network access to graphical desktops."
-SRC_URI="http://prdownloads.sourceforge.net/vnc-tight/tightvnc-1.2.1_unixsrc.tar.bz2"
-HOMEPAGE="http://www.tightvnc.com"
-SLOT="0"
-DEPEND="virtual/glibc
- >=x11-base/xfree-4.0.3
- >=sys-devel/perl-5.6.1"
-
-RDEPEND=$DEPEND
-
-src_compile() {
- cd ${S}
- xmkmf || die
- make World || die
- cd Xvnc
- make World || die
-
-}
-
-src_install() {
-
- cd ${S}
- mkdir -p ${D}/usr/bin
- ./vncinstall ${D}/usr/bin || die
-
-}
diff --git a/net-misc/tightvnc/tightvnc-1.2.2.ebuild b/net-misc/tightvnc/tightvnc-1.2.3.ebuild
index fd3bb6713164..25013c97bdea 100644
--- a/net-misc/tightvnc/tightvnc-1.2.2.ebuild
+++ b/net-misc/tightvnc/tightvnc-1.2.3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author Bart Verwilst <verwilst@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.2.ebuild,v 1.1 2002/02/10 21:07:04 verwilst Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.3.ebuild,v 1.1 2002/03/25 10:55:39 verwilst Exp $
S="${WORKDIR}/vnc_unixsrc"
DESCRIPTION="A great client/server software package allowing remote network access to graphical desktops."
@@ -9,8 +9,9 @@ SRC_URI="http://prdownloads.sourceforge.net/vnc-tight/${P}_unixsrc.tar.bz2"
HOMEPAGE="http://www.tightvnc.com"
SLOT="0"
DEPEND="virtual/glibc
- >=x11-base/xfree-4.1.0
- >=sys-devel/perl-5.6.1"
+ >=x11-base/xfree-4.1.0
+ >=sys-devel/perl-5.6.1
+ >=sys-libs/zlib-1.1.4"
RDEPEND=$DEPEND