Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-tex/ha-prosper
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/ha-prosper/ChangeLog,v 1.6 2007/03/13 00:21:41 nattfodd Exp $
12 Mar 2007; Alexandre Buisse
Replaced text-markup by tex as maintaining herd (text-markup split).
05 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
06 Apr 2005; Mamoru KOMACHI
Added tetex-3 as an alternative dependency. Marked stable on x86 and ppc.
15 Oct 2004; David Holm
Added to ~ppc.
30 Sep 2004; Simon Stelling
added ~amd64
*ha-prosper-4.21 (09 Sep 2004)
09 Sep 2004; Mamoru KOMACHI
+ha-prosper-4.21.ebuild:
Initial import. Ebuild submitted by Adam Piatyszek
DIST ha-prosper-4.21.tar.gz 256179 RMD160 af425865ae608fba0ae73b1a6965b7ea59d39ed3 SHA1 35f6e72fa4c004180316bd5fd773ee136ad2be44 SHA256 98a48f4fa7d8b69a90b5f3df64ffa49b73014091cba8b0f4e18b7cd7858373ac
EBUILD ha-prosper-4.21.ebuild 1009 RMD160 ba227ff678d945c8ffeb019763bb4d4052f65764 SHA1 ce9584cc3e02eaccc7ed46605462c8c45d9e9356 SHA256 4797b35895277069c6e4e24b3023ec21f197ebb6709d0253427829554ccd1ad0
MISC ChangeLog 1008 RMD160 ebf8a126e75a6028588d5b48ad80382736729269 SHA1 71f2a691148eeae7e6ef9d85bdab23f456d7fedc SHA256 ebc865341a2452ba509c51924fb8cef2ccd02712306451102d3cfac9b938cd93
MISC metadata.xml 156 RMD160 2bf6b2ed9ff0fcef1e902cf093ccf4ae2dcc70a0 SHA1 e9260cd53905d8569cf3327ded4c6d01653fc389 SHA256 b4971b8472ab3fe4fbfe41b331a79193ca19e86c08d055ad1c20eaf9e04b79b6
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/ha-prosper/ha-prosper-4.21.ebuild,v 1.4 2005/04/06 04:04:19 usata Exp $
inherit latex-package
DESCRIPTION="HA-prosper is a LaTeX class for writing transparencies"
HOMEPAGE="http://stuwww.uvt.nl/~hendri/Downloads/haprosper.html"
# Taken from: ftp://ftp.dante.de/tex-archive/macros/latex/contrib/${PN}.tar.gz
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="LPPL-1.2"
SLOT="0"
KEYWORDS="x86 ~amd64 ppc"
DEPEND="virtual/tetex
>=dev-tex/prosper-1.5
|| ( dev-tex/xkeyval >=app-text/tetex-3 >=app-text/ptex-3.1.8 )"
S=${WORKDIR}/${PN}
IUSE=""
src_install(){
cd ${S}/Run
insinto ${TEXMF}/tex/latex/${PN}/
doins *.sty *.cfg
dodir ${TEXMF}/tex/latex/${PN}/Styles
for i in `find ./Styles/* -maxdepth 1 -type d`
do
dodir ${TEXMF}/tex/latex/${PN}/$i
insinto ${TEXMF}/tex/latex/${PN}/$i/
doins $i/*
done
cd ${S}
dodoc README
dodoc Doc/*.tex Doc/*.tex
}