aballier    15/07/27 07:57:17

  Modified:             ChangeLog
  Added:                dvisvgm-1.10.ebuild
  Log:
  version bump, 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.78                 app-text/dvisvgm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dvisvgm/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   23 Jul 2015 20:44:37 -0000      1.77
+++ ChangeLog   27 Jul 2015 07:57:17 -0000      1.78
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/dvisvgm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvisvgm/ChangeLog,v 1.77 
2015/07/23 20:44:37 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvisvgm/ChangeLog,v 1.78 
2015/07/27 07:57:17 aballier Exp $
+
+*dvisvgm-1.10 (27 Jul 2015)
+
+  27 Jul 2015; Alexis Ballier <[email protected]> +dvisvgm-1.10.ebuild:
+  version bump, fix build with kpathsea from texlive 2015
 
   23 Jul 2015; Pacho Ramos <[email protected]> dvisvgm-1.8.1.ebuild:
   ppc stable wrt bug #534906



1.1                  app-text/dvisvgm/dvisvgm-1.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dvisvgm/dvisvgm-1.10.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dvisvgm/dvisvgm-1.10.ebuild?rev=1.1&content-type=text/plain

Index: dvisvgm-1.10.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/dvisvgm/dvisvgm-1.10.ebuild,v 1.1 
2015/07/27 07:57:17 aballier Exp $

EAPI=5

inherit toolchain-funcs flag-o-matic

DESCRIPTION="Converts DVI files to SVG"
HOMEPAGE="http://dvisvgm.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="test"
# Tests don't work from $WORKDIR: kpathsea tries to search in relative
# directories from where the binary is executed.
# We cannot really use absolute paths in the kpathsea configuration since that
# would make it harder for prefix installs.
RESTRICT="test"

RDEPEND="virtual/tex-base
        app-text/ghostscript-gpl
        >=media-gfx/potrace-1.10-r1
        media-libs/freetype:2
        dev-libs/kpathsea
        sys-libs/zlib"
DEPEND="${RDEPEND}
        app-text/xmlto
        app-text/asciidoc
        virtual/pkgconfig
        test? ( dev-cpp/gtest )"

src_configure() {
        has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags 
"$($(tc-getPKG_CONFIG) --cflags kpathsea)"
        default
}




Reply via email to