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: Wed, 01 Feb 2017 06:13:23
Message-Id: 1485929560.dfb73c1541faffe4b6e49305412d21794c23f5fd.ulm@gentoo
1 commit: dfb73c1541faffe4b6e49305412d21794c23f5fd
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 06:12:40 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 06:12:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb73c15
7
8 dev-tex/feynmf: Remove old.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-tex/feynmf/feynmf-1.08-r3.ebuild | 46 ------------------------------------
13 1 file changed, 46 deletions(-)
14
15 diff --git a/dev-tex/feynmf/feynmf-1.08-r3.ebuild b/dev-tex/feynmf/feynmf-1.08-r3.ebuild
16 deleted file mode 100644
17 index 5d683b3..00000000
18 --- a/dev-tex/feynmf/feynmf-1.08-r3.ebuild
19 +++ /dev/null
20 @@ -1,46 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -inherit eutils latex-package
28 -
29 -DESCRIPTION="Combined LaTeX/Metafont package for drawing of Feynman diagrams"
30 -HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/feynmf/"
31 -#Taken from: ftp.tug.ctan.org/tex-archive/macros/latex/contrib/${PN}.tar.gz
32 -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz
33 - doc? ( https://dev.gentoo.org/~ulm/distfiles/${PN}-cnl.tar.gz )"
34 -
35 -LICENSE="GPL-2+"
36 -SLOT="0"
37 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
38 -IUSE="doc"
39 -
40 -RDEPEND="dev-texlive/texlive-metapost"
41 -DEPEND="${RDEPEND}
42 - dev-lang/perl"
43 -
44 -S="${WORKDIR}/${PN}"
45 -TEXMF="/usr/share/texmf-site"
46 -
47 -src_prepare() {
48 - epatch "${FILESDIR}/${P}.patch"
49 - epatch "${FILESDIR}/${P}-tempfile.patch"
50 -}
51 -
52 -src_compile() {
53 - export VARTEXFONTS="${T}"/fonts
54 - emake MP=mpost all manual.ps
55 - use doc && emake -f Makefile.cnl ps
56 -}
57 -
58 -src_install() {
59 - newbin feynmf.pl feynmf
60 - doman feynmf.1
61 - insinto ${TEXMF}/tex/latex/${PN}; doins feynmf.sty feynmp.sty
62 - insinto ${TEXMF}/metafont/${PN}; doins feynmf.mf
63 - insinto ${TEXMF}/metapost/${PN}; doins feynmp.mp
64 - dodoc README manual.ps template.tex
65 - use doc && dodoc fmfcnl*.ps
66 -}