Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/latexdiff: latexdiff-1.0.4.ebuild ChangeLog
Date: Sat, 28 Feb 2015 21:25:18
Message-Id: 20150228212514.A043212C2A@oystercatcher.gentoo.org
1 ottxor 15/02/28 21:25:14
2
3 Modified: ChangeLog
4 Added: latexdiff-1.0.4.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
9
10 Revision Changes Path
11 1.28 dev-tex/latexdiff/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexdiff/ChangeLog?rev=1.28&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexdiff/ChangeLog?rev=1.28&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexdiff/ChangeLog?r1=1.27&r2=1.28
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v
20 retrieving revision 1.27
21 retrieving revision 1.28
22 diff -u -r1.27 -r1.28
23 --- ChangeLog 9 May 2012 17:10:42 -0000 1.27
24 +++ ChangeLog 28 Feb 2015 21:25:14 -0000 1.28
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-tex/latexdiff
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v 1.27 2012/05/09 17:10:42 aballier Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v 1.28 2015/02/28 21:25:14 ottxor Exp $
31 +
32 +*latexdiff-1.0.4 (28 Feb 2015)
33 +
34 + 28 Feb 2015; Christoph Junghans <ottxor@g.o> +latexdiff-1.0.4.ebuild:
35 + version bump
36
37 09 May 2012; Alexis Ballier <aballier@g.o> latexdiff-0.5.ebuild:
38 keyword ~amd64-fbsd
39 @@ -92,4 +97,3 @@
40 +latexdiff-0.2.ebuild:
41 Initial import. Ebuild submitted by Anders Bo Rasmussen <gentoo@××××.dk>;
42 bug #68033.
43 -
44
45
46
47 1.1 dev-tex/latexdiff/latexdiff-1.0.4.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexdiff/latexdiff-1.0.4.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexdiff/latexdiff-1.0.4.ebuild?rev=1.1&content-type=text/plain
51
52 Index: latexdiff-1.0.4.ebuild
53 ===================================================================
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/latexdiff-1.0.4.ebuild,v 1.1 2015/02/28 21:25:14 ottxor Exp $
57
58 EAPI=5
59
60 DESCRIPTION="Compare two latex files and mark up significant differences"
61 HOMEPAGE="http://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/"
62 SRC_URI="http://mirror.ctan.org/support/${PN}.zip -> ${P}.zip"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
67
68 IUSE=""
69
70 RDEPEND=">=dev-lang/perl-5.8
71 dev-perl/Algorithm-Diff"
72 DEPEND="${RDEPEND}
73 app-arch/unzip"
74
75 S=${WORKDIR}/${PN}
76
77 src_test() {
78 emake test-ext
79 }
80
81 src_install() {
82 dobin latexdiff latexrevise latexdiff-vc
83 doman latexdiff.1 latexrevise.1 latexdiff-vc.1
84 dodoc README doc/latexdiff-man.pdf
85 }