summaryrefslogtreecommitdiff
path: root/dev-haskell/wx
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-haskell/wx
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-haskell/wx')
-rw-r--r--dev-haskell/wx/Manifest4
-rw-r--r--dev-haskell/wx/wx-0.92.3.0-r1.ebuild (renamed from dev-haskell/wx/wx-0.92.2.0.ebuild)19
2 files changed, 7 insertions, 16 deletions
diff --git a/dev-haskell/wx/Manifest b/dev-haskell/wx/Manifest
index d02527f03b3f..ca4888c450db 100644
--- a/dev-haskell/wx/Manifest
+++ b/dev-haskell/wx/Manifest
@@ -1,3 +1,3 @@
-DIST wx-0.92.2.0.tar.gz 50938 BLAKE2B 3a1b8c4391c73c78d8aa635e48ebd135671bbec4c5312de715966f6596e2201c50c8284c69fd8f873c65e72a654944374c757de4e8c4afe81939e9771a318d77 SHA512 f8bbb2598fc1555030ebe3084737d6f8c0691a3e2fddd9b979c4694442b458937a9bb6afe347b2a5661b7d70339194087ce083ad6efc01173bc0f62b72bf1134
-EBUILD wx-0.92.2.0.ebuild 986 BLAKE2B 5fe3cc526ab7a6ab26579b37f8ce344f9440df5fc16acced5f876dd749ea14c9d697a0a1c3608518c7bebbb563a2c93186b3feed9c37f2c42ac0aace5834bd9d SHA512 534d870cbc9696b0620c2a5477864946c2b96d058625e6f581cd922491cdfbff8aa4cce3240087fddae2d6e8ca6cd9c8e7e07ffa2d5190e928624a92a1d620f3
+DIST wx-0.92.3.0.tar.gz 50940 BLAKE2B fd74eb5119c0e6324f2c8af2d6b9d69a21f06d4d45b31e426606f7350c0f5cea98fb7f5e89fa94017340bb8aa4806a9982f70e505b146bd5cee95114836c3e20 SHA512 904eedeb4c518e9b07076124aa46588c0ac78fc68a34491a535540242fade37239f0a2f692efeeb6d396d6d724e0fe2fd257580ad7d78f2d3f4c204d4dd01293
+EBUILD wx-0.92.3.0-r1.ebuild 718 BLAKE2B df38fa1e699ade1b08a64e16899bb67e16d5b8a68a9a5908a0a0d5a2c0c859af28089333722b1a48f5631438293857b622cdd21bbe6245a41e68865723937e60 SHA512 a2c4829393989d69147da1428cd7923b03a78124237486d4b6843254025c71b58b3f31942a17ce35d9dd8d72763da1514772db0b75545988dc0ff0f045854e6e
MISC metadata.xml 549 BLAKE2B 7645a80403b4176584de8783c6bbf36df125a59aeb27867d88e048d35de11f8f69df2b80a88ceeefdc200156c81a5b3d0db8288a2afb0e2c7219efd5eced2fb9 SHA512 5914f30a0be778084cb801fc3521cf85490a67b9f5a0ee1c5cadb9bd44441c8d1a1840275944d8d1deee334289fd86b7b71bb4b4ab73700e25333f2658ce0d26
diff --git a/dev-haskell/wx/wx-0.92.2.0.ebuild b/dev-haskell/wx/wx-0.92.3.0-r1.ebuild
index 5788c33b8ef5..248029702ded 100644
--- a/dev-haskell/wx/wx-0.92.2.0.ebuild
+++ b/dev-haskell/wx/wx-0.92.3.0-r1.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-# ebuild generated by hackport 0.4.7.9999
+# ebuild generated by hackport 0.5.3.9999
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
-DESCRIPTION="Portable and native GUI library built on wxWidgets"
+DESCRIPTION="A portable and native GUI library for Haskell built on top of wxWidgets"
HOMEPAGE="https://wiki.haskell.org/WxHaskell"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
@@ -22,17 +22,8 @@ IUSE=""
RDEPEND="dev-haskell/stm:=[profile?]
>=dev-haskell/wxcore-0.92:${WX_GTK_VER}=[profile?]
>=dev-lang/ghc-7.6.1:=
+ !!dev-haskell/wx:3.0
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.16.0
"
-
-src_configure() {
- # ghc DCE bug: https://ghc.haskell.org/trac/ghc/ticket/9155
- [[ $(ghc-version) == 7.8.2 ]] && replace-hcflags -O[2-9] -O1
- # ghc DCE bug: https://ghc.haskell.org/trac/ghc/ticket/9303
- [[ $(ghc-version) == 7.8.3 ]] && replace-hcflags -O[2-9] -O1
-
- haskell-cabal_src_configure \
- --flag=newbase
-}