Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-tex/texpower
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/texpower/ChangeLog,v 1.25 2008/05/29 06:18:10 phreak Exp $
29 May 2008; Christian Heim
Removing Lars Weiler (Pylon) from metadata.xml (as per #215644).
25 Aug 2007; Steve Dibb
amd64 stable
12 Mar 2007; Alexandre Buisse
Replaced text-markup by tex as maintaining herd (text-markup split).
22 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
11 Aug 2006; Ferris McCormick
Stable on sparc. Works fine, so this is mostly bookkeeping.
28 May 2006; Lars Weiler
Stable on ppc and x86.
*texpower-0.2 (18 Dec 2005)
18 Dec 2005; Lars Weiler
+texpower-0.2.ebuild:
Version bump; bug #111705.
28 Aug 2005; Marcus D. Hanwell
Stable on amd64.
17 Jun 2005; Michael Hanselmann
Stable on ppc.
06 Jun 2005; Ferris McCormick
Stable for sparc.
21 May 2005; Mamoru KOMACHI
Stable on x86.
*texpower-0.1b (03 Apr 2005)
03 Apr 2005; Mamoru KOMACHI
Version bumped. Thanks to T.Okayama
28 Dec 2004; Dylan Carlson
Stable on amd64.
25 Jun 2004; Ferris McCormick
Marked stable for sparc.
07 May 2004; Ferris McCormick
Add ~sparc keyword at user request (bug 50339) -- installs & looks good.
17 Apr 2004; Daniel Ahlberg
Removed S=
13 Apr 2004; Danny van Dyk
marked ~amd64
16 Nov 2003; Mike Gardiner
Changed USE='doc' behaviour to not rebuild the documentation we allready have
pdfs for
04 Oct 2003; Mamoru KOMACHI
Fixed access violation during latex_src_install if USE="doc".
This closes Bug #30016
23 Sep 2003; Lars Weiler
Masked stable.
*texpower-0.0.9d (16 Sep 2003)
16 Sep 2003; Lars Weiler
Version bump. Thanks to Clemens Brunner for the reminder.
If you want the full documentation and examples installed, please make use
of the doc-USE-flag.
*texpower-0.0.8h (02 Feb 03)
02 Apr 2003; Lars Weiler
Set ppc in KEYWORDS
02 FEB 2003; Matthew Turk
Initial import. Ebuild submitted by Lars Weiler
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST texpower-0-1b.tar.gz 474815 RMD160 3c0a5ca9d63419b520a3af6fc4d87a1317e8f4df SHA1 50019440a3a3640e41b0416b92c7609a67e9dd72 SHA256 90187aa6eaafbc8b887b913f7fc2c766491d38b22c84f88b33f61e5719216ccc
DIST texpower-0-2.tar.gz 176307 RMD160 17fa7846335489fee44d6e6c90bdf577f0a48961 SHA1 715eb92b66de2f608efc2dc5679c154ab15b562f SHA256 2c310b7f158599b4f020c7cf0a589ee2def57ee144d6317636f364774a2e1543
EBUILD texpower-0.1b.ebuild 1221 RMD160 58caceee82c1b0d81dcf3589694a8925c60b7d1c SHA1 452ef75e325cc1db12b2b309a35958bde8965d30 SHA256 eb4d79dea8da1df3cbab3c2769d67290181247422b7e18b09ae000eb935efcca
EBUILD texpower-0.2.ebuild 1222 RMD160 59b18d97559261e5049fd6b8f4cbbf025efa3abc SHA1 46b80d37af4d7926e56761390a54b9cc6671b639 SHA256 d826bafc149c02781a73c0e042173f014b630d5d5ca07ca3e331c97589383e0e
MISC ChangeLog 3051 RMD160 267e75b3c442c436ef119ef5486905d3102c8080 SHA1 7c16b1067f246eade2157184980bbf6fa479669f SHA256 21c1d032ffd5c2daf91c6c76b7b4cc69083ac57333964d6cbff62df320c478db
MISC metadata.xml 157 RMD160 e666a9e73ee48e70d6fc6ea78049d38b1fcde7c2 SHA1 43a0c32101f0c6ffd8fa1aa620c8032d194a9e3a SHA256 18238fb417d8677a0495cdaba9b043526174ba63b51494b88b10aa7dd903124c
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkg+SqcACgkQyuNVb5qfaOZEmACfVlprL89MLfhh4g2JHucJT1h+
ulsAniy/nGYcUUuraJrTX4+dXucjhSIn
=e8Pf
-----END PGP SIGNATURE-----
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/texpower/texpower-0.1b.ebuild,v 1.5 2005/08/28 13:52:08 cryos Exp $
inherit latex-package
IUSE="doc"
MY_P="${P/./-}"
DESCRIPTION="A bundle of style and class files for creating dynamic online presentations."
SRC_URI="mirror://sourceforge/texpower/${MY_P}.tar.gz"
HOMEPAGE="http://texpower.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
S="${WORKDIR}/${MY_P}"
src_compile() {
latex-package_src_compile
cd tpslifonts
latex-package_src_compile
cp tpslifonts.sty ../ || die
cd ../
if use doc
then
for file in FAQ-display.tex FAQ-printout.tex fulldemo.tex
do
einfo "Making documentation: ${file}"
VARTEXFONTS=${T}/fonts texi2pdf -q -c \
--language=latex ${file} &> /dev/null
done
fi
}
src_install() {
latex-package_src_doinstall styles pdf
insinto /usr/share/texmf/tex/latex/${PN}/contrib
doins contrib/config.landscapeplus contrib/tpmultiinc.tar || die
dodoc 00readme.txt 01install.txt || die
newdoc tpslifonts/00readme.txt 00readme-tpslifonts.txt || die
newdoc contrib/00readme.txt 00readme-contrib.txt
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/texpower/texpower-0.2.ebuild,v 1.4 2007/08/25 17:39:39 beandog Exp $
inherit latex-package
IUSE="doc"
MY_P="${P/./-}"
DESCRIPTION="A bundle of style and class files for creating dynamic online presentations."
SRC_URI="mirror://sourceforge/texpower/${MY_P}.tar.gz"
HOMEPAGE="http://texpower.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
S="${WORKDIR}/${MY_P}"
src_compile() {
latex-package_src_compile
cd tpslifonts
latex-package_src_compile
cp tpslifonts.sty ../ || die
cd ../
if use doc
then
for file in FAQ-display.tex FAQ-printout.tex fulldemo.tex
do
einfo "Making documentation: ${file}"
VARTEXFONTS=${T}/fonts texi2pdf -q -c \
--language=latex ${file} &> /dev/null
done
fi
}
src_install() {
latex-package_src_doinstall styles pdf
insinto /usr/share/texmf/tex/latex/${PN}/contrib
doins contrib/config.landscapeplus contrib/tpmultiinc.tar || die
dodoc 00readme.txt 01install.txt || die
newdoc tpslifonts/00readme.txt 00readme-tpslifonts.txt || die
newdoc contrib/00readme.txt 00readme-contrib.txt
}