aballier    15/07/15 09:35:38

  Modified:             ChangeLog ttf2pk2-2.0_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.29                 app-text/ttf2pk2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ttf2pk2/ChangeLog?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ttf2pk2/ChangeLog?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ttf2pk2/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   2 Nov 2014 09:03:59 -0000       1.28
+++ ChangeLog   15 Jul 2015 09:35:38 -0000      1.29
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/ttf2pk2
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.28 
2014/11/02 09:03:59 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.29 
2015/07/15 09:35:38 aballier Exp $
+
+  15 Jul 2015; Alexis Ballier <[email protected]>
+  ttf2pk2-2.0_p20140525.ebuild:
+  fix build with kpathsea from texlive 2015
 
 *ttf2pk2-2.0_p20140525 (02 Nov 2014)
 



1.2                  app-text/ttf2pk2/ttf2pk2-2.0_p20140525.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ttf2pk2/ttf2pk2-2.0_p20140525.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ttf2pk2/ttf2pk2-2.0_p20140525.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ttf2pk2/ttf2pk2-2.0_p20140525.ebuild?r1=1.1&r2=1.2

Index: ttf2pk2-2.0_p20140525.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-2.0_p20140525.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ttf2pk2-2.0_p20140525.ebuild        2 Nov 2014 09:03:59 -0000       1.1
+++ ttf2pk2-2.0_p20140525.ebuild        15 Jul 2015 09:35:38 -0000      1.2
@@ -1,9 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-2.0_p20140525.ebuild,v 1.1 
2014/11/02 09:03:59 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-2.0_p20140525.ebuild,v 1.2 
2015/07/15 09:35:38 aballier Exp $
 
 EAPI=4
 
+inherit flag-o-matic toolchain-funcs
+
 DESCRIPTION="Freetype 2 based TrueType font to TeX's PK format converter"
 HOMEPAGE="http://tug.org/texlive/";
 SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
@@ -30,6 +32,7 @@
 S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
 
 src_configure() {
+       has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags 
"$($(tc-getPKG_CONFIG) --cflags kpathsea)"
        econf --with-system-kpathsea \
                --with-system-freetype2 \
                --with-system-zlib




Reply via email to