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: ChangeLog highlighting-kate-0.2.9-r1.ebuild highlighting-kate-0.2.9.ebuild
Date: Tue, 03 May 2011 19:17:31
Message-Id: 20110503191721.57C8320054@flycatcher.gentoo.org
1 slyfox 11/05/03 19:17:21
2
3 Modified: ChangeLog
4 Added: highlighting-kate-0.2.9-r1.ebuild
5 Removed: highlighting-kate-0.2.9.ebuild
6 Log:
7 USE flags work this time (passed to configure phase).
8
9 (Portage version: 2.1.9.42/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 dev-haskell/highlighting-kate/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 25 Apr 2011 09:56:06 -0000 1.1
25 +++ ChangeLog 3 May 2011 19:17:20 -0000 1.2
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-haskell/highlighting-kate
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.1 2011/04/25 09:56:06 slyfox Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.2 2011/05/03 19:17:20 slyfox Exp $
31 +
32 +*highlighting-kate-0.2.9-r1 (03 May 2011)
33 +
34 + 03 May 2011; Sergei Trofimovich <slyfox@g.o>
35 + -highlighting-kate-0.2.9.ebuild, +highlighting-kate-0.2.9-r1.ebuild:
36 + USE flags work this time (passed to configure phase).
37
38 *highlighting-kate-0.2.9 (25 Apr 2011)
39
40
41
42
43 1.1 dev-haskell/highlighting-kate/highlighting-kate-0.2.9-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/highlighting-kate-0.2.9-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/highlighting-kate-0.2.9-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: highlighting-kate-0.2.9-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2011 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.2.9-r1.ebuild,v 1.1 2011/05/03 19:17:20 slyfox Exp $
53
54 # ebuild generated by hackport 0.2.13
55
56 EAPI="3"
57
58 CABAL_FEATURES="bin lib profile haddock hscolour"
59 inherit haskell-cabal
60
61 DESCRIPTION="Syntax highlighting binary and library using kate syntax files"
62 HOMEPAGE="http://github.com/jgm/highlighting-kate"
63 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE="executable"
69
70 RDEPEND="dev-haskell/parsec
71 dev-haskell/regex-pcre-builtin
72 dev-haskell/xhtml
73 >=dev-lang/ghc-6.8.2"
74 DEPEND="${RDEPEND}
75 >=dev-haskell/cabal-1.2"
76
77 src_configure() {
78 cabal_src_configure $(cabal_flag executable)
79 }