public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/feynmf/
@ 2015-12-09  5:52 Markus Meier
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier @ 2015-12-09  5:52 UTC (permalink / raw
  To: gentoo-commits

commit:     10916cd35e11dfb11ccda5fb21e7536a38b7aa00
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  9 05:51:52 2015 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Wed Dec  9 05:51:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10916cd3

dev-tex/feynmf: arm stable, bug #556292

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

 dev-tex/feynmf/feynmf-1.08-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/feynmf/feynmf-1.08-r4.ebuild b/dev-tex/feynmf/feynmf-1.08-r4.ebuild
index f5656b8..6fd91af 100644
--- a/dev-tex/feynmf/feynmf-1.08-r4.ebuild
+++ b/dev-tex/feynmf/feynmf-1.08-r4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-texlive/texlive-metapost"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/feynmf/
@ 2016-10-21  7:18 Ulrich Müller
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2016-10-21  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     1f9712554781a96d292d70d33ff63996fe215f80
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 07:17:28 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 07:18:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f971255

dev-tex/feynmf: Don't use bundled BibTeX style.

Package-Manager: portage-2.3.2

 dev-tex/feynmf/feynmf-1.08-r4.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-tex/feynmf/feynmf-1.08-r4.ebuild b/dev-tex/feynmf/feynmf-1.08-r4.ebuild
index 6fd91af..b5f7649 100644
--- a/dev-tex/feynmf/feynmf-1.08-r4.ebuild
+++ b/dev-tex/feynmf/feynmf-1.08-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,11 +19,13 @@ IUSE="doc"
 
 RDEPEND="dev-texlive/texlive-metapost"
 DEPEND="${RDEPEND}
-	dev-lang/perl"
+	dev-lang/perl
+	doc? ( dev-texlive/texlive-bibtexextra )"
 
 S="${WORKDIR}/${PN}"
 
 src_prepare() {
+	rm -f phaip.bst				# use style from bibtexextra
 	epatch "${FILESDIR}/${P}.patch"
 	epatch "${FILESDIR}/${P}-tempfile.patch"
 }


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/feynmf/
@ 2017-01-31 16:19 Jeroen Roovers
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers @ 2017-01-31 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     ff1d5cbe9763d7eb8d86b9de31e7fa38d0c61d95
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 16:18:59 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 16:18:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1d5cbe

dev-tex/feynmf: Stable for HPPA (bug #556292).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-tex/feynmf/feynmf-1.08-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/feynmf/feynmf-1.08-r4.ebuild b/dev-tex/feynmf/feynmf-1.08-r4.ebuild
index e9effa1..0c3fe1e 100644
--- a/dev-tex/feynmf/feynmf-1.08-r4.ebuild
+++ b/dev-tex/feynmf/feynmf-1.08-r4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-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"
+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"
 IUSE="doc"
 
 RDEPEND="dev-texlive/texlive-metapost"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/feynmf/
@ 2017-02-01  6:13 Ulrich Müller
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2017-02-01  6:13 UTC (permalink / raw
  To: gentoo-commits

commit:     dfb73c1541faffe4b6e49305412d21794c23f5fd
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 06:12:40 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 06:12:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb73c15

dev-tex/feynmf: Remove old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-tex/feynmf/feynmf-1.08-r3.ebuild | 46 ------------------------------------
 1 file changed, 46 deletions(-)

diff --git a/dev-tex/feynmf/feynmf-1.08-r3.ebuild b/dev-tex/feynmf/feynmf-1.08-r3.ebuild
deleted file mode 100644
index 5d683b3..00000000
--- a/dev-tex/feynmf/feynmf-1.08-r3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils latex-package
-
-DESCRIPTION="Combined LaTeX/Metafont package for drawing of Feynman diagrams"
-HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/feynmf/"
-#Taken from: ftp.tug.ctan.org/tex-archive/macros/latex/contrib/${PN}.tar.gz
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz
-	doc? ( https://dev.gentoo.org/~ulm/distfiles/${PN}-cnl.tar.gz )"
-
-LICENSE="GPL-2+"
-SLOT="0"
-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"
-IUSE="doc"
-
-RDEPEND="dev-texlive/texlive-metapost"
-DEPEND="${RDEPEND}
-	dev-lang/perl"
-
-S="${WORKDIR}/${PN}"
-TEXMF="/usr/share/texmf-site"
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}.patch"
-	epatch "${FILESDIR}/${P}-tempfile.patch"
-}
-
-src_compile() {
-	export VARTEXFONTS="${T}"/fonts
-	emake MP=mpost all manual.ps
-	use doc && emake -f Makefile.cnl ps
-}
-
-src_install() {
-	newbin feynmf.pl feynmf
-	doman feynmf.1
-	insinto ${TEXMF}/tex/latex/${PN}; doins feynmf.sty feynmp.sty
-	insinto ${TEXMF}/metafont/${PN}; doins feynmf.mf
-	insinto ${TEXMF}/metapost/${PN}; doins feynmp.mp
-	dodoc README manual.ps template.tex
-	use doc && dodoc fmfcnl*.ps
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/feynmf/
@ 2017-04-17 20:04 Ulrich Müller
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2017-04-17 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e18061761dd97f74c13850779395103eec9589ef
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 20:03:56 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 20:04:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1806176

dev-tex/feynmf: Create relative rather than absolute symlinks in doc dir.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-tex/feynmf/{feynmf-1.08-r4.ebuild => feynmf-1.08-r5.ebuild} | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-tex/feynmf/feynmf-1.08-r4.ebuild b/dev-tex/feynmf/feynmf-1.08-r5.ebuild
similarity index 86%
rename from dev-tex/feynmf/feynmf-1.08-r4.ebuild
rename to dev-tex/feynmf/feynmf-1.08-r5.ebuild
index 3b80d8be6e0..397fbe2b1cc 100644
--- a/dev-tex/feynmf/feynmf-1.08-r4.ebuild
+++ b/dev-tex/feynmf/feynmf-1.08-r5.ebuild
@@ -7,7 +7,7 @@ inherit eutils latex-package
 
 DESCRIPTION="Combined LaTeX/Metafont package for drawing of Feynman diagrams"
 HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/feynmf/"
-#Taken from: ftp.tug.ctan.org/tex-archive/macros/latex/contrib/${PN}.tar.gz
+# Taken from: ftp.tug.ctan.org/tex-archive/macros/latex/contrib/${PN}.tar.gz
 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz
 	doc? ( https://dev.gentoo.org/~ulm/distfiles/${PN}-cnl.tar.gz )"
 
@@ -43,7 +43,8 @@ src_install() {
 	insinto ${TEXMF}/metapost/${PN}; doins feynmp.mp
 	dodoc README manual.ps template.tex
 	docompress -x /usr/share/doc/${PF}/manual.ps
-	dosym /usr/share/doc/${PF}/manual.ps \
+	# TEXMF is /usr/share/ plus one further path component
+	dosym ../../../../doc/${PF}/manual.ps \
 		${TEXMF}/doc/latex/${PN}/${PN}-manual.ps
 
 	if use doc; then
@@ -51,7 +52,7 @@ src_install() {
 		for f in fmfcnl*.ps; do
 			dodoc ${f}
 			docompress -x /usr/share/doc/${PF}/${f}
-			dosym /usr/share/doc/${PF}/${f} ${TEXMF}/doc/latex/${PN}/${f}
+			dosym ../../../../doc/${PF}/${f} ${TEXMF}/doc/latex/${PN}/${f}
 		done
 	fi
 }


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/feynmf/
@ 2017-06-17 11:11 Alexis Ballier
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2017-06-17 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     85a22abeb2cd545d506454a91549b9a9087f7201
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 10:02:51 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 11:10:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a22abe

dev-tex/feynmf: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-tex/feynmf/feynmf-1.08-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/feynmf/feynmf-1.08-r5.ebuild b/dev-tex/feynmf/feynmf-1.08-r5.ebuild
index 397fbe2b1cc..5656bfc5a5c 100644
--- a/dev-tex/feynmf/feynmf-1.08-r5.ebuild
+++ b/dev-tex/feynmf/feynmf-1.08-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-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"
+KEYWORDS="alpha amd64 arm ~arm64 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"
 IUSE="doc"
 
 RDEPEND="dev-texlive/texlive-metapost"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/feynmf/
@ 2018-01-01 18:33 Ulrich Müller
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2018-01-01 18:33 UTC (permalink / raw
  To: gentoo-commits

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() {


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/feynmf/
@ 2020-01-19 13:53 Ulrich Müller
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2020-01-19 13:53 UTC (permalink / raw
  To: gentoo-commits

commit:     f16597ee4973d593a2f3dc738fe8a53bbb401ff0
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 19 13:51:29 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 13:52:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f16597ee

dev-tex/feynmf: Check for sane TEXMF path.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-tex/feynmf/feynmf-1.08-r6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-tex/feynmf/feynmf-1.08-r6.ebuild b/dev-tex/feynmf/feynmf-1.08-r6.ebuild
index 403fe57242a..5e44a538c9d 100644
--- a/dev-tex/feynmf/feynmf-1.08-r6.ebuild
+++ b/dev-tex/feynmf/feynmf-1.08-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -47,6 +47,7 @@ src_install() {
 	dodoc README manual.ps template.tex
 	docompress -x /usr/share/doc/${PF}/manual.ps
 	# TEXMF is /usr/share/ plus one further path component
+	[[ ${TEXMF#/usr/share/} != */* ]] || die "Bad TEXMF path ${TEXMF}"
 	dosym ../../../../doc/${PF}/manual.ps \
 		${TEXMF}/doc/latex/${PN}/${PN}-manual.ps
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/feynmf/
@ 2020-01-19 16:55 Mikle Kolyada
  0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2020-01-19 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     ac99c3b7a493ecf136a2b2d5e5eb71979f8f52b0
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 19 16:54:57 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 16:54:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac99c3b7

dev-tex/feynmf: port to EAPI=7

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-tex/feynmf/feynmf-1.08-r6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-tex/feynmf/feynmf-1.08-r6.ebuild b/dev-tex/feynmf/feynmf-1.08-r6.ebuild
index 5e44a538c9d..de9b53c8c6c 100644
--- a/dev-tex/feynmf/feynmf-1.08-r6.ebuild
+++ b/dev-tex/feynmf/feynmf-1.08-r6.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit latex-package
 
@@ -22,6 +22,7 @@ DEPEND="${RDEPEND}
 	doc? ( dev-texlive/texlive-bibtexextra )"
 
 S="${WORKDIR}/${PN}"
+
 PATCHES=(
 	"${FILESDIR}"/${P}.patch
 	"${FILESDIR}"/${P}-tempfile.patch


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-01-19 16:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-09  5:52 [gentoo-commits] repo/gentoo:master commit in: dev-tex/feynmf/ Markus Meier
  -- strict thread matches above, loose matches on Subject: below --
2016-10-21  7:18 Ulrich Müller
2017-01-31 16:19 Jeroen Roovers
2017-02-01  6:13 Ulrich Müller
2017-04-17 20:04 Ulrich Müller
2017-06-17 11:11 Alexis Ballier
2018-01-01 18:33 Ulrich Müller
2020-01-19 13:53 Ulrich Müller
2020-01-19 16:55 Mikle Kolyada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox