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/quotchap: quotchap-0.9f.ebuild ChangeLog
Date: Fri, 30 May 2008 10:57:25
Message-Id: E1K22IS-0006z0-3Y@stork.gentoo.org
1 aballier 08/05/30 10:57:20
2
3 Modified: quotchap-0.9f.ebuild ChangeLog
4 Log:
5 Add unzip to depends, thanks to Marek Miller <mlm@××××××.pl> in bug #224149; set VARTEXFONTS instead of ugly addwrites
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.8 dev-tex/quotchap/quotchap-0.9f.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/quotchap/quotchap-0.9f.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/quotchap/quotchap-0.9f.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/quotchap/quotchap-0.9f.ebuild?r1=1.7&r2=1.8
14
15 Index: quotchap-0.9f.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-tex/quotchap/quotchap-0.9f.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- quotchap-0.9f.ebuild 13 Jul 2007 06:20:20 -0000 1.7
22 +++ quotchap-0.9f.ebuild 30 May 2008 10:57:19 -0000 1.8
23 @@ -1,9 +1,11 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/quotchap/quotchap-0.9f.ebuild,v 1.7 2007/07/13 06:20:20 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/quotchap/quotchap-0.9f.ebuild,v 1.8 2008/05/30 10:57:19 aballier Exp $
29
30 inherit latex-package
31 +
32 S=${WORKDIR}/quotchap
33 +
34 DESCRIPTION="LaTeX package used to add quotes to chapters"
35 # Taken from http://theory.uwinnipeg.ca/scripts/CTAN/macros/latex/contrib/quotchap.zip
36 SRC_URI="mirror://gentoo/${P}.zip"
37 @@ -13,9 +15,12 @@
38 KEYWORDS="x86 ppc ~amd64"
39 IUSE=""
40
41 +DEPEND="app-arch/unzip"
42 +RDEPEND=""
43 +
44 src_install () {
45 - addwrite /var/cache/fonts
46 - latex-package_src_doinstall all
47 - cd ${S}
48 - dodoc 00readme.txt document.pdf document.tex
49 + export VARTEXFONTS="${T}/fonts"
50 + latex-package_src_doinstall all
51 + cd "${S}"
52 + dodoc 00readme.txt document.pdf document.tex
53 }
54
55
56
57 1.9 dev-tex/quotchap/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/quotchap/ChangeLog?rev=1.9&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/quotchap/ChangeLog?rev=1.9&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/quotchap/ChangeLog?r1=1.8&r2=1.9
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-tex/quotchap/ChangeLog,v
66 retrieving revision 1.8
67 retrieving revision 1.9
68 diff -u -r1.8 -r1.9
69 --- ChangeLog 13 Mar 2007 00:35:08 -0000 1.8
70 +++ ChangeLog 30 May 2008 10:57:19 -0000 1.9
71 @@ -1,6 +1,10 @@
72 # ChangeLog for dev-tex/quotchap
73 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/quotchap/ChangeLog,v 1.8 2007/03/13 00:35:08 nattfodd Exp $
75 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/quotchap/ChangeLog,v 1.9 2008/05/30 10:57:19 aballier Exp $
77 +
78 + 30 May 2008; Alexis Ballier <aballier@g.o> quotchap-0.9f.ebuild:
79 + Add unzip to depends, thanks to Marek Miller <mlm@××××××.pl> in bug
80 + #224149; set VARTEXFONTS instead of ugly addwrites
81
82 12 Mar 2007; Alexandre Buisse <nattfodd@g.o> metadata.xml:
83 Replaced text-markup by tex as maintaining herd (text-markup split).
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list