Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pipes/
Date: Sun, 29 Nov 2020 09:56:29
Message-Id: 1606643715.17e026bfd8bf2adfb13be3384a2f216c6077015d.soap@gentoo
1 commit: 17e026bfd8bf2adfb13be3384a2f216c6077015d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 09:55:15 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 09:55:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e026bf
7
8 net-misc/pipes: Remove old
9
10 Package-Manager: Portage-3.0.10, Repoman-3.0.2
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-misc/pipes/pipes-1.16.1.ebuild | 30 ------------------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/net-misc/pipes/pipes-1.16.1.ebuild b/net-misc/pipes/pipes-1.16.1.ebuild
17 deleted file mode 100644
18 index 99191300b44..00000000000
19 --- a/net-misc/pipes/pipes-1.16.1.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit eutils toolchain-funcs
28 -
29 -DESCRIPTION="Very versatile TCP pipes"
30 -HOMEPAGE="https://bisqwit.iki.fi/source/pipes.html"
31 -SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ppc s390 x86"
36 -
37 -src_prepare() {
38 - # Prevent the build system from looking for dependencies
39 - touch .depend || die
40 -}
41 -
42 -src_compile() {
43 - emake CC=$(tc-getCC) OPTIM="${CFLAGS}" LDFLAGS="${CFLAGS} ${LDFLAGS}"
44 -}
45 -
46 -src_install() {
47 - dobin plis
48 - dosym /usr/bin/plis /usr/bin/pcon
49 - dodoc Examples ChangeLog
50 - dohtml README.html
51 -}