gienah 14/07/02 14:05:17 Modified: ChangeLog Added: texmath-0.6.6.3.ebuild Log: Bump texmath to 0.6.6.3 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.16 dev-haskell/texmath/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 10 May 2014 12:04:42 -0000 1.15 +++ ChangeLog 2 Jul 2014 14:05:17 -0000 1.16 @@ -1,6 +1,11 @@ # 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.15 2014/05/10 12:04:42 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v 1.16 2014/07/02 14:05:17 gienah Exp $ + +*texmath-0.6.6.3 (02 Jul 2014) + + 02 Jul 2014; Mark Wright <[email protected]> +texmath-0.6.6.3.ebuild: + Bump texmath to 0.6.6.3 *texmath-0.6.6.1 (10 May 2014) 1.1 dev-haskell/texmath/texmath-0.6.6.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/texmath-0.6.6.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/texmath-0.6.6.3.ebuild?rev=1.1&content-type=text/plain Index: texmath-0.6.6.3.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.3.ebuild,v 1.1 2014/07/02 14:05:17 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.2.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-7.4.1:= cgi? ( dev-haskell/cgi:=[profile?] dev-haskell/json:=[profile?] dev-haskell/utf8-string:=[profile?] ) " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6 " src_configure() { haskell-cabal_src_configure \ $(cabal_flag cgi cgi) \ $(cabal_flag test test) }
