summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-01-01 19:21:11 +0100
committerUlrich Müller <ulm@gentoo.org>2018-01-01 19:32:20 +0100
commit0fb8df3a57b8c89f8d3871b05a32caf1df915a5b (patch)
tree8f31505e262b8e478c41221ad238b1976d736ca2
parentdev-python/pytest-qt: add RESTRICT=test and fix minor white space (diff)
downloadgentoo-0fb8df3a57b8c89f8d3871b05a32caf1df915a5b.tar.gz
gentoo-0fb8df3a57b8c89f8d3871b05a32caf1df915a5b.tar.bz2
gentoo-0fb8df3a57b8c89f8d3871b05a32caf1df915a5b.zip
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
-rw-r--r--dev-tex/feynmf/feynmf-1.08-r6.ebuild (renamed from dev-tex/feynmf/feynmf-1.08-r5.ebuild)13
1 files 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
index 5656bfc5a5c9..a88c7c445f47 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() {