diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-01-15 19:01:20 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-01-15 19:23:19 +0100 |
commit | b20295bdf365f76d06056725a5f5725f29af8e19 (patch) | |
tree | 96567e40baced5da6f40b03ac59d6710192aeaa0 /net-misc/unix2tcp | |
parent | dev-util/boost-build: make KEYWORDS one line (diff) | |
download | gentoo-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.ebuild | 20 |
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 +} |