summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2020-09-19 08:24:40 +1000
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-19 11:10:04 +0100
commit82e24840eef7c6eb4d75f636ddabb97859623769 (patch)
tree966ef24ed31ae382afc9083f33bd42da2e08fc5a /dev-haskell
parentdev-haskell/wai-extra: bump up to 3.0.31 (diff)
downloadgentoo-82e24840eef7c6eb4d75f636ddabb97859623769.tar.gz
gentoo-82e24840eef7c6eb4d75f636ddabb97859623769.tar.bz2
gentoo-82e24840eef7c6eb4d75f636ddabb97859623769.zip
dev-haskell/wai-extra: drop old
Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/wai-extra/Manifest1
-rw-r--r--dev-haskell/wai-extra/wai-extra-3.0.29.1.ebuild55
2 files changed, 0 insertions, 56 deletions
diff --git a/dev-haskell/wai-extra/Manifest b/dev-haskell/wai-extra/Manifest
index 4c348765276f..098458f7b5dc 100644
--- a/dev-haskell/wai-extra/Manifest
+++ b/dev-haskell/wai-extra/Manifest
@@ -1,2 +1 @@
-DIST wai-extra-3.0.29.1.tar.gz 63831 BLAKE2B 61f3948add59e37a23f13ad9fd35456528835cac4190abc98f6d68897d32227b094ff04ddf6520ac009ac53186089f85e07d95268a4d554e51b1bbe9e0f0e0a5 SHA512 f8c5f2d534a0ef4b16b4375cabfb49d11a643fd8f8d2b30f0f88b29b39f91e84db7170508a5ddb64540f4a33c30bde703a52345ac9195560141cd75626ef5ca4
DIST wai-extra-3.0.31.tar.gz 63975 BLAKE2B e705142e48bac00d13d9ec42ecc02a646a081e69a5996794db34bea77b193dccfe9de2f9b89518b234adf226cfc79765c1d8eabcf7c990494e0d206f6a8de080 SHA512 71635f9acc44ffd19b76d7f1a5e43fa079dffe6e447be1c9df4b491cf96c226346788eb773923cf702d44d4620f2a5e7478be1c625b4c2332b9bed7e6e5391d2
diff --git a/dev-haskell/wai-extra/wai-extra-3.0.29.1.ebuild b/dev-haskell/wai-extra/wai-extra-3.0.29.1.ebuild
deleted file mode 100644
index ac7aab582e45..000000000000
--- a/dev-haskell/wai-extra/wai-extra-3.0.29.1.ebuild
+++ /dev/null
@@ -1,55 +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.6.4.9999
-#hackport: flags: build-example:examples
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Provides some basic WAI handlers and middleware"
-HOMEPAGE="https://github.com/yesodweb/wai"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-RDEPEND="dev-haskell/aeson:=[profile?]
- dev-haskell/ansi-terminal:=[profile?]
- dev-haskell/base64-bytestring:=[profile?]
- >=dev-haskell/case-insensitive-0.2:=[profile?]
- dev-haskell/cookie:=[profile?]
- dev-haskell/data-default-class:=[profile?]
- >=dev-haskell/fast-logger-2.4.5:=[profile?]
- >=dev-haskell/http-types-0.7:=[profile?]
- dev-haskell/http2:=[profile?]
- dev-haskell/iproute:=[profile?]
- >=dev-haskell/network-2.6.1.0:=[profile?]
- >=dev-haskell/old-locale-1.0.0.2:=[profile?] <dev-haskell/old-locale-1.1:=[profile?]
- >=dev-haskell/resourcet-0.4.6:=[profile?] <dev-haskell/resourcet-1.3:=[profile?]
- >=dev-haskell/streaming-commons-0.2:=[profile?]
- >=dev-haskell/text-0.7:=[profile?]
- dev-haskell/unix-compat:=[profile?]
- dev-haskell/vault:=[profile?]
- >=dev-haskell/void-0.5:=[profile?]
- >=dev-haskell/wai-3.0.3.0:=[profile?] <dev-haskell/wai-3.3:=[profile?]
- >=dev-haskell/wai-logger-2.3.2:=[profile?]
- dev-haskell/word8:=[profile?]
- dev-haskell/zlib:=[profile?]
- >=dev-lang/ghc-7.10.1:=
- examples? ( dev-haskell/warp:=[profile?] )
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.22.2.0
- test? ( >=dev-haskell/hspec-1.3
- dev-haskell/hunit )
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag examples build-example)
-}