From 38f97362417b1867a512f156de317ba86ad4dcb5 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Mon, 4 Jan 2016 09:43:23 +0100 Subject: games-rpg/m5figur-mv: Version bump --- games-rpg/m5figur-mv/Manifest | 2 +- games-rpg/m5figur-mv/m5figur-mv-2.4.ebuild | 49 ------------------------------ games-rpg/m5figur-mv/m5figur-mv-2.5.ebuild | 49 ++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 games-rpg/m5figur-mv/m5figur-mv-2.4.ebuild create mode 100644 games-rpg/m5figur-mv/m5figur-mv-2.5.ebuild (limited to 'games-rpg/m5figur-mv') diff --git a/games-rpg/m5figur-mv/Manifest b/games-rpg/m5figur-mv/Manifest index f915dfb6..75c84ba2 100644 --- a/games-rpg/m5figur-mv/Manifest +++ b/games-rpg/m5figur-mv/Manifest @@ -1 +1 @@ -DIST m5figur-mv-2.4.tar.gz 19263 SHA256 f01e88d8d05ff780fc9d4d97671dc7cd353df37094ddf5307f85e16e5041ef2e +DIST m5figur-mv-2.5.tar.gz 19266 SHA256 e9dc5d6daff4d4412e5c2c28019df6247fd3aeb8fd15ba6273e6c9ca3c763427 diff --git a/games-rpg/m5figur-mv/m5figur-mv-2.4.ebuild b/games-rpg/m5figur-mv/m5figur-mv-2.4.ebuild deleted file mode 100644 index e59b9318..00000000 --- a/games-rpg/m5figur-mv/m5figur-mv-2.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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-2.5.ebuild b/games-rpg/m5figur-mv/m5figur-mv-2.5.ebuild new file mode 100644 index 00000000..e59b9318 --- /dev/null +++ b/games-rpg/m5figur-mv/m5figur-mv-2.5.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 +} -- cgit v1.2.3-65-gdbad