Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dxpc/
Date: Thu, 09 Feb 2017 21:53:25
Message-Id: 1486677159.f8306f3aded454a12c82e196db97e1bd8c1f431e.soap@gentoo
1 commit: f8306f3aded454a12c82e196db97e1bd8c1f431e
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 9 08:49:31 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 21:52:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8306f3a
7
8 x11-misc/dxpc: EAPI bump 0 -> 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3890
12
13 x11-misc/dxpc/dxpc-3.9.2-r2.ebuild | 26 ++++++++++++++++++++++++++
14 1 file changed, 26 insertions(+)
15
16 diff --git a/x11-misc/dxpc/dxpc-3.9.2-r2.ebuild b/x11-misc/dxpc/dxpc-3.9.2-r2.ebuild
17 new file mode 100644
18 index 0000000000..828e1c39f4
19 --- /dev/null
20 +++ b/x11-misc/dxpc/dxpc-3.9.2-r2.ebuild
21 @@ -0,0 +1,26 @@
22 +# Copyright 1999-2017 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=6
27 +
28 +DESCRIPTION="Differential X Protocol Compressor"
29 +HOMEPAGE="http://www.vigor.nu/dxpc/"
30 +SRC_URI="http://www.vigor.nu/dxpc/${P}.tgz"
31 +
32 +LICENSE="BSD"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~ppc ~x86"
35 +IUSE=""
36 +
37 +RDEPEND="x11-libs/libXt
38 + >=dev-libs/lzo-2"
39 +DEPEND="${RDEPEND}
40 + x11-proto/xproto"
41 +
42 +DOCS=( CHANGES README TODO )
43 +
44 +src_install () {
45 + emake prefix="${ED%/}"/usr man1dir="${ED%/}"/usr/share/man/man1 install
46 + einstalldocs
47 +}