From 67280bd2985a2baf55a0013313bfac761b542720 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Fri, 2 Jan 2015 13:51:26 +0100 Subject: Bump m5figur-mv, classic-theme-restorer. Update magus, zsh --- games-rpg/m5figur-mv/ChangeLog | 9 ++++-- games-rpg/m5figur-mv/Manifest | 2 +- games-rpg/m5figur-mv/m5figur-mv-2.0.ebuild | 50 ------------------------------ games-rpg/m5figur-mv/m5figur-mv-2.1.ebuild | 50 ++++++++++++++++++++++++++++++ 4 files changed, 58 insertions(+), 53 deletions(-) delete mode 100644 games-rpg/m5figur-mv/m5figur-mv-2.0.ebuild create mode 100644 games-rpg/m5figur-mv/m5figur-mv-2.1.ebuild (limited to 'games-rpg/m5figur-mv') diff --git a/games-rpg/m5figur-mv/ChangeLog b/games-rpg/m5figur-mv/ChangeLog index 9d7288e5..7b9e05e6 100644 --- a/games-rpg/m5figur-mv/ChangeLog +++ b/games-rpg/m5figur-mv/ChangeLog @@ -2,9 +2,14 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ -*m5figur-mv-2.0 (01 Dec 2015) +*m5figur-mv-2.0 (02 Jan 2015) - 31 Dec 2014; Martin Väth : + 02 Jan 2014; Martin Väth : + Version bump, remove old ebuild + +*m5figur-mv-2.0 (01 Jan 2015) + + 01 Jan 2014; Martin Väth : Version bump, remove old ebuild *m5figur-mv-1.3 (31 Dec 2014) diff --git a/games-rpg/m5figur-mv/Manifest b/games-rpg/m5figur-mv/Manifest index 835ee4f5..f96d28d2 100644 --- a/games-rpg/m5figur-mv/Manifest +++ b/games-rpg/m5figur-mv/Manifest @@ -1 +1 @@ -DIST m5figur-mv-2.0.tar.gz 17718 SHA256 7bc1123e1ed04c2c2227190eaeaa2e27d15a9b464a4bb74ce979357eeb6468f2 SHA512 2a06aebbddd20eaf5d65accf5808aff22bd704e74bd3358871496fc6d8930ec5a5b0df394323057582db2dd48081aa63e93512ecfe0392321d4490e07caa1390 WHIRLPOOL fd9b54d1d2dbbb0bb79d57f2a0a5107df4edfe82b998ea7af2102c438bdad69d16006fd33582401885a464c7052fdbd952973d95a598d4857a92f123e3993f4e +DIST m5figur-mv-2.1.tar.gz 17958 SHA256 29896acd839c54d22111726b2c198901bd2b4c2bd516d749bec37c0b27f07542 SHA512 c264a4df7aa9cf607247449c7fb33a998609780c469d67e2b6f879914c72314daa98c42f64d9ecf76dafc5a1a038a5db102e353d3d8ff7f40b4a7449720dffb1 WHIRLPOOL c357721303ab7465232fce90886df53905ca8a8d0fdb865b3cc5b9c41f78e4421ee954d8a2f4ca65f73882948400ef7f393e06823ec87dad4ffb2797e594e470 diff --git a/games-rpg/m5figur-mv/m5figur-mv-2.0.ebuild b/games-rpg/m5figur-mv/m5figur-mv-2.0.ebuild deleted file mode 100644 index 5b77ce32..00000000 --- a/games-rpg/m5figur-mv/m5figur-mv-2.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -# Do *not* inherit latex-package: It DEPENDS unconditionally on texinfo. -# Moreover, it would attempt to compile the *.tex example with texinfo to dvi. -inherit eutils -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.1.ebuild b/games-rpg/m5figur-mv/m5figur-mv-2.1.ebuild new file mode 100644 index 00000000..5b77ce32 --- /dev/null +++ b/games-rpg/m5figur-mv/m5figur-mv-2.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +# Do *not* inherit latex-package: It DEPENDS unconditionally on texinfo. +# Moreover, it would attempt to compile the *.tex example with texinfo to dvi. +inherit eutils +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-18-g5258