aballier 15/07/15 09:44:17 Modified: ChangeLog bibtexu-3.71_p20140525.ebuild Log: fix build with kpathsea from texlive 2015 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.50 dev-tex/bibtexu/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/ChangeLog?rev=1.50&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/ChangeLog?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/ChangeLog?r1=1.49&r2=1.50 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- ChangeLog 12 Jul 2015 17:21:49 -0000 1.49 +++ ChangeLog 15 Jul 2015 09:44:17 -0000 1.50 @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/bibtexu # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.49 2015/07/12 17:21:49 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.50 2015/07/15 09:44:17 aballier Exp $ + + 15 Jul 2015; Alexis Ballier <[email protected]> + bibtexu-3.71_p20140525.ebuild: + fix build with kpathsea from texlive 2015 12 Jul 2015; Mikle Kolyada <[email protected]> bibtexu-3.71_p20140525.ebuild: x86 stable wrt bug #550840 1.4 dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild?r1=1.3&r2=1.4 Index: bibtexu-3.71_p20140525.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bibtexu-3.71_p20140525.ebuild 12 Jul 2015 17:21:49 -0000 1.3 +++ bibtexu-3.71_p20140525.ebuild 15 Jul 2015 09:44:17 -0000 1.4 @@ -1,9 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild,v 1.3 2015/07/12 17:21:49 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild,v 1.4 2015/07/15 09:44:17 aballier Exp $ EAPI=5 +inherit flag-o-matic toolchain-funcs + DESCRIPTION="8-bit Implementation of BibTeX 0.99 with a Very Large Capacity" HOMEPAGE="http://tug.org/texlive/" SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz" @@ -36,6 +38,7 @@ SRC_URI="${SRC_URI} ) " src_configure() { + has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" econf \ --with-system-kpathsea \ --with-system-icu
