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/envlab: ChangeLog envlab-1.2-r1.ebuild
Date: Wed, 03 Sep 2008 04:15:21
Message-Id: E1Kajm2-0006PU-SR@stork.gentoo.org
1 aballier 08/09/03 04:15:18
2
3 Modified: ChangeLog
4 Added: envlab-1.2-r1.ebuild
5 Log:
6 rev bump to install into texmf-site
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
8
9 Revision Changes Path
10 1.13 dev-tex/envlab/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 3 Sep 2008 04:10:03 -0000 1.12
23 +++ ChangeLog 3 Sep 2008 04:15:18 -0000 1.13
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-tex/envlab
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.12 2008/09/03 04:10:03 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.13 2008/09/03 04:15:18 aballier Exp $
29 +
30 +*envlab-1.2-r1 (03 Sep 2008)
31 +
32 + 03 Sep 2008; Alexis Ballier <aballier@g.o> +envlab-1.2-r1.ebuild:
33 + rev bump to install into texmf-site
34
35 03 Sep 2008; Alexis Ballier <aballier@g.o> envlab-1.2.ebuild:
36 no need to depend on virtual/tetex, latex-package eclass does it for us
37
38
39
40 1.1 dev-tex/envlab/envlab-1.2-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: envlab-1.2-r1.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.1 2008/09/03 04:15:18 aballier Exp $
50
51 inherit latex-package
52
53 S="${WORKDIR}/${PN}"
54 LICENSE="LPPL-1.2"
55 DESCRIPTION="A LaTeX module to format envelopes"
56 HOMEPAGE="http://planck.psu.edu/~boris/"
57 # downloaded from
58 # ftp://ftp.ctan.org/pub/tex-archive/macros/latex/contrib/${PN}.tar.gz
59 SRC_URI="mirror://gentoo/${P}.tar.gz"
60 SLOT="0"
61 DEPEND=""
62 KEYWORDS="~amd64 ~sparc ~x86"
63 IUSE=""
64
65 TEXMF=/usr/share/texmf-site
66
67 src_compile() {
68 export VARTEXFONTS="${T}/fonts"
69 ebegin "Compiling ${PN}"
70 latex envlab.ins || die
71 pdflatex elguide.tex || die
72 pdflatex elguide.tex || die
73 pdflatex envlab.drv || die
74 pdflatex envlab.drv || die
75 eend
76 }
77
78 src_install() {
79 latex-package_src_install
80
81 insinto ${TEXMF}/tex/latex/${PN}
82 doins *.cfg
83
84 dodoc readme.v12
85 }