mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-misc/pipes: clean up old.
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user