diff options
author | Mark Wright <gienah@gentoo.org> | 2013-10-20 02:40:51 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2013-10-20 02:40:51 +0000 |
commit | 1c26e95fb42a1f574f194bf7ad28b63590694662 (patch) | |
tree | 0c056e0a3f98b628a2dc8d430a243bf572f7d4a6 /dev-haskell/hamlet | |
parent | Bump http-conduit to 1.9.5.1 (diff) | |
download | gentoo-2-1c26e95fb42a1f574f194bf7ad28b63590694662.tar.gz gentoo-2-1c26e95fb42a1f574f194bf7ad28b63590694662.tar.bz2 gentoo-2-1c26e95fb42a1f574f194bf7ad28b63590694662.zip |
Bump hamlet to 1.1.7.3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/hamlet')
-rw-r--r-- | dev-haskell/hamlet/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/hamlet/hamlet-1.1.7.3.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/dev-haskell/hamlet/ChangeLog b/dev-haskell/hamlet/ChangeLog index d00b8325ba3c..5a073b1465bd 100644 --- a/dev-haskell/hamlet/ChangeLog +++ b/dev-haskell/hamlet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/hamlet # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hamlet/ChangeLog,v 1.2 2013/09/13 06:15:00 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hamlet/ChangeLog,v 1.3 2013/10/20 02:40:51 gienah Exp $ + +*hamlet-1.1.7.3 (20 Oct 2013) + + 20 Oct 2013; Mark Wright <gienah@gentoo.org> +hamlet-1.1.7.3.ebuild: + Bump hamlet to 1.1.7.3 *hamlet-1.1.7.2 (13 Sep 2013) diff --git a/dev-haskell/hamlet/hamlet-1.1.7.3.ebuild b/dev-haskell/hamlet/hamlet-1.1.7.3.ebuild new file mode 100644 index 000000000000..9a3021abc764 --- /dev/null +++ b/dev-haskell/hamlet/hamlet-1.1.7.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hamlet/hamlet-1.1.7.3.ebuild,v 1.1 2013/10/20 02:40:51 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Haml-like template files that are compile-time checked" +HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates" +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:=[profile?] <dev-haskell/blaze-builder-0.4:=[profile?] + >=dev-haskell/blaze-html-0.5:=[profile?] + >=dev-haskell/blaze-markup-0.5.1:=[profile?] + >=dev-haskell/failure-0.1:=[profile?] <dev-haskell/failure-0.3:=[profile?] + >=dev-haskell/parsec-2:=[profile?] <dev-haskell/parsec-4:=[profile?] + >=dev-haskell/shakespeare-1.0.1:=[profile?] <dev-haskell/shakespeare-1.3:=[profile?] + >=dev-haskell/text-0.7:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/hunit ) +" |