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/europecv: ChangeLog europecv-20060424-r1.ebuild
Date: Wed, 03 Sep 2008 04:48:27
Message-Id: E1KakI3-0006dc-Ps@stork.gentoo.org
1 aballier 08/09/03 04:48:23
2
3 Modified: ChangeLog
4 Added: europecv-20060424-r1.ebuild
5 Log:
6 rev bump to install in texmf-site and add examples useflag
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
8
9 Revision Changes Path
10 1.17 dev-tex/europecv/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/europecv/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/europecv/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/europecv/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tex/europecv/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 3 Sep 2008 04:20:27 -0000 1.16
23 +++ ChangeLog 3 Sep 2008 04:48:23 -0000 1.17
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-tex/europecv
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/europecv/ChangeLog,v 1.16 2008/09/03 04:20:27 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/europecv/ChangeLog,v 1.17 2008/09/03 04:48:23 aballier Exp $
29 +
30 +*europecv-20060424-r1 (03 Sep 2008)
31 +
32 + 03 Sep 2008; Alexis Ballier <aballier@g.o>
33 + +europecv-20060424-r1.ebuild:
34 + rev bump to install in texmf-site and add examples useflag
35
36 03 Sep 2008; Alexis Ballier <aballier@g.o>
37 europecv-20040603.ebuild, europecv-20060424.ebuild:
38
39
40
41 1.1 dev-tex/europecv/europecv-20060424-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/europecv/europecv-20060424-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/europecv/europecv-20060424-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: europecv-20060424-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-tex/europecv/europecv-20060424-r1.ebuild,v 1.1 2008/09/03 04:48:23 aballier Exp $
51
52 inherit latex-package
53
54 DESCRIPTION="LaTeX class for the standard model for curricula vitae as recommended by the European Commission."
55 HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/europecv.html"
56 # Downloaded from:
57 # ftp://cam.ctan.org/tex-archive/macros/latex/contrib/europecv.zip
58 SRC_URI="mirror://gentoo/${P}.zip"
59
60 LICENSE="LPPL-1.2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63
64 IUSE="examples"
65
66 RDEPEND=""
67 DEPEND="${RDEPEND}
68 app-arch/unzip"
69 S="${WORKDIR}/${PN}"
70
71 TEXMF=/usr/share/texmf-site
72
73 src_compile() {
74 return
75 }
76
77 src_install() {
78 insinto ${TEXMF}/tex/latex/europecv
79 doins ecv* europecv.cls EuropeFlag* europasslogo*
80
81 insinto /usr/share/doc/${PF}
82 doins -r europecv.pdf europecv.tex
83 dosym /usr/share/doc/${PF}/europecv.pdf ${TEXMF}/doc/latex/${PN}/europecv.pdf
84 use examples && doins -r examples templates
85 }