aballier 15/07/26 07:32:09 Modified: ChangeLog cjk-latex-4.8.4.ebuild Log: fix build with kpathsea from texlive 2015, add explicit dep on it, bug #555868 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.73 dev-tex/cjk-latex/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.73&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?rev=1.73&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/ChangeLog?r1=1.72&r2=1.73 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- ChangeLog 29 Apr 2015 15:41:04 -0000 1.72 +++ ChangeLog 26 Jul 2015 07:32:09 -0000 1.73 @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/cjk-latex # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.72 2015/04/29 15:41:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.73 2015/07/26 07:32:09 aballier Exp $ + + 26 Jul 2015; Alexis Ballier <[email protected]> cjk-latex-4.8.4.ebuild: + fix build with kpathsea from texlive 2015, add explicit dep on it, bug + #555868 29 Apr 2015; Alexis Ballier <[email protected]> -cjk-latex-4.8.2.ebuild, -cjk-latex-4.8.3.ebuild, -files/cjk-latex-4.8.2-kpathsea_version.patch: 1.2 dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild?rev=1.2&view=markup 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 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 Index: cjk-latex-4.8.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cjk-latex-4.8.4.ebuild 29 Apr 2015 15:38:32 -0000 1.1 +++ cjk-latex-4.8.4.ebuild 26 Jul 2015 07:32:09 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=4 -inherit latex-package elisp-common toolchain-funcs multilib eutils +inherit latex-package elisp-common toolchain-funcs multilib eutils flag-o-matic MY_P="${P/-latex/}" @@ -20,9 +20,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc emacs" -DEPEND="virtual/latex-base +RDEPEND="virtual/latex-base + dev-libs/kpathsea emacs? ( virtual/emacs )" -RDEPEND="${DEPEND} +DEPEND="${RDEPEND} + virtual/pkgconfig app-arch/unzip" S="${WORKDIR}/${MY_P}" @@ -38,6 +40,7 @@ } src_configure() { + has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" cd utils for d in *conv; do cd $d
