summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-01-15 21:45:00 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-01-15 22:14:01 +0100
commit06ec5dd8e20eb05d22cf9c2fa559e4ebcd4de01b (patch)
tree86301eb0d59f93b3f1387f7aabe44044f56de056 /net-misc
parentnet-misc/pipes: stable for amd64. (diff)
downloadgentoo-06ec5dd8e20eb05d22cf9c2fa559e4ebcd4de01b.tar.gz
gentoo-06ec5dd8e20eb05d22cf9c2fa559e4ebcd4de01b.tar.bz2
gentoo-06ec5dd8e20eb05d22cf9c2fa559e4ebcd4de01b.zip
net-misc/pipes: clean up old.
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/pipes/Manifest1
-rw-r--r--net-misc/pipes/pipes-1.16.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/net-misc/pipes/Manifest b/net-misc/pipes/Manifest
index dc0da80b38d3..9c460ebc8896 100644
--- a/net-misc/pipes/Manifest
+++ b/net-misc/pipes/Manifest
@@ -1,2 +1 @@
DIST pipes-1.16.1.tar.bz2 21642 SHA256 d7bb02f7e10ee91174a4d0d74ce61e1328d08be68d1ab3c235e63d2f34ada62c SHA512 ff8f6cf7934149c3d8a6e0443a06840863313acccd31791913fa25b086173e834d8f357212811e5e1ddb62148d3e687858e8956065734f11d7fc729f2a64b0a3 WHIRLPOOL 6ab87a0228451ad98746e5f9346922fcf6246c87b57e09a709781af478a546e49c521bd4b2bc0a7824776cf1dfd230bc7e61b3f1f12c41e19c87f09e2059a831
-DIST pipes-1.16.tar.bz2 21441 SHA256 cd5366d8e1ee9a9135e61b976eafc4b2e36938cda81aaed6c281b0b438335150 SHA512 82d53a09efed50791d940c98691354cf26479f7dc1bd49d3450ab27e0af51cc768f8b030bd8c8646f50a1245f646afc6194e5cc3ad14af2fec420dddeef4e2ab WHIRLPOOL 9e1ed6901dc2c3484b1e9d0e824847f43eb7a325ce2d5fe0299e313061d7acf91fd4fc940dfe7815aebc6edda65116ce10bd0412aace2019e78b8b5378e57cb7
diff --git a/net-misc/pipes/pipes-1.16.ebuild b/net-misc/pipes/pipes-1.16.ebuild
deleted file mode 100644
index 16d245bf5b15..000000000000
--- a/net-misc/pipes/pipes-1.16.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Very versatile TCP pipes"
-HOMEPAGE="http://bisqwit.iki.fi/source/pipes.html"
-SRC_URI="http://bisqwit.iki.fi/src/arch/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 s390 ~ppc"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -i \
- -e "s:-O2:${CFLAGS}:" Makefile || \
- die "sed Makefile failed"
- touch .depend
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- dobin plis || die "dobin failed"
- dohard /usr/bin/plis /usr/bin/pcon || die "dohard failed"
- dodoc Examples ChangeLog
- dohtml README.html
-}