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/latexmk: ChangeLog latexmk-405.ebuild
Date: Thu, 30 Apr 2009 18:15:05
Message-Id: E1Lzamk-0007zi-Pv@stork.gentoo.org
1 aballier 09/04/30 18:15:02
2
3 Modified: ChangeLog
4 Added: latexmk-405.ebuild
5 Log:
6 version bump, by Nick Pope <nick+gentoo@×××××××××××.uk>, bug #267420
7 (Portage version: 2.2_rc31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 dev-tex/latexmk/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/latexmk/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/latexmk/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/latexmk/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tex/latexmk/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 26 Oct 2008 15:19:28 -0000 1.11
23 +++ ChangeLog 30 Apr 2009 18:15:02 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-tex/latexmk
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/ChangeLog,v 1.11 2008/10/26 15:19:28 aballier Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/ChangeLog,v 1.12 2009/04/30 18:15:02 aballier Exp $
30 +
31 +*latexmk-405 (30 Apr 2009)
32 +
33 + 30 Apr 2009; Alexis Ballier <aballier@g.o> +latexmk-405.ebuild:
34 + version bump, by Nick Pope <nick+gentoo@×××××××××××.uk>, bug #267420
35
36 26 Oct 2008; Alexis Ballier <aballier@g.o> latexmk-307a.ebuild:
37 quote WORKDIR
38
39
40
41 1.1 dev-tex/latexmk/latexmk-405.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/latexmk/latexmk-405.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/latexmk/latexmk-405.ebuild?rev=1.1&content-type=text/plain
45
46 Index: latexmk-405.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/latexmk-405.ebuild,v 1.1 2009/04/30 18:15:02 aballier Exp $
51
52 DESCRIPTION="Perl script for automatically building LaTeX documents."
53 HOMEPAGE="http://www.phys.psu.edu/~collins/software/latexmk/"
54 SRC_URI="http://www.phys.psu.edu/~collins/software/latexmk/${P}.zip"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59 IUSE=""
60
61 RDEPEND="virtual/latex-base
62 dev-lang/perl"
63 DEPEND="${RDEPEND}
64 app-arch/unzip"
65
66 src_install() {
67 cd "${WORKDIR}"
68 newbin latexmk.pl latexmk
69 dodoc CHANGES README latexmk.pdf latexmk.ps latexmk.txt
70 doman latexmk.1
71 insinto /usr/share/doc/${PF}
72 doins -r example_rcfiles extra-scripts
73 }