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.1.ebuild ChangeLog
Date: Sat, 02 Jun 2012 03:56:58
Message-Id: 20120602035646.7C0EC2004B@flycatcher.gentoo.org
1 gienah 12/06/02 03:56:46
2
3 Modified: ChangeLog
4 Added: highlighting-kate-0.5.1.ebuild
5 Log:
6 Bump highlighting-kate to 0.5.1
7
8 (Portage version: 2.1.10.63/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-haskell/highlighting-kate/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 10 Mar 2012 17:46:31 -0000 1.3
24 +++ ChangeLog 2 Jun 2012 03:56:46 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-haskell/highlighting-kate
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.3 2012/03/10 17:46:31 slyfox Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.4 2012/06/02 03:56:46 gienah Exp $
30 +
31 +*highlighting-kate-0.5.1 (02 Jun 2012)
32 +
33 + 02 Jun 2012; Mark Wright <gienah@g.o> +highlighting-kate-0.5.1.ebuild:
34 + Bump highlighting-kate to 0.5.1
35
36 *highlighting-kate-0.5.0.5 (10 Mar 2012)
37
38
39
40
41 1.1 dev-haskell/highlighting-kate/highlighting-kate-0.5.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/highlighting-kate-0.5.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/highlighting-kate-0.5.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: highlighting-kate-0.5.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/highlighting-kate/highlighting-kate-0.5.1.ebuild,v 1.1 2012/06/02 03:56:46 gienah Exp $
51
52 EAPI=4
53
54 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
55 inherit haskell-cabal
56
57 DESCRIPTION="Syntax highlighting"
58 HOMEPAGE="http://github.com/jgm/highlighting-kate"
59 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="executable pcre-light"
65
66 RDEPEND=">=dev-haskell/blaze-html-0.4.2[profile?]
67 <dev-haskell/blaze-html-0.6[profile?]
68 dev-haskell/mtl[profile?]
69 dev-haskell/parsec[profile?]
70 pcre-light? ( dev-haskell/pcre-light[profile?] )
71 !pcre-light? ( dev-haskell/regex-pcre-builtin[profile?] )
72 >=dev-lang/ghc-6.8.2"
73 DEPEND="${RDEPEND}
74 >=dev-haskell/cabal-1.2"
75
76 src_configure() {
77 cabal_src_configure \
78 $(cabal_flag executable) \
79 $(cabal_flag pcre-light)
80 }