diff options
author | David Seifert <soap@gentoo.org> | 2020-11-29 10:55:15 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-11-29 10:55:15 +0100 |
commit | 17e026bfd8bf2adfb13be3384a2f216c6077015d (patch) | |
tree | 9141fc3a224a8a44a261ad9fabc61d2818e210ec /net-misc/pipes | |
parent | net-misc/udpcast: Remove old (diff) | |
download | gentoo-17e026bfd8bf2adfb13be3384a2f216c6077015d.tar.gz gentoo-17e026bfd8bf2adfb13be3384a2f216c6077015d.tar.bz2 gentoo-17e026bfd8bf2adfb13be3384a2f216c6077015d.zip |
net-misc/pipes: Remove old
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/pipes')
-rw-r--r-- | net-misc/pipes/pipes-1.16.1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net-misc/pipes/pipes-1.16.1.ebuild b/net-misc/pipes/pipes-1.16.1.ebuild deleted file mode 100644 index 99191300b44d..000000000000 --- a/net-misc/pipes/pipes-1.16.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs - -DESCRIPTION="Very versatile TCP pipes" -HOMEPAGE="https://bisqwit.iki.fi/source/pipes.html" -SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc s390 x86" - -src_prepare() { - # Prevent the build system from looking for dependencies - touch .depend || die -} - -src_compile() { - emake CC=$(tc-getCC) OPTIM="${CFLAGS}" LDFLAGS="${CFLAGS} ${LDFLAGS}" -} - -src_install() { - dobin plis - dosym /usr/bin/plis /usr/bin/pcon - dodoc Examples ChangeLog - dohtml README.html -} |