commit: f8306f3aded454a12c82e196db97e1bd8c1f431e Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Thu Feb 9 08:49:31 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Feb 9 21:52:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8306f3a
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 x11-misc/dxpc/dxpc-3.9.2-r2.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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 0000000000..828e1c39f4 --- /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 +}
