diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 12:28:39 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 12:28:39 +0000 |
commit | 63917d5dbde6bfb572e7c8d7b655d25b08040c7b (patch) | |
tree | 1e95b45c6f80fa41637ae800fc893606dbe2cc94 /dev-haskell/yesod-static | |
parent | dev-haskell/wai-app-static: initial layout (diff) | |
download | gentoo-2-63917d5dbde6bfb572e7c8d7b655d25b08040c7b.tar.gz gentoo-2-63917d5dbde6bfb572e7c8d7b655d25b08040c7b.tar.bz2 gentoo-2-63917d5dbde6bfb572e7c8d7b655d25b08040c7b.zip |
dev-haskell/yesod-static: initial layout
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/yesod-static')
-rw-r--r-- | dev-haskell/yesod-static/ChangeLog | 10 | ||||
-rw-r--r-- | dev-haskell/yesod-static/metadata.xml | 11 | ||||
-rw-r--r-- | dev-haskell/yesod-static/yesod-static-1.1.2.3.ebuild | 42 | ||||
-rw-r--r-- | dev-haskell/yesod-static/yesod-static-1.2.0.ebuild | 45 |
4 files changed, 108 insertions, 0 deletions
diff --git a/dev-haskell/yesod-static/ChangeLog b/dev-haskell/yesod-static/ChangeLog new file mode 100644 index 000000000000..48b0d07e542f --- /dev/null +++ b/dev-haskell/yesod-static/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-haskell/yesod-static +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-static/ChangeLog,v 1.1 2013/08/26 12:28:39 qnikst Exp $ + +*yesod-static-1.2.0 (26 Aug 2013) +*yesod-static-1.1.2.3 (26 Aug 2013) + + 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +metadata.xml, + +yesod-static-1.1.2.3.ebuild, +yesod-static-1.2.0.ebuild: + dev-haskell/yesod-static: initial layout diff --git a/dev-haskell/yesod-static/metadata.xml b/dev-haskell/yesod-static/metadata.xml new file mode 100644 index 000000000000..3f866364e418 --- /dev/null +++ b/dev-haskell/yesod-static/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> + Static file serving subsite for Yesod Web Framework. + </longdescription> +</pkgmetadata> diff --git a/dev-haskell/yesod-static/yesod-static-1.1.2.3.ebuild b/dev-haskell/yesod-static/yesod-static-1.1.2.3.ebuild new file mode 100644 index 000000000000..f70c781c0113 --- /dev/null +++ b/dev-haskell/yesod-static/yesod-static-1.1.2.3.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-static/yesod-static-1.1.2.3.ebuild,v 1.1 2013/08/26 12:28:39 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Static file serving subsite for Yesod Web Framework." +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/base64-bytestring-0.1.0.1:=[profile?] + >=dev-haskell/cereal-0.3:=[profile?] + >=dev-haskell/conduit-0.5:=[profile?] + >=dev-haskell/crypto-conduit-0.4:=[profile?] + >=dev-haskell/cryptohash-0.6.1:=[profile?] + >=dev-haskell/file-embed-0.0.4.1:=[profile?] + <dev-haskell/file-embed-0.5:=[profile?] + >=dev-haskell/http-types-0.7:=[profile?] + >=dev-haskell/system-filepath-0.4.6:=[profile?] + <dev-haskell/system-filepath-0.5:=[profile?] + >=dev-haskell/text-0.9:=[profile?] + >=dev-haskell/transformers-0.2.2:=[profile?] + >=dev-haskell/unix-compat-0.2:=[profile?] + >=dev-haskell/wai-1.3:=[profile?] + <dev-haskell/wai-1.5:=[profile?] + =dev-haskell/wai-app-static-1.3*:=[profile?] + =dev-haskell/yesod-core-1.1*:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + )" diff --git a/dev-haskell/yesod-static/yesod-static-1.2.0.ebuild b/dev-haskell/yesod-static/yesod-static-1.2.0.ebuild new file mode 100644 index 000000000000..207b8a0e4a9f --- /dev/null +++ b/dev-haskell/yesod-static/yesod-static-1.2.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-static/yesod-static-1.2.0.ebuild,v 1.1 2013/08/26 12:28:39 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Static file serving subsite for Yesod Web Framework." +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/base64-bytestring-0.1.0.1:=[profile?] + >=dev-haskell/cereal-0.3:=[profile?] + >=dev-haskell/conduit-0.5:=[profile?] + >=dev-haskell/crypto-conduit-0.4:=[profile?] + >=dev-haskell/cryptohash-0.6.1:=[profile?] + dev-haskell/data-default:=[profile?] + >=dev-haskell/file-embed-0.0.4.1:=[profile?] + <dev-haskell/file-embed-0.5:=[profile?] + >=dev-haskell/http-types-0.7:=[profile?] + >=dev-haskell/shakespeare-css-1.0.3:=[profile?] + >=dev-haskell/system-fileio-0.3:=[profile?] + >=dev-haskell/system-filepath-0.4.6:=[profile?] + <dev-haskell/system-filepath-0.5:=[profile?] + >=dev-haskell/text-0.9:=[profile?] + >=dev-haskell/transformers-0.2.2:=[profile?] + >=dev-haskell/unix-compat-0.2:=[profile?] + >=dev-haskell/wai-1.3:=[profile?] + <dev-haskell/wai-1.5:=[profile?] + =dev-haskell/wai-app-static-1.3*:=[profile?] + =dev-haskell/yesod-core-1.2*:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + )" |