Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/texmath: texmath-0.6.6.ebuild ChangeLog
Date: Sat, 01 Feb 2014 19:53:51
Message-Id: 20140201195347.539A92004C@flycatcher.gentoo.org
1 slyfox 14/02/01 19:53:47
2
3 Modified: ChangeLog
4 Added: texmath-0.6.6.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
9
10 Revision Changes Path
11 1.14 dev-haskell/texmath/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 11 Dec 2013 06:31:24 -0000 1.13
24 +++ ChangeLog 1 Feb 2014 19:53:47 -0000 1.14
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-haskell/texmath
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v 1.13 2013/12/11 06:31:24 gienah Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v 1.14 2014/02/01 19:53:47 slyfox Exp $
31 +
32 +*texmath-0.6.6 (01 Feb 2014)
33 +
34 + 01 Feb 2014; Sergei Trofimovich <slyfox@g.o> +texmath-0.6.6.ebuild:
35 + Version bump.
36
37 *texmath-0.6.5.2 (11 Dec 2013)
38
39
40
41
42 1.1 dev-haskell/texmath/texmath-0.6.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/texmath-0.6.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/texmath-0.6.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: texmath-0.6.6.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/texmath-0.6.6.ebuild,v 1.1 2014/02/01 19:53:47 slyfox Exp $
52
53 EAPI=5
54
55 # ebuild generated by hackport 0.3.6.9999
56
57 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
58 inherit haskell-cabal
59
60 DESCRIPTION="Conversion of LaTeX math formulas to MathML or OMML."
61 HOMEPAGE="http://github.com/jgm/texmath"
62 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0/${PV}"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="cgi test"
68
69 RDEPEND="dev-haskell/pandoc-types:=[profile?]
70 >=dev-haskell/parsec-3:=[profile?]
71 dev-haskell/syb:=[profile?]
72 dev-haskell/xml:=[profile?]
73 >=dev-lang/ghc-6.10.4:=
74 cgi? ( dev-haskell/cgi:=[profile?]
75 dev-haskell/json:=[profile?]
76 dev-haskell/utf8-string:=[profile?] )
77 "
78 DEPEND="${RDEPEND}
79 >=dev-haskell/cabal-1.6.0.3
80 "
81
82 src_configure() {
83 haskell-cabal_src_configure \
84 $(cabal_flag cgi cgi) \
85 $(cabal_flag test test)
86 }