Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/foiltex: ChangeLog foiltex-2.1.4b.ebuild
Date: Wed, 17 Jun 2009 07:39:42
Message-Id: E1MGpkB-0003zi-Ij@stork.gentoo.org
1 aballier 09/06/17 07:39:39
2
3 Modified: ChangeLog
4 Added: foiltex-2.1.4b.ebuild
5 Log:
6 bump to 2.1.4b, bug #271226, install to texmf-site and some minor cleanups
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 dev-tex/foiltex/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/foiltex/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/foiltex/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/foiltex/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tex/foiltex/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 13 Mar 2007 00:20:11 -0000 1.13
23 +++ ChangeLog 17 Jun 2009 07:39:39 -0000 1.14
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-tex/foiltex
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/foiltex/ChangeLog,v 1.13 2007/03/13 00:20:11 nattfodd Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/foiltex/ChangeLog,v 1.14 2009/06/17 07:39:39 aballier Exp $
30 +
31 +*foiltex-2.1.4b (17 Jun 2009)
32 +
33 + 17 Jun 2009; Alexis Ballier <aballier@g.o> +foiltex-2.1.4b.ebuild:
34 + bump to 2.1.4b, bug #271226, install to texmf-site and some minor cleanups
35
36 12 Mar 2007; Alexandre Buisse <nattfodd@g.o> metadata.xml:
37 Replaced text-markup by tex as maintaining herd (text-markup split).
38
39
40
41 1.1 dev-tex/foiltex/foiltex-2.1.4b.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/foiltex/foiltex-2.1.4b.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/foiltex/foiltex-2.1.4b.ebuild?rev=1.1&content-type=text/plain
45
46 Index: foiltex-2.1.4b.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-tex/foiltex/foiltex-2.1.4b.ebuild,v 1.1 2009/06/17 07:39:39 aballier Exp $
51
52 inherit latex-package
53
54 S=${WORKDIR}/${PN}
55
56 DESCRIPTION="LaTeX package used to create foils and slides"
57 HOMEPAGE="ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/foiltex.html"
58 # Taken from http://www.ctan.org/get/macros/latex/contrib/foiltex.zip
59 SRC_URI="mirror://gentoo/${P}.zip"
60
61 LICENSE="as-is"
62 #for License details see /usr/share/doc/${PF}/foiltex.ins
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
65 IUSE=""
66 TEXMF=/usr/share/texmf-site
67 DEPEND="app-arch/unzip"
68 RDEPEND=""
69
70 src_install () {
71 latex-package_src_doinstall all
72 dodoc "${S}/README"
73 }