From b20295bdf365f76d06056725a5f5725f29af8e19 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sun, 15 Jan 2017 19:01:20 +0100 Subject: [PATCH] net-misc/unix2tcp: EAPI 6 bump. Package-Manager: portage-2.3.0 --- net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild 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 +} -- 2.26.2