summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-12-13 05:10:54 +0000
committerMark Wright <gienah@gentoo.org>2013-12-13 05:10:54 +0000
commit5fad70cf26deacfd275a093cb0b2e44e37389e0c (patch)
tree384776c0c40f27a3b016477da5e3427004bea4ba /dev-haskell
parentInitial ebuild. (diff)
downloadgentoo-2-5fad70cf26deacfd275a093cb0b2e44e37389e0c.tar.gz
gentoo-2-5fad70cf26deacfd275a093cb0b2e44e37389e0c.tar.bz2
gentoo-2-5fad70cf26deacfd275a093cb0b2e44e37389e0c.zip
Bump yesod-routes to 1.2.0.3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/yesod-routes/ChangeLog7
-rw-r--r--dev-haskell/yesod-routes/yesod-routes-1.2.0.3.ebuild30
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-haskell/yesod-routes/ChangeLog b/dev-haskell/yesod-routes/ChangeLog
index 3c71f7815edd..73add155896e 100644
--- a/dev-haskell/yesod-routes/ChangeLog
+++ b/dev-haskell/yesod-routes/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/yesod-routes
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-routes/ChangeLog,v 1.2 2013/12/11 06:57:28 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-routes/ChangeLog,v 1.3 2013/12/13 05:10:54 gienah Exp $
+
+*yesod-routes-1.2.0.3 (13 Dec 2013)
+
+ 13 Dec 2013; Mark Wright <gienah@gentoo.org> +yesod-routes-1.2.0.3.ebuild:
+ Bump yesod-routes to 1.2.0.3
*yesod-routes-1.2.0.2 (11 Dec 2013)
diff --git a/dev-haskell/yesod-routes/yesod-routes-1.2.0.3.ebuild b/dev-haskell/yesod-routes/yesod-routes-1.2.0.3.ebuild
new file mode 100644
index 000000000000..8793644dd43e
--- /dev/null
+++ b/dev-haskell/yesod-routes/yesod-routes-1.2.0.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-routes/yesod-routes-1.2.0.3.ebuild,v 1.1 2013/12/13 05:10:54 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Efficient routing for Yesod."
+HOMEPAGE="http://www.yesodweb.com/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/path-pieces-0.1:=[profile?] <dev-haskell/path-pieces-0.2:=[profile?]
+ >=dev-haskell/text-0.5:=[profile?]
+ >=dev-haskell/vector-0.8:=[profile?] <dev-haskell/vector-0.11:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( >=dev-haskell/hspec-1.3
+ >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3 )
+"