* [gentoo-commits] repo/gentoo:master commit in: x11-misc/dxpc/
@ 2017-02-09 21:53 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2017-02-09 21:53 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-02-09 21:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-09 21:53 [gentoo-commits] repo/gentoo:master commit in: x11-misc/dxpc/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox