From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8663138206 for ; Mon, 1 Jan 2018 16:29:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1811CE0828; Mon, 1 Jan 2018 16:29:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFA5EE0828 for ; Mon, 1 Jan 2018 16:29:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DF61335C0F for ; Mon, 1 Jan 2018 16:29:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8297D186 for ; Mon, 1 Jan 2018 16:28:59 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1514824078.6d56e65bd87dd3779e39cf7332c8e8bb5a2c6515.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/csindex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/csindex/csindex-2.11c-r1.ebuild dev-tex/csindex/csindex-2.11c-r2.ebuild X-VCS-Directories: dev-tex/csindex/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 6d56e65bd87dd3779e39cf7332c8e8bb5a2c6515 X-VCS-Branch: master Date: Mon, 1 Jan 2018 16:28:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e68900ca-dddd-49aa-8262-48dd1c3f0b3a X-Archives-Hash: d84f0441c6f39f6f32ec25636f009307 commit: 6d56e65bd87dd3779e39cf7332c8e8bb5a2c6515 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Jan 1 16:27:58 2018 +0000 Commit: Andreas Hüttel gentoo 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 }