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/cjk-latex: ChangeLog cjk-latex-4.8.4.ebuild
Date: Sun, 26 Jul 2015 07:32:19
Message-Id: 20150726073209.80C5BBC@oystercatcher.gentoo.org
1 aballier 15/07/26 07:32:09
2
3 Modified: ChangeLog cjk-latex-4.8.4.ebuild
4 Log:
5 fix build with kpathsea from texlive 2015, add explicit dep on it, bug #555868
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.73 dev-tex/cjk-latex/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.73&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.73&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?r1=1.72&r2=1.73
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v
19 retrieving revision 1.72
20 retrieving revision 1.73
21 diff -u -r1.72 -r1.73
22 --- ChangeLog 29 Apr 2015 15:41:04 -0000 1.72
23 +++ ChangeLog 26 Jul 2015 07:32:09 -0000 1.73
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-tex/cjk-latex
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.72 2015/04/29 15:41:04 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.73 2015/07/26 07:32:09 aballier Exp $
29 +
30 + 26 Jul 2015; Alexis Ballier <aballier@g.o> cjk-latex-4.8.4.ebuild:
31 + fix build with kpathsea from texlive 2015, add explicit dep on it, bug
32 + #555868
33
34 29 Apr 2015; Alexis Ballier <aballier@g.o> -cjk-latex-4.8.2.ebuild,
35 -cjk-latex-4.8.3.ebuild, -files/cjk-latex-4.8.2-kpathsea_version.patch:
36
37
38
39 1.2 dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild?r1=1.1&r2=1.2
44
45 Index: cjk-latex-4.8.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- cjk-latex-4.8.4.ebuild 29 Apr 2015 15:38:32 -0000 1.1
52 +++ cjk-latex-4.8.4.ebuild 26 Jul 2015 07:32:09 -0000 1.2
53 @@ -1,10 +1,10 @@
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/cjk-latex/cjk-latex-4.8.4.ebuild,v 1.1 2015/04/29 15:38:32 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild,v 1.2 2015/07/26 07:32:09 aballier Exp $
58
59 EAPI=4
60
61 -inherit latex-package elisp-common toolchain-funcs multilib eutils
62 +inherit latex-package elisp-common toolchain-funcs multilib eutils flag-o-matic
63
64 MY_P="${P/-latex/}"
65
66 @@ -20,9 +20,11 @@
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
68 IUSE="doc emacs"
69
70 -DEPEND="virtual/latex-base
71 +RDEPEND="virtual/latex-base
72 + dev-libs/kpathsea
73 emacs? ( virtual/emacs )"
74 -RDEPEND="${DEPEND}
75 +DEPEND="${RDEPEND}
76 + virtual/pkgconfig
77 app-arch/unzip"
78
79 S="${WORKDIR}/${MY_P}"
80 @@ -38,6 +40,7 @@
81 }
82
83 src_configure() {
84 + has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
85 cd utils
86 for d in *conv; do
87 cd $d