From: Andreas K. Hüttel Date: Mon, 1 Jan 2018 16:27:58 +0000 (+0100) Subject: dev-tex/csindex: EAPI bump, bug 605728 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6d56e65bd87dd3779e39cf7332c8e8bb5a2c6515;p=gentoo.git dev-tex/csindex: EAPI bump, bug 605728 Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- 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 7f4f09bbeba0..5c8b4110b8ac 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 }