summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-06-28 00:33:29 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-06-28 12:46:16 +0200
commit48323492fa2b174b43b9fdc992e607573e7d715c (patch)
treec46e5b80110912bfd7c4d58af0bac47c2906f6dc /net-misc/datapipe
parentnet-misc/datapipe: EAPI 6 bump. (diff)
downloadgentoo-48323492fa2b174b43b9fdc992e607573e7d715c.tar.gz
gentoo-48323492fa2b174b43b9fdc992e607573e7d715c.tar.bz2
gentoo-48323492fa2b174b43b9fdc992e607573e7d715c.zip
net-misc/datapipe: clean up old.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-misc/datapipe')
-rw-r--r--net-misc/datapipe/datapipe-1.0-r1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-misc/datapipe/datapipe-1.0-r1.ebuild b/net-misc/datapipe/datapipe-1.0-r1.ebuild
deleted file mode 100644
index 8bcbbded72a0..000000000000
--- a/net-misc/datapipe/datapipe-1.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-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"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~arm ~amd64"
-
-src_compile() {
- $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o datapipe datapipe.c
-}
-
-src_install() {
- dobin datapipe
- dodoc datapipe.txt
-}