From: Patrice Clement Date: Sun, 15 Jan 2017 18:01:20 +0000 (+0100) Subject: net-misc/unix2tcp: EAPI 6 bump. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b20295bdf365f76d06056725a5f5725f29af8e19;p=gentoo.git net-misc/unix2tcp: EAPI 6 bump. Package-Manager: portage-2.3.0 --- diff --git a/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild b/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild new file mode 100644 index 000000000000..486ce018c2c9 --- /dev/null +++ b/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="a connection forwarder that converts Unix sockets into TCP sockets" +HOMEPAGE="http://gnu.gds.tuwien.ac.at/directory/all/unix2tcp.html" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~x86" + +DOCS=( ChangeLog README ) + +src_install() { + emake DESTDIR="${D}" install + einstalldocs +}