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/highlighting-kate: highlighting-kate-0.5.6.1.ebuild ChangeLog
Date: Sat, 01 Feb 2014 19:51:02
Message-Id: 20140201195058.5C6C32004C@flycatcher.gentoo.org
1 slyfox 14/02/01 19:50:58
2
3 Modified: ChangeLog
4 Added: highlighting-kate-0.5.6.1.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.15 dev-haskell/highlighting-kate/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 11 Dec 2013 06:02:01 -0000 1.14
24 +++ ChangeLog 1 Feb 2014 19:50:58 -0000 1.15
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-haskell/highlighting-kate
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.14 2013/12/11 06:02:01 gienah Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.15 2014/02/01 19:50:58 slyfox Exp $
31 +
32 +*highlighting-kate-0.5.6.1 (01 Feb 2014)
33 +
34 + 01 Feb 2014; Sergei Trofimovich <slyfox@g.o>
35 + +highlighting-kate-0.5.6.1.ebuild:
36 + Version bump.
37
38 *highlighting-kate-0.5.5.1 (11 Dec 2013)
39
40
41
42
43 1.1 dev-haskell/highlighting-kate/highlighting-kate-0.5.6.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/highlighting-kate-0.5.6.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/highlighting-kate-0.5.6.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: highlighting-kate-0.5.6.1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/highlighting-kate-0.5.6.1.ebuild,v 1.1 2014/02/01 19:50:58 slyfox Exp $
53
54 EAPI=5
55
56 # ebuild generated by hackport 0.3.6.9999
57
58 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
59 inherit haskell-cabal
60
61 DESCRIPTION="Syntax highlighting"
62 HOMEPAGE="http://github.com/jgm/highlighting-kate"
63 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
64
65 LICENSE="GPL-2"
66 SLOT="0/${PV}"
67 KEYWORDS="~amd64 ~x86"
68 IUSE="executable pcre-light"
69
70 RDEPEND=">=dev-haskell/blaze-html-0.4.2:=[profile?] <dev-haskell/blaze-html-0.8:=[profile?]
71 dev-haskell/mtl:=[profile?]
72 dev-haskell/parsec:=[profile?]
73 >=dev-lang/ghc-6.10.4:=
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:=[profile?] )
76 "
77 DEPEND="${RDEPEND}
78 >=dev-haskell/cabal-1.10
79 "
80
81 src_configure() {
82 haskell-cabal_src_configure \
83 $(cabal_flag executable executable) \
84 $(cabal_flag pcre-light pcre-light)
85 }