slyfox      14/05/10 12:04:42

  Modified:             ChangeLog
  Added:                texmath-0.6.6.1.ebuild
  Removed:              texmath-0.6.0.3.ebuild texmath-0.6.0.6.ebuild
                        texmath-0.6.1.3.ebuild texmath-0.6.1.5.ebuild
                        texmath-0.6.0.4.ebuild texmath-0.5.0.1.ebuild
                        texmath-0.6.1.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  Changes    Path
1.15                 dev-haskell/texmath/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   1 Feb 2014 19:53:47 -0000       1.14
+++ ChangeLog   10 May 2014 12:04:42 -0000      1.15
@@ -1,6 +1,14 @@
 # ChangeLog for dev-haskell/texmath
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v 1.14 
2014/02/01 19:53:47 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v 1.15 
2014/05/10 12:04:42 slyfox Exp $
+
+*texmath-0.6.6.1 (10 May 2014)
+
+  10 May 2014; Sergei Trofimovich <sly...@gentoo.org> +texmath-0.6.6.1.ebuild,
+  -files/01-texmath-locale.patch, -texmath-0.5.0.1.ebuild,
+  -texmath-0.6.0.3.ebuild, -texmath-0.6.0.4.ebuild, -texmath-0.6.0.6.ebuild,
+  -texmath-0.6.1.1.ebuild, -texmath-0.6.1.3.ebuild, -texmath-0.6.1.5.ebuild:
+  Version bump.
 
 *texmath-0.6.6 (01 Feb 2014)
 



1.1                  dev-haskell/texmath/texmath-0.6.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/texmath-0.6.6.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/texmath-0.6.6.1.ebuild?rev=1.1&content-type=text/plain

Index: texmath-0.6.6.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/texmath-0.6.6.1.ebuild,v 
1.1 2014/05/10 12:04:42 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.3.6.9999

CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="Conversion of LaTeX math formulas to MathML or OMML."
HOMEPAGE="http://github.com/jgm/texmath";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="cgi test"

RDEPEND="dev-haskell/pandoc-types:=[profile?]
        >=dev-haskell/parsec-3:=[profile?]
        dev-haskell/syb:=[profile?]
        dev-haskell/xml:=[profile?]
        >=dev-lang/ghc-6.10.4:=
        cgi? ( dev-haskell/cgi:=[profile?]
                dev-haskell/json:=[profile?]
                dev-haskell/utf8-string:=[profile?] )
"
DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.6.0.3
"

src_configure() {
        haskell-cabal_src_configure \
                $(cabal_flag cgi cgi) \
                $(cabal_flag test test)
}




Reply via email to