summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-02-09 10:49:31 +0200
committerDavid Seifert <soap@gentoo.org>2017-02-09 22:52:39 +0100
commitf8306f3aded454a12c82e196db97e1bd8c1f431e (patch)
tree116f0d017467e2f0d4a0305aa6b7217c212499c0 /x11-misc/dxpc
parentx11-misc/wbarconf: EAPI bump 4 -> 6, migrate to python-single-r1 (diff)
downloadgentoo-f8306f3aded454a12c82e196db97e1bd8c1f431e.tar.gz
gentoo-f8306f3aded454a12c82e196db97e1bd8c1f431e.tar.bz2
gentoo-f8306f3aded454a12c82e196db97e1bd8c1f431e.zip
x11-misc/dxpc: EAPI bump 0 -> 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3890
Diffstat (limited to 'x11-misc/dxpc')
-rw-r--r--x11-misc/dxpc/dxpc-3.9.2-r2.ebuild26
1 files changed, 26 insertions, 0 deletions
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
index 000000000000..828e1c39f46a
--- /dev/null
+++ b/x11-misc/dxpc/dxpc-3.9.2-r2.ebuild
@@ -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
+}