Gentoo Archives: gentoo-commits

From: "Ingmar Vanhassel (ingmar)" <ingmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/pms: pms-99999999.ebuild ChangeLog
Date: Sun, 15 Jun 2008 11:00:29
Message-Id: E1K7pyB-0000U4-Us@stork.gentoo.org
1 ingmar 08/06/15 11:00:23
2
3 Modified: pms-99999999.ebuild ChangeLog
4 Log:
5 Add a html USE flag, to generate pms as HTML as well. Patch by David Leverton.
6 (Portage version: 2.1.5.5)
7
8 Revision Changes Path
9 1.2 app-doc/pms/pms-99999999.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/pms/pms-99999999.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/pms/pms-99999999.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/pms/pms-99999999.ebuild?r1=1.1&r2=1.2
14
15 Index: pms-99999999.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-doc/pms/pms-99999999.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- pms-99999999.ebuild 13 Jun 2008 01:02:43 -0000 1.1
22 +++ pms-99999999.ebuild 15 Jun 2008 11:00:23 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-doc/pms/pms-99999999.ebuild,v 1.1 2008/06/13 01:02:43 ingmar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-doc/pms/pms-99999999.ebuild,v 1.2 2008/06/15 11:00:23 ingmar Exp $
28
29 inherit git
30
31 @@ -13,9 +13,9 @@
32 LICENSE="CCPL-Attribution-ShareAlike-3.0"
33 SLOT="0"
34 KEYWORDS=""
35 -IUSE="all-options kdebuild"
36 +IUSE="all-options html kdebuild"
37
38 -DEPEND="
39 +DEPEND="html? ( dev-tex/tex4ht )
40 dev-texlive/texlive-latex
41 dev-texlive/texlive-latexrecommended
42 dev-texlive/texlive-latexextra
43 @@ -31,9 +31,16 @@
44 src_compile() {
45 set_conditional all-options
46 set_conditional kdebuild
47 +
48 emake || die "emake failed"
49 + if use html; then
50 + emake html || die "emake html failed"
51 + fi
52 }
53
54 src_install() {
55 dodoc pms.pdf || die "dodoc failed"
56 + if use html; then
57 + dohtml *.html pms.css $(shopt -s nullglob; echo *.png) || die "dohtml failed"
58 + fi
59 }
60
61
62
63 1.2 app-doc/pms/ChangeLog
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/pms/ChangeLog?rev=1.2&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/pms/ChangeLog?rev=1.2&content-type=text/plain
67 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/pms/ChangeLog?r1=1.1&r2=1.2
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/app-doc/pms/ChangeLog,v
72 retrieving revision 1.1
73 retrieving revision 1.2
74 diff -u -r1.1 -r1.2
75 --- ChangeLog 13 Jun 2008 01:02:43 -0000 1.1
76 +++ ChangeLog 15 Jun 2008 11:00:23 -0000 1.2
77 @@ -1,6 +1,10 @@
78 # ChangeLog for app-doc/pms
79 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/app-doc/pms/ChangeLog,v 1.1 2008/06/13 01:02:43 ingmar Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/app-doc/pms/ChangeLog,v 1.2 2008/06/15 11:00:23 ingmar Exp $
82 +
83 + 15 Jun 2008; Ingmar Vanhassel <ingmar@g.o> pms-99999999.ebuild:
84 + Add a html USE flag, to generate pms as HTML as well. Patch by David
85 + Leverton.
86
87 *pms-99999999 (13 Jun 2008)
88
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list