diff options
Diffstat (limited to 'x11-misc/x2vnc/x2vnc-1.7.2-r1.ebuild')
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.7.2-r1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-misc/x2vnc/x2vnc-1.7.2-r1.ebuild b/x11-misc/x2vnc/x2vnc-1.7.2-r1.ebuild deleted file mode 100644 index b9d93cf24e7..00000000000 --- a/x11-misc/x2vnc/x2vnc-1.7.2-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Control a remote computer running VNC from X" -HOMEPAGE="http://fredrik.hubbe.net/x2vnc.html" -SRC_URI="http://fredrik.hubbe.net/${PN}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ppc sparc x86" -IUSE="tk" - -RDEPEND="x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXext - x11-libs/libXinerama" -DEPEND="${RDEPEND} - x11-base/xorg-proto - tk? ( dev-tcltk/expect )" - -PATCHES=( - "${FILESDIR}/expectk.patch" -) - -src_install() { - dodir /usr/share /usr/bin - emake DESTDIR="${D}" install - use tk && dobin contrib/tkx2vnc - dodoc ChangeLog README -} |