From 48323492fa2b174b43b9fdc992e607573e7d715c Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Thu, 28 Jun 2018 00:33:29 +0200 Subject: [PATCH] net-misc/datapipe: clean up old. Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- net-misc/datapipe/datapipe-1.0-r1.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 net-misc/datapipe/datapipe-1.0-r1.ebuild 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 -} -- 2.26.2