ChangeLog

# ChangeLog for dev-tex/prosper
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/prosper/ChangeLog,v 1.19 2008/02/05 20:32:02 grobian Exp $

05 Feb 2008; Fabian Groffen prosper-1.5-r1.ebuild:
Dropped ppc-macos keyword, see you in prefix

12 Mar 2007; Alexandre Buisse metadata.xml:
Replaced text-markup by tex as maintaining herd (text-markup split).

22 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

09 Mar 2006; Martin Ehmsen prosper-1.5-r1.ebuild:
Do not install INSTALL to doc.

03 Apr 2005; Lina Pezzella prosper-1.5-r1.ebuild:
Testing ppc-macos. Bug #86077. Thanks to Benjamin Braatz for reporting

28 Dec 2004; Dylan Carlson prosper-1.5-r1.ebuild:
Stable on amd64.

14 Nov 2004; Jason Wever prosper-1.5-r1.ebuild:
Stable on sparc.

30 Oct 2004; Jason Wever :
Stable on sparc.

23 Oct 2004; Mamoru KOMACHI prosper-1.5-r1.ebuild,
-prosper-1.5.ebuild:
Stable on x86 and ppc.

*prosper-1.5-r1 (21 Sep 2004)

21 Sep 2004; Mamoru KOMACHI +prosper-1.5-r1.ebuild:
Install eps files required by some slide styles; bug #64808.

*prosper-1.5 (09 Sep 2004)

09 Sep 2004; Mamoru KOMACHI -prosper-1.00.4.ebuild,
+prosper-1.5.ebuild:
Version bumped. Thanks to Adam Piatyszek ,
closing bug #63149.

17 Apr 2004; Daniel Ahlberg prosper-1.00.4-r1.ebuild:
Added IUSE=

16 Dec 2003; Jon Portnoy prosper-1.00.4-r1.ebuild :
AMD64 keywords.

*prosper-1.00.4-r1 (28 Oct 2003)

08 Dec 2003; Mamoru KOMACHI prosper-1.00.4-r1.ebuild,
prosper-1.00.4.ebuild:
Considered as stable

28 Oct 2003; Mamoru KOMACHI prosper-1.00.4-r1.ebuild:
Included more styles. Ebuild submitted by Dennis Frommknecht
, closing #31677.

06 Oct 2003; Mike Gardiner metadata.xml,
prosper-1.00.4.ebuild:
Marked stable on x86

*prosper-1.00.4 (13 Jul 2003)

13 Jul 2003; Matthew Turk :
Initial import. Ebuild submitted by Marc Reynes

Manifest

DIST contrib-prosper-1.0.0.tar.gz 78708 RMD160 d819cd6ddb3a47e31f4ab6bc85974a104bf193bc SHA1 c11be0efd4cd6734d6f30de03f5fb62c8f24dc92 SHA256 eb14450e2ad1c4f0cca63a5eebf067c85aea71b270f64a39f468481ff03574dc
DIST prosper-1.00.4.tar.gz 768604 RMD160 4fda597fb0666acffef5095486ef4b035e86611a SHA1 42ffa133b036d9fc022f6db8642be0f2e5c6459c SHA256 4ae01feca34b5a9bfe7039323f5401e931b4f7d9177db87778a3e243f4c9f140
DIST prosper-1.5.tar.gz 543515 RMD160 28785fef15db29875e668d8e52ecb2e0149d8c46 SHA1 b24f82971e05d5eb8c306a0184cf27556440cd1f SHA256 20283bfdc63c261d36c423048398aee5eeab443f79e62c4923d1c27ac876e86b
EBUILD prosper-1.00.4-r1.ebuild 1258 RMD160 f2e03eb7bdad9070404f6022d18b94afb7bc15d6 SHA1 d25175e6d9dae21d3180dd9212d0a9417e5e5b6a SHA256 1fe90096510158048c469a5b0aeb1bfff2c086a567fa48b0d32252fb605226e9
EBUILD prosper-1.5-r1.ebuild 1160 RMD160 b885173476b65a3cb5c82f50bfdfbecf41e2d19d SHA1 5a47fe315a4e9a1fad74e44a91e43fc221c989f3 SHA256 c2170118cb96559fc4c33d666064cfc6571c88aeef90cdfdb776247dd842dbf7
MISC ChangeLog 2360 RMD160 4edfd4d050fff5b089a1e746d3ec3eb29dfb61bd SHA1 816012a5fe356073c3ab3cc7d9c99e093d35a522 SHA256 480b4c5bd1f0e127b56e676e2d68638bdb2dbc4f29f97d724d6384f65c406048
MISC metadata.xml 156 RMD160 2bf6b2ed9ff0fcef1e902cf093ccf4ae2dcc70a0 SHA1 e9260cd53905d8569cf3327ded4c6d01653fc389 SHA256 b4971b8472ab3fe4fbfe41b331a79193ca19e86c08d055ad1c20eaf9e04b79b6

