summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-01-15 19:01:20 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-01-15 19:23:19 +0100
commitb20295bdf365f76d06056725a5f5725f29af8e19 (patch)
tree96567e40baced5da6f40b03ac59d6710192aeaa0 /net-misc/unix2tcp
parentdev-util/boost-build: make KEYWORDS one line (diff)
downloadgentoo-b20295bdf365f76d06056725a5f5725f29af8e19.tar.gz
gentoo-b20295bdf365f76d06056725a5f5725f29af8e19.tar.bz2
gentoo-b20295bdf365f76d06056725a5f5725f29af8e19.zip
net-misc/unix2tcp: EAPI 6 bump.
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-misc/unix2tcp')
-rw-r--r--net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild20
1 files changed, 20 insertions, 0 deletions
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
+}