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/currvita: ChangeLog currvita-0.9i-r1.ebuild
Date: Sat, 30 Aug 2008 13:16:41
Message-Id: E1KZQJi-000389-PI@stork.gentoo.org
1 aballier 08/08/30 13:16:38
2
3 Modified: ChangeLog
4 Added: currvita-0.9i-r1.ebuild
5 Log:
6 install to texmf-site, simplify a bit the ebuild, keyword ~amd64
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
8
9 Revision Changes Path
10 1.10 dev-tex/currvita/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/currvita/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/currvita/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/currvita/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tex/currvita/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 11 May 2008 21:32:50 -0000 1.9
23 +++ ChangeLog 30 Aug 2008 13:16:38 -0000 1.10
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-tex/currvita
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/currvita/ChangeLog,v 1.9 2008/05/11 21:32:50 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/currvita/ChangeLog,v 1.10 2008/08/30 13:16:38 aballier Exp $
29 +
30 +*currvita-0.9i-r1 (30 Aug 2008)
31 +
32 + 30 Aug 2008; Alexis Ballier <aballier@g.o>
33 + +currvita-0.9i-r1.ebuild:
34 + install to texmf-site, simplify a bit the ebuild, keyword ~amd64
35
36 11 May 2008; Alexis Ballier <aballier@g.o> currvita-0.9i.ebuild:
37 fix homepage, thanks to René 'Necoro' Neumann <gentoo@××××××.eu>, bug
38
39
40
41 1.1 dev-tex/currvita/currvita-0.9i-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/currvita/currvita-0.9i-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/currvita/currvita-0.9i-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: currvita-0.9i-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/currvita/currvita-0.9i-r1.ebuild,v 1.1 2008/08/30 13:16:38 aballier Exp $
51
52 inherit latex-package
53
54 DESCRIPTION="A LaTeX package for typesetting a curriculum vitae"
55 HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/currvita/"
56 # snapshot taken from
57 # ftp://ftp.dante.de/tex-archive/macros/latex/contrib/currvita.tar.gz
58 SRC_URI="mirror://gentoo/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63
64 IUSE=""
65
66 # >=tetex-2 includes currvita
67 DEPEND="!>=app-text/tetex-2
68 !app-text/ptex"
69
70 S="${WORKDIR}/${PN}"
71
72 TEXMF="/usr/share/texmf-site"
73 DOCS="README"
74
75 src_test() {
76 latex currvita.dtx || die "first step of currvita.dtx failed"
77 latex currvita.dtx || die "second step of currvita.dtx failed"
78 latex currvita.dtx || die "third step of currvita.dtx failed"
79 latex cvtest.tex || die "processing cvtest.tex failed"
80 }