net-misc/datapipe: EAPI 6 bump.
authorPatrice Clement <monsieurp@gentoo.org>
Wed, 27 Jun 2018 22:32:53 +0000 (00:32 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 28 Jun 2018 10:46:14 +0000 (12:46 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

net-misc/datapipe/datapipe-1.0-r2.ebuild [new file with mode: 0644]

diff --git a/net-misc/datapipe/datapipe-1.0-r2.ebuild b/net-misc/datapipe/datapipe-1.0-r2.ebuild
new file mode 100644 (file)
index 0000000..503b4e4
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="bind a local port and connect it to a remote socket"
+HOMEPAGE="http://http.distributed.net/pub/dcti/unsupported/"
+SRC_URI="ftp://ftp.distributed.net/pub/dcti/unsupported/${P}.tar.gz http://http.distributed.net/pub/dcti/unsupported/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~arm ~amd64"
+
+src_compile() {
+       $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o datapipe datapipe.c
+}
+
+src_install() {
+       einstalldocs
+       dobin datapipe
+       dodoc datapipe.txt
+}