Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/feynmf/
Date: Mon, 01 Jan 2018 18:33:08
Message-Id: 1514831540.0fb8df3a57b8c89f8d3871b05a32caf1df915a5b.ulm@gentoo
1 commit: 0fb8df3a57b8c89f8d3871b05a32caf1df915a5b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 18:21:11 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 18:32:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb8df3a
7
8 dev-tex/feynmf: Bump EAPI to 6.
9
10 Straight to stable, since the installed image has not changed.
11
12 Package-Manager: Portage-2.3.19, Repoman-2.3.6
13
14 .../feynmf/{feynmf-1.08-r5.ebuild => feynmf-1.08-r6.ebuild} | 13 ++++++++-----
15 1 file changed, 8 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-tex/feynmf/feynmf-1.08-r5.ebuild b/dev-tex/feynmf/feynmf-1.08-r6.ebuild
18 similarity index 91%
19 rename from dev-tex/feynmf/feynmf-1.08-r5.ebuild
20 rename to dev-tex/feynmf/feynmf-1.08-r6.ebuild
21 index 5656bfc5a5c..a88c7c445f4 100644
22 --- a/dev-tex/feynmf/feynmf-1.08-r5.ebuild
23 +++ b/dev-tex/feynmf/feynmf-1.08-r6.ebuild
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2017 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI=5
30 +EAPI=6
31
32 -inherit eutils latex-package
33 +inherit latex-package
34
35 DESCRIPTION="Combined LaTeX/Metafont package for drawing of Feynman diagrams"
36 HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/feynmf/"
37 @@ -22,11 +22,14 @@ DEPEND="${RDEPEND}
38 doc? ( dev-texlive/texlive-bibtexextra )"
39
40 S="${WORKDIR}/${PN}"
41 +PATCHES=(
42 + "${FILESDIR}"/${P}.patch
43 + "${FILESDIR}"/${P}-tempfile.patch
44 +)
45
46 src_prepare() {
47 rm -f phaip.bst # use style from bibtexextra
48 - epatch "${FILESDIR}/${P}.patch"
49 - epatch "${FILESDIR}/${P}-tempfile.patch"
50 + default
51 }
52
53 src_compile() {