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:55
Message-Id: 1482797129.be9dc0afd2c1b2cfbb06c7390d674edc123fb243.monsieurp@gentoo
1 commit: be9dc0afd2c1b2cfbb06c7390d674edc123fb243
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 26 19:59:12 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 27 00:05:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9dc0af
7
8 app-misc/tpipe: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.3.0
11
12 app-misc/tpipe/tpipe-1.6-r1.ebuild | 12 ++++++++----
13 1 file changed, 8 insertions(+), 4 deletions(-)
14
15 diff --git a/app-misc/tpipe/tpipe-1.6-r1.ebuild b/app-misc/tpipe/tpipe-1.6-r1.ebuild
16 index bf27758..b312f01 100644
17 --- a/app-misc/tpipe/tpipe-1.6-r1.ebuild
18 +++ b/app-misc/tpipe/tpipe-1.6-r1.ebuild
19 @@ -12,15 +12,19 @@ SRC_URI="http://www.eurogaran.com/downloads/tpipe/${P}.tar.gz"
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~ppc ~x86"
24 -IUSE=""
25 +KEYWORDS="amd64 ppc x86"
26 +
27 +DOCS=( README.txt )
28
29 src_compile() {
30 - emake OPTFLAGS="-ansi -pedantic ${CFLAGS}" PREFIX=/usr CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
31 + emake OPTFLAGS="-ansi -pedantic ${CFLAGS}" \
32 + PREFIX=/usr \
33 + CC="$(tc-getCC)" \
34 + LDFLAGS="${LDFLAGS}"
35 }
36
37 src_install() {
38 dobin "${PN}"
39 doman "${PN}.1"
40 - dodoc README.txt
41 + einstalldocs
42 }