commit:     b20295bdf365f76d06056725a5f5725f29af8e19
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 18:01:20 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 18:23:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20295bd

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(+)

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 00000000..486ce01
--- /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
+}

Reply via email to