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.1.1.ebuild ChangeLog
Date: Sun, 25 Nov 2012 06:18:20
Message-Id: 20121125060958.C7FFE2160E@flycatcher.gentoo.org
1 gienah 12/11/25 06:09:58
2
3 Modified: ChangeLog
4 Added: texmath-0.6.1.1.ebuild
5 Log:
6 Bump texmath to 0.6.1.1
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
9
10 Revision Changes Path
11 1.6 dev-haskell/texmath/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 12 Sep 2012 15:39:15 -0000 1.5
24 +++ ChangeLog 25 Nov 2012 06:09:58 -0000 1.6
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.5 2012/09/12 15:39:15 qnikst Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v 1.6 2012/11/25 06:09:58 gienah Exp $
30 +
31 +*texmath-0.6.1.1 (25 Nov 2012)
32 +
33 + 25 Nov 2012; Mark Wright <gienah@g.o> +texmath-0.6.1.1.ebuild:
34 + Bump texmath to 0.6.1.1
35
36 12 Sep 2012; Alexander Vershilov <qnikst@g.o> texmath-0.5.0.1.ebuild,
37 texmath-0.6.0.3.ebuild, texmath-0.6.0.4.ebuild, texmath-0.6.0.6.ebuild:
38
39
40
41 1.1 dev-haskell/texmath/texmath-0.6.1.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/texmath-0.6.1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/texmath-0.6.1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: texmath-0.6.1.1.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.1.1.ebuild,v 1.1 2012/11/25 06:09:58 gienah Exp $
51
52 EAPI=5
53
54 # ebuild generated by hackport 0.3.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0/${PV}"
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:=[profile?]
71 >=dev-lang/ghc-6.10.4:=
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 }