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/wxcore: metadata.xml ChangeLog wxcore-0.12.1.6.ebuild
Date: Sat, 04 Sep 2010 13:59:41
Message-Id: 20100904135936.71BCF2004C@flycatcher.gentoo.org
1 kolmodin 10/09/04 13:59:36
2
3 Added: metadata.xml ChangeLog wxcore-0.12.1.6.ebuild
4 Log:
5 Add dev-haskell/wxcore. Bindings to native libraries used by dev-haskell/wxhaskell.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-haskell/wxcore/metadata.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxcore/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxcore/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/wxcore/ChangeLog
28
29 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxcore/ChangeLog?rev=1.1&view=markup
30 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxcore/ChangeLog?rev=1.1&content-type=text/plain
31
32 Index: ChangeLog
33 ===================================================================
34 # ChangeLog for dev-haskell/wxcore
35 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
36 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxcore/ChangeLog,v 1.1 2010/09/04 13:59:36 kolmodin Exp $
37
38 *wxcore-0.12.1.6 (04 Sep 2010)
39
40 04 Sep 2010; Lennart Kolmodin <kolmodin@g.o>
41 +wxcore-0.12.1.6.ebuild, +metadata.xml:
42 Initial import of wxcore, the wrappers to the native wxGTK library.
43
44
45
46
47 1.1 dev-haskell/wxcore/wxcore-0.12.1.6.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxcore/wxcore-0.12.1.6.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxcore/wxcore-0.12.1.6.ebuild?rev=1.1&content-type=text/plain
51
52 Index: wxcore-0.12.1.6.ebuild
53 ===================================================================
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxcore/wxcore-0.12.1.6.ebuild,v 1.1 2010/09/04 13:59:36 kolmodin Exp $
57
58 EAPI="2"
59
60 WX_GTK_VER="2.8"
61
62 CABAL_FEATURES="lib profile haddock"
63 inherit haskell-cabal wxwidgets
64
65 DESCRIPTION="wxHaskell core"
66 HOMEPAGE="http://haskell.org/haskellwiki/WxHaskell"
67 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
68
69 LICENSE="LGPL-2.1"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72 IUSE=""
73
74 RDEPEND="dev-haskell/parsec
75 dev-haskell/stm
76 dev-haskell/time
77 >=dev-haskell/wxdirect-0.12.1.3
78 >=dev-lang/ghc-6.10
79 x11-libs/wxGTK:2.8[X]"
80 DEPEND="${RDEPEND}
81 >=dev-haskell/cabal-1.2"