net-misc/unix2tcp: EAPI 6 bump.
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 15 Jan 2017 18:01:20 +0000 (19:01 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 15 Jan 2017 18:23:19 +0000 (19:23 +0100)
Package-Manager: portage-2.3.0

net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild [new file with mode: 0644]

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 (file)
index 0000000..486ce01
--- /dev/null
@@ -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
+}