summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-12-14 07:00:37 +0000
committerMark Wright <gienah@gentoo.org>2014-12-14 07:00:37 +0000
commit36359e49e3500b95a0b8536abe2ec0efc84ee2ad (patch)
tree32971d8989834321a63f10befcb3422527f90574 /dev-haskell/wai
parentBump void to 0.7 (diff)
downloadgentoo-2-36359e49e3500b95a0b8536abe2ec0efc84ee2ad.tar.gz
gentoo-2-36359e49e3500b95a0b8536abe2ec0efc84ee2ad.tar.bz2
gentoo-2-36359e49e3500b95a0b8536abe2ec0efc84ee2ad.zip
Bump wai to 3.0.2
(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.ebuild31
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-haskell/wai/ChangeLog b/dev-haskell/wai/ChangeLog
index 50529059d005..dc7542bbefd3 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.11 2014/07/25 09:16:39 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai/ChangeLog,v 1.12 2014/12/14 07:00:37 gienah Exp $
+
+*wai-3.0.2 (14 Dec 2014)
+
+ 14 Dec 2014; Mark Wright <gienah@gentoo.org> +wai-3.0.2.ebuild:
+ Bump wai to 3.0.2
25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> wai-1.4.0.1-r1.ebuild,
wai-1.4.0.2.ebuild, wai-2.0.0.ebuild, wai-2.1.0.ebuild, wai-3.0.0.2.ebuild:
diff --git a/dev-haskell/wai/wai-3.0.2.ebuild b/dev-haskell/wai/wai-3.0.2.ebuild
new file mode 100644
index 000000000000..c04d3d9ec13f
--- /dev/null
+++ b/dev-haskell/wai/wai-3.0.2.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.ebuild,v 1.1 2014/12/14 07:00:37 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 )
+"