commit: 0fb8df3a57b8c89f8d3871b05a32caf1df915a5b
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 1 18:21:11 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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() {