diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:52:47 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:53:54 +0100 |
commit | 1ff240d5fb55b6c2ae5cbbe0df595070fba7f2a0 (patch) | |
tree | 324cfc934256f5b4aeb0af4f8b85a2e69fabdc69 /dev-haskell | |
parent | dev-haskell/wxcore: drop old (diff) | |
download | gentoo-1ff240d5fb55b6c2ae5cbbe0df595070fba7f2a0.tar.gz gentoo-1ff240d5fb55b6c2ae5cbbe0df595070fba7f2a0.tar.bz2 gentoo-1ff240d5fb55b6c2ae5cbbe0df595070fba7f2a0.zip |
dev-haskell/wxdirect: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/wxdirect/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/wxdirect/wxdirect-0.92.2.0-r1.ebuild | 37 | ||||
-rw-r--r-- | dev-haskell/wxdirect/wxdirect-0.92.2.0.ebuild | 34 |
3 files changed, 0 insertions, 72 deletions
diff --git a/dev-haskell/wxdirect/Manifest b/dev-haskell/wxdirect/Manifest index ecf20b6fbdbb..e2f97519f07b 100644 --- a/dev-haskell/wxdirect/Manifest +++ b/dev-haskell/wxdirect/Manifest @@ -1,2 +1 @@ -DIST wxdirect-0.92.2.0.tar.gz 30544 BLAKE2B 3d51252cc792f2d00be9ec53f139d961c19d6bf5e5aa792b1fe65ed258b2f98b9da30fda28d018b6d26dae72d80d8c394c17ba822e43c2ba89611881b7ba9b29 SHA512 f112fc0a62031bc9eb8e6caa2bd70f0b9fa66a81380785165a07bdffa6fa2b44652ffb9f1165c3b8ab7db8a31273650e36e98c8eb72f7cec5873ecb75f58dc21 DIST wxdirect-0.92.3.0.tar.gz 30586 BLAKE2B cb174838000a39b0067338297adb7c1e0b96bd524297950f5d3ede244ec914d2a1b3c717669b5af53f29b55266473c7042b7c90990b70c6177e85fc11d76bc34 SHA512 02dfd9496f1a36480c82a4cf03e3a0ded0a45ede984b70e923b2289323f9c4561b7c0a2ab2db34ee2021b7b5fe62c25ea4a8b61bcbbe3414f821dacb14190f8b diff --git a/dev-haskell/wxdirect/wxdirect-0.92.2.0-r1.ebuild b/dev-haskell/wxdirect/wxdirect-0.92.2.0-r1.ebuild deleted file mode 100644 index 513b9111dc9c..000000000000 --- a/dev-haskell/wxdirect/wxdirect-0.92.2.0-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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="bin lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="helper tool for building wxHaskell" -HOMEPAGE="https://wiki.haskell.org/WxHaskell" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="${WX_GTK_VER}/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/parsec-2.1.0:=[profile?] <dev-haskell/parsec-4:=[profile?] - dev-haskell/strict:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2 -" - -src_prepare() { - cabal_chdeps \ - 'process >= 1.1 && < 1.3' 'process >= 1.1' - - sed -e "s@executable wxdirect@executable wxdirect-${WX_GTK_VER}@" \ - -i "${S}/${PN}.cabal" \ - || die "Could not change ${PN}.cabal for wxdirect slot ${WX_GTK_VER}" -} diff --git a/dev-haskell/wxdirect/wxdirect-0.92.2.0.ebuild b/dev-haskell/wxdirect/wxdirect-0.92.2.0.ebuild deleted file mode 100644 index 5ea34301b624..000000000000 --- a/dev-haskell/wxdirect/wxdirect-0.92.2.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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="bin lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="helper tool for building wxHaskell" -HOMEPAGE="https://wiki.haskell.org/WxHaskell" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="${WX_GTK_VER}/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/parsec-2.1.0:=[profile?] <dev-haskell/parsec-4:=[profile?] - dev-haskell/strict:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2 -" - -src_prepare() { - sed -e "s@executable wxdirect@executable wxdirect-${WX_GTK_VER}@" \ - -i "${S}/${PN}.cabal" \ - || die "Could not change ${PN}.cabal for wxdirect slot ${WX_GTK_VER}" -} |