Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tpipe/
Date: Tue, 27 Dec 2016 00:05:51
Message-Id: 1482797134.93ca564d098d284ba3100f148eb92f50ae1d49a3.monsieurp@gentoo
1 commit: 93ca564d098d284ba3100f148eb92f50ae1d49a3
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 26 20:00:36 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 27 00:05:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ca564d
7
8 app-misc/tpipe: clean up old.
9
10 Package-Manager: portage-2.3.0
11
12 app-misc/tpipe/tpipe-1.6.ebuild | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/app-misc/tpipe/tpipe-1.6.ebuild b/app-misc/tpipe/tpipe-1.6.ebuild
16 deleted file mode 100644
17 index 48592e1..00000000
18 --- a/app-misc/tpipe/tpipe-1.6.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit toolchain-funcs
26 -
27 -DESCRIPTION="Command to duplicate standard input to more than one program"
28 -HOMEPAGE="http://www.eurogaran.com/downloads/tpipe"
29 -SRC_URI="http://www.eurogaran.com/downloads/tpipe/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="amd64 ppc x86"
34 -IUSE=""
35 -
36 -src_compile() {
37 - emake OPTFLAGS="-ansi -pedantic ${CFLAGS}" PREFIX=/usr CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" || die
38 -}
39 -
40 -src_install() {
41 - dobin tpipe || die
42 - doman tpipe.1 || die
43 - dodoc README.txt || die
44 -}