Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wx/
Date: Fri, 16 Apr 2021 22:11:47
Message-Id: 1618611097.f94fef29b2fcf9133fe0ecfa508ed67cb5a69300.slyfox@gentoo
1 commit: f94fef29b2fcf9133fe0ecfa508ed67cb5a69300
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 22:06:24 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 22:11:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94fef29
7
8 dev-haskell/wx: switch to WX_GTK_VER="3.0-gtk3"
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/wx/Manifest | 1 +
14 dev-haskell/wx/wx-0.92.3.0-r1.ebuild | 29 +++++++++++++++++++++++++++++
15 2 files changed, 30 insertions(+)
16
17 diff --git a/dev-haskell/wx/Manifest b/dev-haskell/wx/Manifest
18 index afa106db4ab..8ba0322fcdb 100644
19 --- a/dev-haskell/wx/Manifest
20 +++ b/dev-haskell/wx/Manifest
21 @@ -1 +1,2 @@
22 DIST wx-0.92.2.0.tar.gz 50938 BLAKE2B 3a1b8c4391c73c78d8aa635e48ebd135671bbec4c5312de715966f6596e2201c50c8284c69fd8f873c65e72a654944374c757de4e8c4afe81939e9771a318d77 SHA512 f8bbb2598fc1555030ebe3084737d6f8c0691a3e2fddd9b979c4694442b458937a9bb6afe347b2a5661b7d70339194087ce083ad6efc01173bc0f62b72bf1134
23 +DIST wx-0.92.3.0.tar.gz 50940 BLAKE2B fd74eb5119c0e6324f2c8af2d6b9d69a21f06d4d45b31e426606f7350c0f5cea98fb7f5e89fa94017340bb8aa4806a9982f70e505b146bd5cee95114836c3e20 SHA512 904eedeb4c518e9b07076124aa46588c0ac78fc68a34491a535540242fade37239f0a2f692efeeb6d396d6d724e0fe2fd257580ad7d78f2d3f4c204d4dd01293
24
25 diff --git a/dev-haskell/wx/wx-0.92.3.0-r1.ebuild b/dev-haskell/wx/wx-0.92.3.0-r1.ebuild
26 new file mode 100644
27 index 00000000000..248029702de
28 --- /dev/null
29 +++ b/dev-haskell/wx/wx-0.92.3.0-r1.ebuild
30 @@ -0,0 +1,29 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +# ebuild generated by hackport 0.5.3.9999
37 +
38 +WX_GTK_VER="3.0-gtk3"
39 +
40 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
41 +inherit haskell-cabal
42 +
43 +DESCRIPTION="A portable and native GUI library for Haskell built on top of wxWidgets"
44 +HOMEPAGE="https://wiki.haskell.org/WxHaskell"
45 +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
46 +
47 +LICENSE="wxWinLL-3.1"
48 +SLOT="${WX_GTK_VER}/${PV}"
49 +KEYWORDS="~amd64 ~x86"
50 +IUSE=""
51 +
52 +RDEPEND="dev-haskell/stm:=[profile?]
53 + >=dev-haskell/wxcore-0.92:${WX_GTK_VER}=[profile?]
54 + >=dev-lang/ghc-7.6.1:=
55 + !!dev-haskell/wx:3.0
56 +"
57 +DEPEND="${RDEPEND}
58 + >=dev-haskell/cabal-1.16.0
59 +"