diff options
author | 2013-12-11 06:56:52 +0000 | |
---|---|---|
committer | 2013-12-11 06:56:52 +0000 | |
commit | 6f7b4520856cc48de39f697da2c9667c0f266039 (patch) | |
tree | 3cd52b8e64310b44ffa20ae0c3ffc66317a65b50 | |
parent | Bump yesod-form to 1.3.4 (diff) | |
download | gentoo-2-6f7b4520856cc48de39f697da2c9667c0f266039.tar.gz gentoo-2-6f7b4520856cc48de39f697da2c9667c0f266039.tar.bz2 gentoo-2-6f7b4520856cc48de39f697da2c9667c0f266039.zip |
Bump yesod-persistent to 1.2.2
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
-rw-r--r-- | dev-haskell/yesod-persistent/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/yesod-persistent/yesod-persistent-1.2.2.ebuild | 38 |
2 files changed, 44 insertions, 1 deletions
diff --git a/dev-haskell/yesod-persistent/ChangeLog b/dev-haskell/yesod-persistent/ChangeLog index 8aec0808b899..e3e063707c9b 100644 --- a/dev-haskell/yesod-persistent/ChangeLog +++ b/dev-haskell/yesod-persistent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/yesod-persistent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-persistent/ChangeLog,v 1.1 2013/08/26 12:07:39 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-persistent/ChangeLog,v 1.2 2013/12/11 06:56:52 gienah Exp $ + +*yesod-persistent-1.2.2 (11 Dec 2013) + + 11 Dec 2013; Mark Wright <gienah@gentoo.org> +yesod-persistent-1.2.2.ebuild: + Bump yesod-persistent to 1.2.2 *yesod-persistent-1.2.1 (26 Aug 2013) *yesod-persistent-1.1.0.1 (26 Aug 2013) diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.2.2.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.2.2.ebuild new file mode 100644 index 000000000000..91641bdc488b --- /dev/null +++ b/dev-haskell/yesod-persistent/yesod-persistent-1.2.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-persistent/yesod-persistent-1.2.2.ebuild,v 1.1 2013/12/11 06:56:52 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="Some helpers for using Persistent from 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/blaze-builder:=[profile?] + dev-haskell/conduit:=[profile?] + dev-haskell/lifted-base:=[profile?] + >=dev-haskell/persistent-1.2:=[profile?] <dev-haskell/persistent-1.3:=[profile?] + >=dev-haskell/persistent-template-1.2:=[profile?] <dev-haskell/persistent-template-1.3:=[profile?] + dev-haskell/pool-conduit:=[profile?] + dev-haskell/resourcet:=[profile?] + >=dev-haskell/transformers-0.2.2:=[profile?] <dev-haskell/transformers-0.4:=[profile?] + >=dev-haskell/yesod-core-1.2.2:=[profile?] <dev-haskell/yesod-core-1.3:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/hspec + dev-haskell/persistent-sqlite + dev-haskell/text + dev-haskell/wai-test ) +" |