summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-04-24 13:32:32 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2021-04-24 13:37:11 +0100
commit2de4baf60eef08992e0f0a74bd4994f57a26301a (patch)
tree8a99de5d2bdf6b65a37cfd5f2dd9103b565519f4 /dev-haskell/wx
parentdev-lang/nim: drop old (diff)
downloadgentoo-2de4baf60eef08992e0f0a74bd4994f57a26301a.tar.gz
gentoo-2de4baf60eef08992e0f0a74bd4994f57a26301a.tar.bz2
gentoo-2de4baf60eef08992e0f0a74bd4994f57a26301a.zip
dev-haskell/wx: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/wx')
-rw-r--r--dev-haskell/wx/Manifest1
-rw-r--r--dev-haskell/wx/wx-0.92.2.0.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-haskell/wx/Manifest b/dev-haskell/wx/Manifest
index 8ba0322fcdb7..f615726132a3 100644
--- a/dev-haskell/wx/Manifest
+++ b/dev-haskell/wx/Manifest
@@ -1,2 +1 @@
-DIST wx-0.92.2.0.tar.gz 50938 BLAKE2B 3a1b8c4391c73c78d8aa635e48ebd135671bbec4c5312de715966f6596e2201c50c8284c69fd8f873c65e72a654944374c757de4e8c4afe81939e9771a318d77 SHA512 f8bbb2598fc1555030ebe3084737d6f8c0691a3e2fddd9b979c4694442b458937a9bb6afe347b2a5661b7d70339194087ce083ad6efc01173bc0f62b72bf1134
DIST wx-0.92.3.0.tar.gz 50940 BLAKE2B fd74eb5119c0e6324f2c8af2d6b9d69a21f06d4d45b31e426606f7350c0f5cea98fb7f5e89fa94017340bb8aa4806a9982f70e505b146bd5cee95114836c3e20 SHA512 904eedeb4c518e9b07076124aa46588c0ac78fc68a34491a535540242fade37239f0a2f692efeeb6d396d6d724e0fe2fd257580ad7d78f2d3f4c204d4dd01293
diff --git a/dev-haskell/wx/wx-0.92.2.0.ebuild b/dev-haskell/wx/wx-0.92.2.0.ebuild
deleted file mode 100644
index 5788c33b8ef5..000000000000
--- a/dev-haskell/wx/wx-0.92.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.4.7.9999
-
-WX_GTK_VER="3.0"
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Portable and native GUI library built on wxWidgets"
-HOMEPAGE="https://wiki.haskell.org/WxHaskell"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="wxWinLL-3.1"
-SLOT="${WX_GTK_VER}/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/stm:=[profile?]
- >=dev-haskell/wxcore-0.92:${WX_GTK_VER}=[profile?]
- >=dev-lang/ghc-7.6.1:=
-"
-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
-}