summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-12-22 08:17:26 +0000
committerMark Wright <gienah@gentoo.org>2014-12-22 08:17:26 +0000
commitd639b6d5af7d72e7d1b3ca2cd4afa446d5448fa5 (patch)
treefc363eecb66358486790a2cf3586dfbf37fc6b20 /dev-haskell/wai
parentBump wai-app-static to 3.0.0.5 (diff)
downloadgentoo-2-d639b6d5af7d72e7d1b3ca2cd4afa446d5448fa5.tar.gz
gentoo-2-d639b6d5af7d72e7d1b3ca2cd4afa446d5448fa5.tar.bz2
gentoo-2-d639b6d5af7d72e7d1b3ca2cd4afa446d5448fa5.zip
Bump wai to 3.0.2.1
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/wai')
-rw-r--r--dev-haskell/wai/ChangeLog7
-rw-r--r--dev-haskell/wai/wai-3.0.2.1.ebuild31
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-haskell/wai/ChangeLog b/dev-haskell/wai/ChangeLog
index dc7542bbefd3..2826918cda8c 100644
--- a/dev-haskell/wai/ChangeLog
+++ b/dev-haskell/wai/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/wai
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai/ChangeLog,v 1.12 2014/12/14 07:00:37 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai/ChangeLog,v 1.13 2014/12/22 08:17:26 gienah Exp $
+
+*wai-3.0.2.1 (22 Dec 2014)
+
+ 22 Dec 2014; Mark Wright <gienah@gentoo.org> +wai-3.0.2.1.ebuild:
+ Bump wai to 3.0.2.1
*wai-3.0.2 (14 Dec 2014)
diff --git a/dev-haskell/wai/wai-3.0.2.1.ebuild b/dev-haskell/wai/wai-3.0.2.1.ebuild
new file mode 100644
index 000000000000..2dc06ab45834
--- /dev/null
+++ b/dev-haskell/wai/wai-3.0.2.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai/wai-3.0.2.1.ebuild,v 1.1 2014/12/22 08:17:26 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Web Application Interface"
+HOMEPAGE="https://github.com/yesodweb/wai"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/blaze-builder-0.2.1.4:=[profile?] <dev-haskell/blaze-builder-0.4:=[profile?]
+ >=dev-haskell/http-types-0.7:=[profile?]
+ >=dev-haskell/network-2.2.1.5:=[profile?]
+ >=dev-haskell/text-0.7:=[profile?]
+ >=dev-haskell/vault-0.3:=[profile?] <dev-haskell/vault-0.4:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( dev-haskell/hspec )
+"