metadata.xml




tex

prosper-1.00.4-r1.ebuild

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/prosper/prosper-1.00.4-r1.ebuild,v 1.6 2004/06/25 02:17:12 agriffis Exp $

inherit latex-package

DESCRIPTION="Prosper is a LaTeX class for writing transparencies"
HOMEPAGE="http://prosper.sf.net/"
SRC_URI="mirror://sourceforge/prosper/${P}.tar.gz
mirror://sourceforge/prosper/contrib-prosper-1.0.0.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc amd64"
DEPEND=""
S=${WORKDIR}/${PN}
IUSE=""

src_unpack(){
unpack ${A}
mv contrib-prosper-1.0.0/*.sty ${S}/contrib/
mv contrib-prosper-1.0.0/img/* ${S}/contrib/img
}

src_install(){
cd ${S}
latex-package_src_doinstall styles
insinto ${TEXMF}/tex/latex/${PN}/img/
doins img/*.ps img/*.gif
for i in `find ./contrib/ -maxdepth 1 -type f -name "*.sty"`
do
insinto ${TEXMF}/tex/latex/${PN}/contrib/
doins $i
done
insinto ${TEXMF}/tex/latex/${PN}/contrib/img/
doins ./contrib/img/*.ps
dodoc README TODO TROUBLESHOOTINGS INSTALL NEWS FAQ AUTHORS ChangeLog
dodoc doc/*.eps doc/*.fig doc/*.pdf doc/*.tex doc/*.ps
docinto doc-examples/
dodoc doc/doc-examples/*.ps doc/doc-examples/*.tex
docinto contrib/
dodoc contrib/*.ps contrib/*.tex
}

prosper-1.5-r1.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/prosper/prosper-1.5-r1.ebuild,v 1.7 2008/02/05 20:32:02 grobian Exp $

inherit latex-package

CONTRIB="contrib-prosper-1.0.0"

DESCRIPTION="Prosper is a LaTeX class for writing transparencies"
HOMEPAGE="http://prosper.sf.net/"
# Taken from: ftp://ftp.dante.de/tex-archive/macros/latex/contrib/${PN}.tar.gz
SRC_URI="mirror://gentoo/${P}.tar.gz
mirror://sourceforge/prosper/${CONTRIB}.tar.gz"
LICENSE="LPPL-1.2" # has been changed since 1.5
SLOT="0"
KEYWORDS="x86 ppc sparc amd64"
S=${WORKDIR}/${PN}
IUSE=""

src_install(){
cd ${S}
latex-package_src_doinstall styles
insinto ${TEXMF}/tex/latex/${PN}/img/
doins img/*.{ps,gif}
for i in `find ./contrib/ -maxdepth 1 -type f -name "*.sty"`
do
insinto ${TEXMF}/tex/latex/${PN}/contrib/
doins $i
done
insinto ${TEXMF}/tex/latex/${PN}/contrib/img/
doins ./contrib/img/*.{ps,eps}
dodoc README TODO NEWS FAQ AUTHORS ChangeLog
dodoc doc/*.{eps,pdf,tex,ps}
docinto doc-examples/
dodoc doc/doc-examples/*.tex
docinto contrib/
dodoc contrib/*.{ps,tex}
}