summaryrefslogtreecommitdiff
path: root/net-misc/datapipe
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-30 08:49:38 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-30 08:49:38 +0100
commitb2be182d49eea46686b5cf2680d457df61e89dc4 (patch)
treec66442ced2011c5ca81c3114cc51041e314c6d33 /net-misc/datapipe
parente23cdda4dbb0c83b9e682ab5e916085a35203da5 (diff)
gentoo resync : 30.06.2018
Diffstat (limited to 'net-misc/datapipe')
-rw-r--r--net-misc/datapipe/Manifest2
-rw-r--r--net-misc/datapipe/datapipe-1.0-r2.ebuild (renamed from net-misc/datapipe/datapipe-1.0-r1.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/datapipe/Manifest b/net-misc/datapipe/Manifest
index 0be755f9216c..4be7fc52012e 100644
--- a/net-misc/datapipe/Manifest
+++ b/net-misc/datapipe/Manifest
@@ -1,3 +1,3 @@
DIST datapipe-1.0.tar.gz 3129 BLAKE2B 75f6012a55327b12cae20bc951bb338daeb3fb31b223d085a30ae1af0e2c1282966ea04071f36044384f8fe9d6be710f51dd5f9ecbc065a00ccb9b5eb49ea84a SHA512 d5bcd774f41fe465cf104bcb4128fa980967823ff0adc55fa7e145ba736c058a6b25ff519d18963d54ecdc2431510b6e290b44a2c1c202182efceb93e3532df7
-EBUILD datapipe-1.0-r1.ebuild 604 BLAKE2B acb95babc93dc772d124e90851f0cd2ab4db8ee51c47457a5e503902361484677db59266e7d8260907cd7d568c5013dc7724ce1188c6e4972f60b9ac8a3552ae SHA512 349b0546a737fed313477ca92c4ac7f4eb3ae823fd92aba11bdd61d1c55b10ef1b0d501d9f8053ef884436f8218d5516eef1ab8257d6f24bceb6fdc7b3057cc3
+EBUILD datapipe-1.0-r2.ebuild 610 BLAKE2B 666648925ed4baa9d3dc18636401cda2c6a195db7cced321932369a5f39708b48786f756beafc390169d036d0b58977cad94bd171f0be827e26c47e8dc3b7ac9 SHA512 637281944686130ef987ba81b64c135ade31384cb7defc7468c5d82645b7ac957172bb4b34023622daf4911f9474dfe9db327eacd1646202bb18f45c52b2838d
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/net-misc/datapipe/datapipe-1.0-r1.ebuild b/net-misc/datapipe/datapipe-1.0-r2.ebuild
index 8bcbbded72a0..503b4e448264 100644
--- a/net-misc/datapipe/datapipe-1.0-r1.ebuild
+++ b/net-misc/datapipe/datapipe-1.0-r2.ebuild
@@ -1,11 +1,10 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=6
inherit toolchain-funcs
-IUSE=""
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"
@@ -19,6 +18,7 @@ src_compile() {
}
src_install() {
+ einstalldocs
dobin datapipe
dodoc datapipe.txt
}