commit: 6d56e65bd87dd3779e39cf7332c8e8bb5a2c6515
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 1 16:27:58 2018 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jan 1 16:27:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d56e65b
dev-tex/csindex: EAPI bump, bug 605728
Package-Manager: Portage-2.3.19, Repoman-2.3.6
...csindex-2.11c-r1.ebuild => csindex-2.11c-r2.ebuild} | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/dev-tex/csindex/csindex-2.11c-r1.ebuild
b/dev-tex/csindex/csindex-2.11c-r2.ebuild
similarity index 64%
rename from dev-tex/csindex/csindex-2.11c-r1.ebuild
rename to dev-tex/csindex/csindex-2.11c-r2.ebuild
index 7f4f09bbeba..5c8b4110b8a 100644
--- a/dev-tex/csindex/csindex-2.11c-r1.ebuild
+++ b/dev-tex/csindex/csindex-2.11c-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=3
+EAPI=6
-inherit toolchain-funcs eutils
+inherit toolchain-funcs
MY_P="${PN}-19980713"
@@ -21,16 +21,16 @@ RDEPEND=""
S=${WORKDIR}/${MY_P}
-src_prepare() {
- epatch "${FILESDIR}/${P}-flags.patch" \
- "${FILESDIR}/${P}-decl.patch"
-}
+PATCHES=(
+ "${FILESDIR}/${P}-flags.patch"
+ "${FILESDIR}/${P}-decl.patch"
+)
src_compile() {
- emake CC="$(tc-getCC)" || die "make failed"
+ emake CC="$(tc-getCC)"
}
src_install() {
- dobin csindex || die
+ dobin csindex
dodoc README
}