summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-03-17 10:32:27 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-03-17 10:32:27 +0000
commit7467b275ed2bf121878b525a7758e9ac2ba0ac9f (patch)
tree26c5ad39073f5cd1632db69af38f26de59c55eb6 /x11-misc/x2vnc
parentSecurity update (diff)
downloadhistorical-7467b275ed2bf121878b525a7758e9ac2ba0ac9f.tar.gz
historical-7467b275ed2bf121878b525a7758e9ac2ba0ac9f.tar.bz2
historical-7467b275ed2bf121878b525a7758e9ac2ba0ac9f.zip
new version and cleaning up with some version number confusion
Diffstat (limited to 'x11-misc/x2vnc')
-rw-r--r--x11-misc/x2vnc/ChangeLog10
-rw-r--r--x11-misc/x2vnc/files/digest-x2vnc-1.3.11
-rw-r--r--x11-misc/x2vnc/files/digest-x2vnc-1.5.11
-rw-r--r--x11-misc/x2vnc/x2vnc-1.3.1.ebuild28
-rw-r--r--x11-misc/x2vnc/x2vnc-1.31.ebuild4
-rw-r--r--x11-misc/x2vnc/x2vnc-1.5.1.ebuild29
6 files changed, 70 insertions, 3 deletions
diff --git a/x11-misc/x2vnc/ChangeLog b/x11-misc/x2vnc/ChangeLog
index 6fdf8158dc9d..83237710cbb2 100644
--- a/x11-misc/x2vnc/ChangeLog
+++ b/x11-misc/x2vnc/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for x11-misc/x2vnc
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.7 2003/02/12 09:32:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.8 2003/03/17 10:32:27 phosphan Exp $
+
+*x2vnc-1.5.1 (17 Mar 2003)
+
+ 17 Mar 2003; Patrick Kursawe <phosphan@gentoo.org> x2vnc-1.3.1.ebuild
+ x2vnc-1.5.1.ebuild x2vnc-1.31.ebuild files/digest-x2vnc-1.3.1
+ files/digest-x2vnc-1.5.1 :
+ New version, masked 1.31 and provided 1.3.1 which is the same but has
+ a correct version number. Else the new 1.5.1 would be considered older.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/x11-misc/x2vnc/files/digest-x2vnc-1.3.1 b/x11-misc/x2vnc/files/digest-x2vnc-1.3.1
new file mode 100644
index 000000000000..eeb22f228786
--- /dev/null
+++ b/x11-misc/x2vnc/files/digest-x2vnc-1.3.1
@@ -0,0 +1 @@
+MD5 e71d7e9077b3cde64874949e50433bb0 x2vnc-1.31.tar.gz 53012
diff --git a/x11-misc/x2vnc/files/digest-x2vnc-1.5.1 b/x11-misc/x2vnc/files/digest-x2vnc-1.5.1
new file mode 100644
index 000000000000..d6f7ce72b973
--- /dev/null
+++ b/x11-misc/x2vnc/files/digest-x2vnc-1.5.1
@@ -0,0 +1 @@
+MD5 aaa3e3bc1dd11531f28968025b24ed3c x2vnc-1.5.1.tar.gz 60887
diff --git a/x11-misc/x2vnc/x2vnc-1.3.1.ebuild b/x11-misc/x2vnc/x2vnc-1.3.1.ebuild
new file mode 100644
index 000000000000..b377efbde3b3
--- /dev/null
+++ b/x11-misc/x2vnc/x2vnc-1.3.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.3.1.ebuild,v 1.1 2003/03/17 10:32:27 phosphan Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Control a remote computer running VNC from X"
+SRC_URI="http://www.hubbe.net/~hubbe/${PN}-1.31.tar.gz"
+HOMEPAGE="http://www.hubbe.net/~hubbe/x2vnc.html"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 sparc "
+
+DEPEND="virtual/x11"
+
+src_compile() {
+
+ xmkmf || die
+ make || die
+
+}
+
+src_install () {
+
+ make DESTDIR=${D} install || die
+
+}
+
+
diff --git a/x11-misc/x2vnc/x2vnc-1.31.ebuild b/x11-misc/x2vnc/x2vnc-1.31.ebuild
index 0bc91017a029..ef6efbf1620d 100644
--- a/x11-misc/x2vnc/x2vnc-1.31.ebuild
+++ b/x11-misc/x2vnc/x2vnc-1.31.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.31.ebuild,v 1.8 2003/02/13 17:19:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.31.ebuild,v 1.9 2003/03/17 10:32:27 phosphan Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Control a remote computer running VNC from X"
@@ -8,7 +8,7 @@ SRC_URI="http://www.hubbe.net/~hubbe/${P}.tar.gz"
HOMEPAGE="http://www.hubbe.net/~hubbe/x2vnc.html"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 sparc "
+KEYWORDS="~x86 ~sparc "
DEPEND="virtual/x11"
diff --git a/x11-misc/x2vnc/x2vnc-1.5.1.ebuild b/x11-misc/x2vnc/x2vnc-1.5.1.ebuild
new file mode 100644
index 000000000000..c313985f6a01
--- /dev/null
+++ b/x11-misc/x2vnc/x2vnc-1.5.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.5.1.ebuild,v 1.1 2003/03/17 10:32:27 phosphan Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Control a remote computer running VNC from X"
+SRC_URI="http://www.hubbe.net/~hubbe/${P}.tar.gz"
+HOMEPAGE="http://www.hubbe.net/~hubbe/x2vnc.html"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND="virtual/x11"
+IUSE=""
+
+src_compile() {
+
+ xmkmf || die
+ make || die
+
+}
+
+src_install () {
+
+ make DESTDIR=${D} install || die
+
+}
+
+