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/latexdiff: ChangeLog latexdiff-0.5.ebuild
Date: Sun, 23 Mar 2008 00:58:54
Message-Id: E1JdEXz-0006Sf-Tx@stork.gentoo.org
1 aballier 08/03/23 00:58:51
2
3 Modified: ChangeLog
4 Added: latexdiff-0.5.ebuild
5 Log:
6 version bump, bug #174212
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.7 dev-tex/latexdiff/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/latexdiff/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/latexdiff/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/latexdiff/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 15 Jul 2007 09:18:21 -0000 1.6
23 +++ ChangeLog 23 Mar 2008 00:58:51 -0000 1.7
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-tex/latexdiff
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v 1.6 2007/07/15 09:18:21 phreak Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v 1.7 2008/03/23 00:58:51 aballier Exp $
30 +
31 +*latexdiff-0.5 (23 Mar 2008)
32 +
33 + 23 Mar 2008; Alexis Ballier <aballier@g.o> +latexdiff-0.5.ebuild:
34 + version bump, bug #174212
35
36 15 Jul 2007; Christian Heim <phreak@g.o> metadata.xml:
37 Assigning to tex, as nattfodd is being retired (#108329).
38
39
40
41 1.1 dev-tex/latexdiff/latexdiff-0.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/latexdiff/latexdiff-0.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/latexdiff/latexdiff-0.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: latexdiff-0.5.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/latexdiff/latexdiff-0.5.ebuild,v 1.1 2008/03/23 00:58:51 aballier Exp $
51
52 DESCRIPTION="Compare two latex files and mark up significant differences"
53 HOMEPAGE="http://www.ctan.org/tex-archive/support/latexdiff/"
54 SRC_URI="mirror://gentoo/${P}.zip"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59
60 IUSE="static"
61
62 RDEPEND=">=dev-lang/perl-5.8
63 dev-perl/Algorithm-Diff"
64 DEPEND="${RDEPEND}
65 app-arch/unzip"
66
67 S=${WORKDIR}/${PN}
68
69 src_test() {
70 emake test-ext || die "Tests failed!"
71 }
72
73 src_install() {
74 dobin latexdiff latexrevise latexdiff-vc || die "dobin failed"
75 doman latexdiff.1 latexrevise.1 latexdiff-vc.1 || die "doman failed"
76 dodoc CHANGES README latexdiff-man.pdf || die "dodoc failed"
77 }
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list