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/wxdirect: wxdirect-0.12.1.3.ebuild metadata.xml ChangeLog
Date: Sat, 04 Sep 2010 13:46:51
Message-Id: 20100904134649.0721E20051@flycatcher.gentoo.org
1 kolmodin 10/09/04 13:46:49
2
3 Added: wxdirect-0.12.1.3.ebuild metadata.xml ChangeLog
4 Log:
5 Add dev-haskell/wxdirect. It's used to build dev-haskell/wxcore.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild?rev=1.1&content-type=text/plain
13
14 Index: wxdirect-0.12.1.3.ebuild
15 ===================================================================
16 # Copyright 1999-2010 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild,v 1.1 2010/09/04 13:46:48 kolmodin Exp $
19
20 CABAL_FEATURES="bin lib profile haddock"
21 inherit haskell-cabal
22
23 DESCRIPTION="helper tool for building wxHaskell"
24 HOMEPAGE="http://haskell.org/haskellwiki/WxHaskell"
25 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
26
27 LICENSE="BSD"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 IUSE=""
31
32 RDEPEND=">=dev-haskell/parsec-2.1.0
33 >=dev-haskell/time-1.0
34 >=dev-lang/ghc-6.10"
35 DEPEND="${RDEPEND}
36 >=dev-haskell/cabal-1.2"
37
38
39
40 1.1 dev-haskell/wxdirect/metadata.xml
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxdirect/metadata.xml?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxdirect/metadata.xml?rev=1.1&content-type=text/plain
44
45 Index: metadata.xml
46 ===================================================================
47 <?xml version="1.0" encoding="UTF-8"?>
48 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
49 <pkgmetadata>
50 <herd>haskell</herd>
51 <maintainer>
52 <email>haskell@g.o</email>
53 </maintainer>
54 </pkgmetadata>
55
56
57
58 1.1 dev-haskell/wxdirect/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxdirect/ChangeLog?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxdirect/ChangeLog?rev=1.1&content-type=text/plain
62
63 Index: ChangeLog
64 ===================================================================
65 # ChangeLog for dev-haskell/wxdirect
66 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
67 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/ChangeLog,v 1.1 2010/09/04 13:46:48 kolmodin Exp $
68
69 *wxdirect-0.12.1.3 (04 Sep 2010)
70
71 04 Sep 2010; Lennart Kolmodin <kolmodin@g.o>
72 +wxdirect-0.12.1.3.ebuild, +metadata.xml:
73 Initial import of wxdirect, a tool used when building wxhaskell.