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/highlighting-kate: highlighting-kate-0.5.8.3.ebuild ChangeLog
Date: Wed, 02 Jul 2014 14:50:28
Message-Id: 20140702145023.89FCF2004E@flycatcher.gentoo.org
1 gienah 14/07/02 14:50:23
2
3 Modified: ChangeLog
4 Added: highlighting-kate-0.5.8.3.ebuild
5 Log:
6 Bump highlighting-kate to 0.5.8.3
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
9
10 Revision Changes Path
11 1.17 dev-haskell/highlighting-kate/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 10 May 2014 12:11:32 -0000 1.16
24 +++ ChangeLog 2 Jul 2014 14:50:23 -0000 1.17
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-haskell/highlighting-kate
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.16 2014/05/10 12:11:32 slyfox Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.17 2014/07/02 14:50:23 gienah Exp $
30 +
31 +*highlighting-kate-0.5.8.3 (02 Jul 2014)
32 +
33 + 02 Jul 2014; Mark Wright <gienah@g.o>
34 + +highlighting-kate-0.5.8.3.ebuild:
35 + Bump highlighting-kate to 0.5.8.3
36
37 *highlighting-kate-0.5.7 (10 May 2014)
38
39
40
41
42 1.1 dev-haskell/highlighting-kate/highlighting-kate-0.5.8.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/highlighting-kate-0.5.8.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/highlighting-kate-0.5.8.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: highlighting-kate-0.5.8.3.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/highlighting-kate/highlighting-kate-0.5.8.3.ebuild,v 1.1 2014/07/02 14:50:23 gienah Exp $
52
53 EAPI=5
54
55 # ebuild generated by hackport 0.4.2.9999
56
57 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
58 inherit haskell-cabal
59
60 DESCRIPTION="Syntax highlighting"
61 HOMEPAGE="http://github.com/jgm/highlighting-kate"
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="executable pcre-light"
68
69 RDEPEND=">=dev-haskell/blaze-html-0.4.2:=[profile?] <dev-haskell/blaze-html-0.8:=[profile?]
70 dev-haskell/mtl:=[profile?]
71 dev-haskell/parsec:=[profile?]
72 dev-haskell/utf8-string:=[profile?]
73 >=dev-lang/ghc-7.4.1:=
74 pcre-light? ( >=dev-haskell/pcre-light-0.4:=[profile?] <dev-haskell/pcre-light-0.5:=[profile?] )
75 !pcre-light? ( >=dev-haskell/regex-pcre-builtin-0.94.4.8.8.35:=[profile?] )
76 "
77 DEPEND="${RDEPEND}
78 >=dev-haskell/cabal-1.10
79 "
80
81 src_configure() {
82 # SpecConstr OOMs ghc
83 [[ $(ghc-version) == 7.8.* ]] && replace-hcflags -O[2-9] -O1
84
85 haskell-cabal_src_configure \
86 $(cabal_flag executable executable) \
87 $(cabal_flag pcre-light pcre-light)
88 }