Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/csindex/
Date: Mon, 01 Jan 2018 16:29:08
Message-Id: 1514824078.6d56e65bd87dd3779e39cf7332c8e8bb5a2c6515.dilfridge@gentoo
1 commit: 6d56e65bd87dd3779e39cf7332c8e8bb5a2c6515
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 16:27:58 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 16:27:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d56e65b
7
8 dev-tex/csindex: EAPI bump, bug 605728
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 ...csindex-2.11c-r1.ebuild => csindex-2.11c-r2.ebuild} | 18 +++++++++---------
13 1 file changed, 9 insertions(+), 9 deletions(-)
14
15 diff --git a/dev-tex/csindex/csindex-2.11c-r1.ebuild b/dev-tex/csindex/csindex-2.11c-r2.ebuild
16 similarity index 64%
17 rename from dev-tex/csindex/csindex-2.11c-r1.ebuild
18 rename to dev-tex/csindex/csindex-2.11c-r2.ebuild
19 index 7f4f09bbeba..5c8b4110b8a 100644
20 --- a/dev-tex/csindex/csindex-2.11c-r1.ebuild
21 +++ b/dev-tex/csindex/csindex-2.11c-r2.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2011 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=3
28 +EAPI=6
29
30 -inherit toolchain-funcs eutils
31 +inherit toolchain-funcs
32
33 MY_P="${PN}-19980713"
34
35 @@ -21,16 +21,16 @@ RDEPEND=""
36
37 S=${WORKDIR}/${MY_P}
38
39 -src_prepare() {
40 - epatch "${FILESDIR}/${P}-flags.patch" \
41 - "${FILESDIR}/${P}-decl.patch"
42 -}
43 +PATCHES=(
44 + "${FILESDIR}/${P}-flags.patch"
45 + "${FILESDIR}/${P}-decl.patch"
46 +)
47
48 src_compile() {
49 - emake CC="$(tc-getCC)" || die "make failed"
50 + emake CC="$(tc-getCC)"
51 }
52
53 src_install() {
54 - dobin csindex || die
55 + dobin csindex
56 dodoc README
57 }