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/xhtml: ChangeLog xhtml-3000.2.0.1.ebuild
Date: Wed, 03 Aug 2011 08:39:01
Message-Id: 20110803083849.7C1FC2004C@flycatcher.gentoo.org
1 slyfox 11/08/03 08:38:49
2
3 Modified: ChangeLog xhtml-3000.2.0.1.ebuild
4 Log:
5 Disable USE=haddock for upcoming haddock.
6
7 (Portage version: 2.1.10.10/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.19 dev-haskell/xhtml/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xhtml/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xhtml/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xhtml/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 1 Jul 2010 19:59:41 -0000 1.18
23 +++ ChangeLog 3 Aug 2011 08:38:49 -0000 1.19
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-haskell/xhtml
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.18 2010/07/01 19:59:41 jer Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.19 2011/08/03 08:38:49 slyfox Exp $
30 +
31 + 03 Aug 2011; Sergei Trofimovich <slyfox@g.o> xhtml-3000.2.0.1.ebuild:
32 + Disable USE=haddock for upcoming haddock.
33
34 01 Jul 2010; Jeroen Roovers <jer@g.o> xhtml-3000.0.2.1.ebuild,
35 xhtml-3000.2.0.1.ebuild:
36
37
38
39 1.3 dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild?r1=1.2&r2=1.3
44
45 Index: xhtml-3000.2.0.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- xhtml-3000.2.0.1.ebuild 1 Jul 2010 19:59:41 -0000 1.2
52 +++ xhtml-3000.2.0.1.ebuild 3 Aug 2011 08:38:49 -0000 1.3
53 @@ -1,12 +1,17 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild,v 1.2 2010/07/01 19:59:41 jer Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild,v 1.3 2011/08/03 08:38:49 slyfox Exp $
59
60 -CABAL_FEATURES="lib profile haddock"
61 +# ebuild generated by hackport 0.2.13
62 +
63 +EAPI="3"
64 +
65 +# haddock-2.9.2 has xhtml as a dep, so disable haddock feature
66 +CABAL_FEATURES="lib profile"
67 inherit haskell-cabal
68
69 DESCRIPTION="An XHTML combinator library"
70 -HOMEPAGE="http://haskell.org/ghc/"
71 +HOMEPAGE="http://hackage.haskell.org/package/xhtml"
72 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
73
74 LICENSE="BSD"
75 @@ -14,5 +19,6 @@
76 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
77 IUSE=""
78
79 -DEPEND=">=dev-lang/ghc-6.6.1
80 +RDEPEND=">=dev-lang/ghc-6.8.2"
81 +DEPEND="${RDEPEND}
82 dev-haskell/cabal"