From ca568e4625d495310ee54f699610fac4b54c21dd Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Thu, 3 May 2018 14:42:52 +0200 Subject: games-rpg/m5figur-mv: Version bump --- games-rpg/m5figur-mv/Manifest | 2 +- games-rpg/m5figur-mv/m5figur-mv-2.8.2.ebuild | 48 ---------------------------- games-rpg/m5figur-mv/m5figur-mv-3.0.ebuild | 48 ++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 games-rpg/m5figur-mv/m5figur-mv-2.8.2.ebuild create mode 100644 games-rpg/m5figur-mv/m5figur-mv-3.0.ebuild (limited to 'games-rpg/m5figur-mv') diff --git a/games-rpg/m5figur-mv/Manifest b/games-rpg/m5figur-mv/Manifest index ac31f91c..20f898e9 100644 --- a/games-rpg/m5figur-mv/Manifest +++ b/games-rpg/m5figur-mv/Manifest @@ -1 +1 @@ -DIST m5figur-mv-2.8.2.tar.gz 19944 SHA512 02f5c1d210e9e7046ce945a37fe5c8e07896db1dc03198584b1765529ca8de109021778333b15108e59fc2e1d7f9fc5eb4fdbc344639ee412e23a870cc79b156 +DIST m5figur-mv-3.0.tar.gz 20333 SHA512 92744fdc5a1ac3574f8e56c9f5e21ab36effbdaee83bbd122bc813624061741adf956998217043c490d74249bca4ea168d3696260267a0bfb26c59627579ae1d diff --git a/games-rpg/m5figur-mv/m5figur-mv-2.8.2.ebuild b/games-rpg/m5figur-mv/m5figur-mv-2.8.2.ebuild deleted file mode 100644 index b6ef31d5..00000000 --- a/games-rpg/m5figur-mv/m5figur-mv-2.8.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -# Do *not* inherit latex-package: It DEPENDS unconditionally on texinfo. -# Moreover, it would attempt to compile the *.tex example with texinfo to dvi. -RESTRICT="mirror" - -DESCRIPTION="LaTeX2e character sheet layout for the Midgard Role Playing Game (Edition M5)" -HOMEPAGE="https://github.com/vaeth/m5figur-mv/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LPPL-1.2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+examples" -# We need texlive-latexextra for toolbox.sty -RDEPEND="virtual/latex-base - dev-texlive/texlive-latexextra" -DEPEND="examples? ( ${RDEPEND} )" - -src_compile() { - if use examples - then einfo "Compiling example character sheet as pdf" - export VARTEXFONTS="${T}/fonts" - pdflatex *.tex && test -s *.pdf || die "could not create example" - fi -} - -src_install() { - TEXMF="/usr/share/texmf-site" - insinto "${TEXMF}/tex/latex/${PN}" - doins *.cls - insinto "${TEXMF}/doc/latex/${PN}" - doins *.tex - if use examples - then doins *.pdf - fi - dodoc README -} - -pkg_postinst() { - texconfig rehash -} - -pkg_postrm() { - texconfig rehash -} diff --git a/games-rpg/m5figur-mv/m5figur-mv-3.0.ebuild b/games-rpg/m5figur-mv/m5figur-mv-3.0.ebuild new file mode 100644 index 00000000..5339427e --- /dev/null +++ b/games-rpg/m5figur-mv/m5figur-mv-3.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 2014-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +# Do *not* inherit latex-package: It DEPENDS unconditionally on texinfo. +# Moreover, it would attempt to compile the *.tex example with texinfo to dvi. +RESTRICT="mirror" + +DESCRIPTION="LaTeX2e character sheet layout for the Midgard Role Playing Game (Edition M5)" +HOMEPAGE="https://github.com/vaeth/m5figur-mv/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LPPL-1.2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+examples" +# We need texlive-latexextra for toolbox.sty +RDEPEND="virtual/latex-base + dev-texlive/texlive-latexextra" +DEPEND="examples? ( ${RDEPEND} )" + +src_compile() { + if use examples + then einfo "Compiling example character sheet as pdf" + export VARTEXFONTS="${T}/fonts" + pdflatex *.tex && test -s *.pdf || die "could not create example" + fi +} + +src_install() { + TEXMF="/usr/share/texmf-site" + insinto "${TEXMF}/tex/latex/${PN}" + doins *.cls + insinto "${TEXMF}/doc/latex/${PN}" + doins *.tex + if use examples + then doins *.pdf + fi + dodoc README.md +} + +pkg_postinst() { + texconfig rehash +} + +pkg_postrm() { + texconfig rehash +} -- cgit v1.2.3-65-gdbad