Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-tex/foiltex
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/foiltex/ChangeLog,v 1.13 2007/03/13 00:20:11 nattfodd Exp $
12 Mar 2007; Alexandre Buisse
Replaced text-markup by tex as maintaining herd (text-markup split).
06 Feb 2007; Alexandre Buisse
Removed outdated foiltex 2.1.3.
28 Dec 2004; Dylan Carlson
Stable on amd64.
30 Oct 2004; Jason Wever
Stable on sparc.
10 Oct 2004; Mamoru KOMACHI
Stable on x86 and ppc.
*foiltex-2.1.4a (18 Aug 2004)
18 Aug 2004; Mamoru KOMACHI
Version bumped. Ebuild provided by Urs Joss
closing bug #58210.
13 Apr 2004; Danny van Dyk
marked ~amd64
12 Jun 2003;
add Header
06 Dec 2002; Rodney Rees
*foiltex-2.1.3 (01 July 2002)
01 July 2002; Felix Kurth
Initial release
DIST foiltex-2.1.4a.tar.gz 56416 RMD160 084ee689c89b19cca5849dd6e544cb31ae34a150 SHA1 89bbca8001ee424e2fb884d1e1ee297473fcf004 SHA256 e56ba94f5906d050a1b82c9d1373cee433cdf93145e65e76f23e036f03489141
EBUILD foiltex-2.1.4a.ebuild 828 RMD160 78b58b805dc2adbdf2c29bed8e875d35d3c20cc2 SHA1 c5761c40ca121782c8c2cd90954694f5d5a7c0bf SHA256 70953fe4deb3a3644a2eb0105319d37975e8524b223002ac19e57e173948f227
MISC ChangeLog 1276 RMD160 7ddf8cec55b0ea1dce0c145c64e320b7937c93e8 SHA1 d6c864af8375d0e3085939b1f292e6f8f90e2921 SHA256 3b452d134a6da093533a58acb8c405a8e3d276a30bf7d83365341ef7bb280205
MISC metadata.xml 156 RMD160 2bf6b2ed9ff0fcef1e902cf093ccf4ae2dcc70a0 SHA1 e9260cd53905d8569cf3327ded4c6d01653fc389 SHA256 b4971b8472ab3fe4fbfe41b331a79193ca19e86c08d055ad1c20eaf9e04b79b6
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/foiltex/foiltex-2.1.4a.ebuild,v 1.4 2004/12/28 20:34:27 absinthe Exp $
inherit latex-package
S=${WORKDIR}/${PN}
DESCRIPTION="LaTeX package used to create foils and slides"
HOMEPAGE="ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/foiltex.html"
# Taken from ftp://ftp.dante.de/tex-archive/macros/latex/contrib/foiltex.tar.gz
# if not yet available on the gentoo-mirrors, move it to
# /usr/portage/distfiles/foiltex-2.1.4a.tar.gz
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="as-is"
#for License details see /usr/share/doc/${PF}/foiltex.ins
SLOT="0"
KEYWORDS="x86 ppc sparc amd64"
IUSE=""
src_install () {
latex-package_src_doinstall all
cd ${S}
dodoc readme.flt
}