Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/texmath: texmath-0.6.0.6.ebuild ChangeLog
Date: Sat, 02 Jun 2012 04:01:15
Message-Id: 20120602040103.CB9442004B@flycatcher.gentoo.org
1 gienah 12/06/02 04:01:03
2
3 Modified: ChangeLog
4 Added: texmath-0.6.0.6.ebuild
5 Log:
6 Bump texmath to 0.6.0.6
7
8 (Portage version: 2.1.10.63/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-haskell/texmath/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 7 Apr 2012 05:23:08 -0000 1.3
24 +++ ChangeLog 2 Jun 2012 04:01:03 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-haskell/texmath
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v 1.3 2012/04/07 05:23:08 gienah Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v 1.4 2012/06/02 04:01:03 gienah Exp $
30 +
31 +*texmath-0.6.0.6 (02 Jun 2012)
32 +
33 + 02 Jun 2012; Mark Wright <gienah@g.o> +texmath-0.6.0.6.ebuild:
34 + Bump texmath to 0.6.0.6
35
36 *texmath-0.6.0.4 (07 Apr 2012)
37
38
39
40
41 1.1 dev-haskell/texmath/texmath-0.6.0.6.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/texmath-0.6.0.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/texmath-0.6.0.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: texmath-0.6.0.6.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/texmath-0.6.0.6.ebuild,v 1.1 2012/06/02 04:01:03 gienah Exp $
51
52 EAPI=4
53
54 # ebuild generated by hackport 0.2.18.9999
55
56 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
57 inherit haskell-cabal
58
59 DESCRIPTION="Conversion of LaTeX math formulas to MathML or OMML."
60 HOMEPAGE="http://github.com/jgm/texmath"
61 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="cgi test"
67
68 RDEPEND=">=dev-haskell/parsec-3[profile?]
69 dev-haskell/syb[profile?]
70 >=dev-haskell/xml-1.3.12[profile?]
71 >=dev-lang/ghc-6.8.2
72 cgi? ( dev-haskell/json[profile?]
73 dev-haskell/cgi[profile?]
74 dev-haskell/utf8-string[profile?]
75 )
76 "
77 DEPEND="${RDEPEND}
78 >=dev-haskell/cabal-1.6"
79
80 src_configure() {
81 cabal_src_configure \
82 $(cabal_flag cgi) \
83 $(cabal_flag test)
84 }
85
86 src_install() {
87 cabal_src_install
88
89 # remove test and it's data
90 rm -f "${ED}/usr/bin/texmath" 2> /dev/null
91 rm -rf "${ED}/usr/share/${P}"/ghc-*/tests 2> /dev/null
92 }