summaryrefslogtreecommitdiff
path: root/x11-misc/x2vnc/x2vnc-1.7.2-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /x11-misc/x2vnc/x2vnc-1.7.2-r1.ebuild
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'x11-misc/x2vnc/x2vnc-1.7.2-r1.ebuild')
-rw-r--r--x11-misc/x2vnc/x2vnc-1.7.2-r1.ebuild18
1 files changed, 7 insertions, 11 deletions
diff --git a/x11-misc/x2vnc/x2vnc-1.7.2-r1.ebuild b/x11-misc/x2vnc/x2vnc-1.7.2-r1.ebuild
index 7a41c7b368d7..31f6fe487ba8 100644
--- a/x11-misc/x2vnc/x2vnc-1.7.2-r1.ebuild
+++ b/x11-misc/x2vnc/x2vnc-1.7.2-r1.ebuild
@@ -1,15 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
-
-inherit eutils
+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"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="alpha amd64 ppc sparc x86"
IUSE="tk"
@@ -22,15 +20,13 @@ DEPEND="${RDEPEND}
x11-base/xorg-proto
tk? ( dev-tcltk/expect )"
-src_unpack() {
- unpack ${A}
- cd "${S}/contrib"
- epatch "${FILESDIR}/expectk.patch"
-}
+PATCHES=(
+ "${FILESDIR}/expectk.patch"
+)
src_install() {
dodir /usr/share /usr/bin
- make DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install
use tk && dobin contrib/tkx2vnc
dodoc ChangeLog README
}