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 69500138206 for ; Mon, 1 Jan 2018 18:33:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7277DE0827; Mon, 1 Jan 2018 18:33: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 52625E0827 for ; Mon, 1 Jan 2018 18:33:07 +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 F2744335C0C for ; Mon, 1 Jan 2018 18:33:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52A70147 for ; Mon, 1 Jan 2018 18:33:04 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1514831540.0fb8df3a57b8c89f8d3871b05a32caf1df915a5b.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/feynmf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/feynmf/feynmf-1.08-r5.ebuild dev-tex/feynmf/feynmf-1.08-r6.ebuild X-VCS-Directories: dev-tex/feynmf/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0fb8df3a57b8c89f8d3871b05a32caf1df915a5b X-VCS-Branch: master Date: Mon, 1 Jan 2018 18:33:04 +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: b2bc5bb9-4f6c-4ed2-9e5b-237a63b1e213 X-Archives-Hash: d41c4e737dc52814ebb0b6f028856647 commit: 0fb8df3a57b8c89f8d3871b05a32caf1df915a5b Author: Ulrich Müller gentoo org> AuthorDate: Mon Jan 1 18:21:11 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jan 1 18:32:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb8df3a dev-tex/feynmf: Bump EAPI to 6. Straight to stable, since the installed image has not changed. Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../feynmf/{feynmf-1.08-r5.ebuild => feynmf-1.08-r6.ebuild} | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/dev-tex/feynmf/feynmf-1.08-r5.ebuild b/dev-tex/feynmf/feynmf-1.08-r6.ebuild similarity index 91% rename from dev-tex/feynmf/feynmf-1.08-r5.ebuild rename to dev-tex/feynmf/feynmf-1.08-r6.ebuild index 5656bfc5a5c..a88c7c445f4 100644 --- a/dev-tex/feynmf/feynmf-1.08-r5.ebuild +++ b/dev-tex/feynmf/feynmf-1.08-r6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit eutils latex-package +inherit latex-package DESCRIPTION="Combined LaTeX/Metafont package for drawing of Feynman diagrams" HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/feynmf/" @@ -22,11 +22,14 @@ DEPEND="${RDEPEND} doc? ( dev-texlive/texlive-bibtexextra )" S="${WORKDIR}/${PN}" +PATCHES=( + "${FILESDIR}"/${P}.patch + "${FILESDIR}"/${P}-tempfile.patch +) src_prepare() { rm -f phaip.bst # use style from bibtexextra - epatch "${FILESDIR}/${P}.patch" - epatch "${FILESDIR}/${P}-tempfile.patch" + default } src_compile() {