x11-misc/dxpc: EAPI bump 0 -> 6
authorHarri Nieminen <moikkis@gmail.com>
Thu, 9 Feb 2017 08:49:31 +0000 (10:49 +0200)
committerDavid Seifert <soap@gentoo.org>
Thu, 9 Feb 2017 21:52:39 +0000 (22:52 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3890

x11-misc/dxpc/dxpc-3.9.2-r2.ebuild [new file with mode: 0644]

diff --git a/x11-misc/dxpc/dxpc-3.9.2-r2.ebuild b/x11-misc/dxpc/dxpc-3.9.2-r2.ebuild
new file mode 100644 (file)
index 0000000..828e1c3
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Differential X Protocol Compressor"
+HOMEPAGE="http://www.vigor.nu/dxpc/"
+SRC_URI="http://www.vigor.nu/dxpc/${P}.tgz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libXt
+       >=dev-libs/lzo-2"
+DEPEND="${RDEPEND}
+       x11-proto/xproto"
+
+DOCS=( CHANGES README TODO )
+
+src_install () {
+       emake prefix="${ED%/}"/usr man1dir="${ED%/}"/usr/share/man/man1 install
+       einstalldocs
+}