diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-06-28 00:33:29 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-06-28 12:46:16 +0200 |
commit | 48323492fa2b174b43b9fdc992e607573e7d715c (patch) | |
tree | c46e5b80110912bfd7c4d58af0bac47c2906f6dc /net-misc | |
parent | net-misc/datapipe: EAPI 6 bump. (diff) | |
download | gentoo-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')
-rw-r--r-- | net-misc/datapipe/datapipe-1.0-r1.ebuild | 24 |
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 -} |