diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-10-08 09:52:43 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-10-08 09:52:43 +0000 |
commit | 4bfe7c4888a95fe35ece6b60f24db3e4505794d6 (patch) | |
tree | 9d679a63b02a9dafcadeb2663aaf279d2a6b0991 /x11-misc/x2vnc | |
parent | cleanup (diff) | |
download | historical-4bfe7c4888a95fe35ece6b60f24db3e4505794d6.tar.gz historical-4bfe7c4888a95fe35ece6b60f24db3e4505794d6.tar.bz2 historical-4bfe7c4888a95fe35ece6b60f24db3e4505794d6.zip |
Removing some old junk
Diffstat (limited to 'x11-misc/x2vnc')
-rw-r--r-- | x11-misc/x2vnc/Manifest | 10 | ||||
-rw-r--r-- | x11-misc/x2vnc/files/digest-x2vnc-1.31 | 1 | ||||
-rw-r--r-- | x11-misc/x2vnc/files/digest-x2vnc-1.4 | 1 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.31.ebuild | 23 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.4.ebuild | 29 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild | 4 |
6 files changed, 5 insertions, 63 deletions
diff --git a/x11-misc/x2vnc/Manifest b/x11-misc/x2vnc/Manifest index 3c734103a47a..5a1d1e08dfe6 100644 --- a/x11-misc/x2vnc/Manifest +++ b/x11-misc/x2vnc/Manifest @@ -1,12 +1,8 @@ -MD5 11014d68dda6c9611ea041b536f913b2 ChangeLog 1678 MD5 8a6f317d27e290e85ae0e4b4e1e10bfb x2vnc-1.3.1.ebuild 612 -MD5 e8b0ede7719ef96145a28cdd438bfd85 x2vnc-1.31.ebuild 594 -MD5 26e5041b8aa33961fee1d239ffea80de x2vnc-1.4.ebuild 579 +MD5 ae97b068f41efd4059cd22b2bd8fc088 x2vnc-1.5.1-r1.ebuild 825 MD5 a84498090a5b2d598a49619b7aa641a1 x2vnc-1.5.1.ebuild 593 +MD5 11014d68dda6c9611ea041b536f913b2 ChangeLog 1678 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 -MD5 271d00742fc91eb4324f6c18d9d09117 x2vnc-1.5.1-r1.ebuild 826 +MD5 c2a74343b9025063716f8799fcd3b2b0 files/digest-x2vnc-1.5.1-r1 62 MD5 eb06c797c1a1151b43fe899de595134a files/digest-x2vnc-1.3.1 61 -MD5 eb06c797c1a1151b43fe899de595134a files/digest-x2vnc-1.31 61 -MD5 6b71281d579f16e2b31cfb6b4c197131 files/digest-x2vnc-1.4 60 MD5 c2a74343b9025063716f8799fcd3b2b0 files/digest-x2vnc-1.5.1 62 -MD5 c2a74343b9025063716f8799fcd3b2b0 files/digest-x2vnc-1.5.1-r1 62 diff --git a/x11-misc/x2vnc/files/digest-x2vnc-1.31 b/x11-misc/x2vnc/files/digest-x2vnc-1.31 deleted file mode 100644 index eeb22f228786..000000000000 --- a/x11-misc/x2vnc/files/digest-x2vnc-1.31 +++ /dev/null @@ -1 +0,0 @@ -MD5 e71d7e9077b3cde64874949e50433bb0 x2vnc-1.31.tar.gz 53012 diff --git a/x11-misc/x2vnc/files/digest-x2vnc-1.4 b/x11-misc/x2vnc/files/digest-x2vnc-1.4 deleted file mode 100644 index 7e5a361600e5..000000000000 --- a/x11-misc/x2vnc/files/digest-x2vnc-1.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 03a5bf0b30c8a93e1e3ec105844c5950 x2vnc-1.4.tar.gz 57696 diff --git a/x11-misc/x2vnc/x2vnc-1.31.ebuild b/x11-misc/x2vnc/x2vnc-1.31.ebuild deleted file mode 100644 index 8f58c66f79c1..000000000000 --- a/x11-misc/x2vnc/x2vnc-1.31.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.12 2003/09/05 23:29:06 msterret 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" - -src_compile() { - xmkmf || die - make || die -} - -src_install () { - make DESTDIR=${D} install || die - newman x2vnc.man x2vnc.1x -} diff --git a/x11-misc/x2vnc/x2vnc-1.4.ebuild b/x11-misc/x2vnc/x2vnc-1.4.ebuild deleted file mode 100644 index bf97bd815576..000000000000 --- a/x11-misc/x2vnc/x2vnc-1.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.4.ebuild,v 1.3 2003/09/05 23:29:06 msterret 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 - -} - - diff --git a/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild b/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild index 7a2d65f33ffb..0d8a2e63781d 100644 --- a/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild +++ b/x11-misc/x2vnc/x2vnc-1.5.1-r1.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.5.1-r1.ebuild,v 1.2 2003/09/05 23:29:06 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild,v 1.3 2003/10/08 09:52:39 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 ~alpha ~sparc" +KEYWORDS="x86 ~alpha ~sparc" DEPEND="virtual/x11 tcltk? ( dev-tcltk/expect ) |