From 41503f368acc28be69196c60c87eab6f5175ea1f Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Tue, 5 Jul 2016 06:56:28 +0000 Subject: [PATCH] app-misc/tpipe: EAPI 6 bump. Package-Manager: portage-2.2.28 --- app-misc/tpipe/tpipe-1.6-r1.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 app-misc/tpipe/tpipe-1.6-r1.ebuild diff --git a/app-misc/tpipe/tpipe-1.6-r1.ebuild b/app-misc/tpipe/tpipe-1.6-r1.ebuild new file mode 100644 index 000000000000..bf27758d486d --- /dev/null +++ b/app-misc/tpipe/tpipe-1.6-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit toolchain-funcs + +DESCRIPTION="Command to duplicate standard input to more than one program" +HOMEPAGE="http://www.eurogaran.com/downloads/tpipe" +SRC_URI="http://www.eurogaran.com/downloads/tpipe/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +src_compile() { + emake OPTFLAGS="-ansi -pedantic ${CFLAGS}" PREFIX=/usr CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" +} + +src_install() { + dobin "${PN}" + doman "${PN}.1" + dodoc README.txt +} -- 2.26.2