Gentoo Archives: gentoo-commits

From: "Lennart Kolmodin (kolmodin)" <kolmodin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/ghc-paths: metadata.xml ChangeLog ghc-paths-0.1.0.5.ebuild
Date: Sun, 19 Apr 2009 14:26:33
Message-Id: E1LvXyV-000499-Op@stork.gentoo.org
1 kolmodin 09/04/19 14:26:27
2
3 Added: metadata.xml ChangeLog ghc-paths-0.1.0.5.ebuild
4 Log:
5 Initial version of dev-haskell/ghc-paths
6 (Portage version: 2.1.6.7/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-haskell/ghc-paths/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/ghc-paths/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/ghc-paths/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>haskell</herd>
20 <maintainer>
21 <email>haskell@g.o</email>
22 </maintainer>
23 </pkgmetadata>
24
25
26
27 1.1 dev-haskell/ghc-paths/ChangeLog
28
29 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/ghc-paths/ChangeLog?rev=1.1&view=markup
30 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/ghc-paths/ChangeLog?rev=1.1&content-type=text/plain
31
32 Index: ChangeLog
33 ===================================================================
34 # ChangeLog for dev-haskell/ghc-paths
35 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
36 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ChangeLog,v 1.1 2009/04/19 14:26:27 kolmodin Exp $
37
38 *ghc-paths-0.1.0.5 (19 Apr 2009)
39
40 19 Apr 2009; Lennart Kolmodin <kolmodin@g.o> +metadata.xml,
41 +ghc-paths-0.1.0.5.ebuild:
42 Initial version.
43
44
45
46
47 1.1 dev-haskell/ghc-paths/ghc-paths-0.1.0.5.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/ghc-paths/ghc-paths-0.1.0.5.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/ghc-paths/ghc-paths-0.1.0.5.ebuild?rev=1.1&content-type=text/plain
51
52 Index: ghc-paths-0.1.0.5.ebuild
53 ===================================================================
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ghc-paths-0.1.0.5.ebuild,v 1.1 2009/04/19 14:26:27 kolmodin Exp $
57
58 CABAL_FEATURES="lib profile haddock"
59 inherit haskell-cabal
60
61 DESCRIPTION="Knowledge of GHC's installation directories"
62 HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ghc-paths"
63 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
64
65 LICENSE="BSD"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 RDEPEND=">=dev-lang/ghc-6.8"
71 DEPEND="${RDEPEND}
72 >=dev-haskell/cabal-1.6"