From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-haskell/wxc/Manifest | 3 -- dev-haskell/wxc/metadata.xml | 18 ------------ dev-haskell/wxc/wxc-0.92.2.0.ebuild | 57 ------------------------------------- 3 files changed, 78 deletions(-) delete mode 100644 dev-haskell/wxc/Manifest delete mode 100644 dev-haskell/wxc/metadata.xml delete mode 100644 dev-haskell/wxc/wxc-0.92.2.0.ebuild (limited to 'dev-haskell/wxc') diff --git a/dev-haskell/wxc/Manifest b/dev-haskell/wxc/Manifest deleted file mode 100644 index a0d86e323b47..000000000000 --- a/dev-haskell/wxc/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST wxc-0.92.2.0.tar.gz 203065 BLAKE2B 3f873b3bbc50e5fa7690f2f05a25ab360260d90523dd0b9c016f5dfeea99e9a59fe4848de520d642d2cea52dbadfd69aa31671f521243240488d643d4554e880 SHA512 e6fba1be94978603965b8902fad9326772b5483d5df621d5245f1fae97d85bcb1aff4565f1e8396de23c854050151c5e009e34a1ea29c3037057599ac0412bcd -EBUILD wxc-0.92.2.0.ebuild 1671 BLAKE2B 4f7a1e5a1e182fb00c7882bfba1ba44be7e0306c2aa1592b850d9141b56eea5014430eb2db97345564e1f56650df7e9b4dca52ae4b893cf6889eb520c6c8e9e6 SHA512 5aa427edcc824b7856a8926da4e131e9406b891fb2cf038c59ad9216fc054e84e970d86f7deb4d7f3907096bc6413b84b6ecc2e2f05b61979a1d1697af7db93e -MISC metadata.xml 796 BLAKE2B 3cb8acb5020436e15b3310fb974d1707af624d9a01aa64d66550bd64d17906870aadd01ecaa90bfe04b02564db169688c2774bd62df48501544467461cb333b3 SHA512 47ffc15e1167354eebbbeecfe9557d01dc832a67c2b7d213528f8be73846dab272351670f5b45be9098713c4ec3106753d8fa1cffdbb2844d0a9d8cd3146cd94 diff --git a/dev-haskell/wxc/metadata.xml b/dev-haskell/wxc/metadata.xml deleted file mode 100644 index 7960f5bec78c..000000000000 --- a/dev-haskell/wxc/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - haskell@gentoo.org - Gentoo Haskell - - - wxHaskell is a portable and native GUI library for Haskell. It is - built on top of wxWidgets, a comprehensive C++ library that is - portable across all major GUI platforms, including GTK, Windows, - X11, and MacOS X. This version works with wxWidgets 2.9 only. - Distributed under the WXWINDOWS LIBRARY LICENSE. Please see - LICENSE file, but note that this is essentially LGPL with an - exception allowing binary distribution of proprietary software. - This is the same license as wxWidgets itself uses. - - diff --git a/dev-haskell/wxc/wxc-0.92.2.0.ebuild b/dev-haskell/wxc/wxc-0.92.2.0.ebuild deleted file mode 100644 index 5d2fefd68d98..000000000000 --- a/dev-haskell/wxc/wxc-0.92.2.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.7.9999 - -WX_GTK_VER="3.0" - -CABAL_FEATURES="lib profile" -inherit haskell-cabal multilib versionator wxwidgets - -DESCRIPTION="wxHaskell C++ wrapper" -HOMEPAGE="https://wiki.haskell.org/WxHaskell" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="wxWinLL-3.1" -SLOT="${WX_GTK_VER}/${PV}" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND=">dev-haskell/split-0:=[profile?] - >=dev-haskell/wxdirect-0.90.1.1:${WX_GTK_VER}=[profile?] - x11-libs/wxGTK:${WX_GTK_VER}=[X,gstreamer,opengl] - >=dev-lang/ghc-7.6.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.16.0 -" - -src_prepare() { - sed -e "s@\"wx-config\"@\"${WX_CONFIG}\"@g" \ - -i "${S}/Setup.hs" || die "Could not specify wx-config in Setup.hs" -} - -src_configure() { - local cgcc=() - for i in ${CXXFLAGS} - do - cgcc+=( --gcc-option="${i}" ) - done - # Trying to specify the LDFLAGS in --ld-option does not work, as ld does - # not understand ld options prefixed with -Wl, - # The linker that is used to link the libwxc.so shared library is hard coded - # in Setup.hs. So the --with-ld would not change the linker used when - # linking libwxc.so. --with-ld="gcc" does not help, as then cabal passes - # ld options like -x to gcc which then returns a non-zero exit status, then - # cabal ignores all the --ld-option parameters. - # So I place all the LDFLAGS in --gcc-option parameters. They are ignored - # when building .o files. - local cld=() - for i in ${LDFLAGS} - do - cld+=( --gcc-option="${i}" ) - done - cabal_src_configure ${cgcc[*]} ${cld[*]} --verbose=3 -} -- cgit v1.2.3