summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2013-08-26 11:52:05 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2013-08-26 11:52:05 +0000
commit370055c92493cd697bee595485181ecf231a0859 (patch)
tree3f61182e107f80e9fdbb458e4191fe85d6bc186a /dev-haskell/yesod-default
parentdev-haskell/yaml: initial layout (diff)
downloadgentoo-2-370055c92493cd697bee595485181ecf231a0859.tar.gz
gentoo-2-370055c92493cd697bee595485181ecf231a0859.tar.bz2
gentoo-2-370055c92493cd697bee595485181ecf231a0859.zip
dev-haskell/yesod-default: initial layout
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/yesod-default')
-rw-r--r--dev-haskell/yesod-default/ChangeLog10
-rw-r--r--dev-haskell/yesod-default/metadata.xml12
-rw-r--r--dev-haskell/yesod-default/yesod-default-1.1.3.2.ebuild40
-rw-r--r--dev-haskell/yesod-default/yesod-default-1.2.0.ebuild24
4 files changed, 86 insertions, 0 deletions
diff --git a/dev-haskell/yesod-default/ChangeLog b/dev-haskell/yesod-default/ChangeLog
new file mode 100644
index 000000000000..f899a0c838fc
--- /dev/null
+++ b/dev-haskell/yesod-default/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-haskell/yesod-default
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-default/ChangeLog,v 1.1 2013/08/26 11:52:05 qnikst Exp $
+
+*yesod-default-1.2.0 (26 Aug 2013)
+*yesod-default-1.1.3.2 (26 Aug 2013)
+
+ 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +metadata.xml,
+ +yesod-default-1.1.3.2.ebuild, +yesod-default-1.2.0.ebuild:
+ dev-haskell/yesod-default: initial layout
diff --git a/dev-haskell/yesod-default/metadata.xml b/dev-haskell/yesod-default/metadata.xml
new file mode 100644
index 000000000000..55466e7ee48d
--- /dev/null
+++ b/dev-haskell/yesod-default/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+ Convenient wrappers for your the configuration and
+ execution of your yesod application
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/yesod-default/yesod-default-1.1.3.2.ebuild b/dev-haskell/yesod-default/yesod-default-1.1.3.2.ebuild
new file mode 100644
index 000000000000..970af927c972
--- /dev/null
+++ b/dev-haskell/yesod-default/yesod-default-1.1.3.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-default/yesod-default-1.1.3.2.ebuild,v 1.1 2013/08/26 11:52:05 qnikst Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Default config and main functions for your yesod application"
+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/data-default:=[profile?]
+ =dev-haskell/hamlet-1.1*:=[profile?]
+ >=dev-haskell/network-conduit-0.5:=[profile?]
+ dev-haskell/safe:=[profile?]
+ =dev-haskell/shakespeare-css-1.0*:=[profile?]
+ >=dev-haskell/shakespeare-js-1.0:=[profile?]
+ <dev-haskell/shakespeare-js-1.2:=[profile?]
+ >=dev-haskell/text-0.9:=[profile?]
+ >=dev-haskell/transformers-0.2.2:=[profile?]
+ <dev-haskell/transformers-0.4:=[profile?]
+ dev-haskell/unordered-containers:=[profile?]
+ >=dev-haskell/wai-1.3:=[profile?]
+ <dev-haskell/wai-1.5:=[profile?]
+ =dev-haskell/wai-extra-1.3*:=[profile?]
+ =dev-haskell/warp-1.3*:=[profile?]
+ =dev-haskell/yaml-0.8*:=[profile?]
+ =dev-haskell/yesod-core-1.1*:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/yesod-default/yesod-default-1.2.0.ebuild b/dev-haskell/yesod-default/yesod-default-1.2.0.ebuild
new file mode 100644
index 000000000000..54ec685c92ed
--- /dev/null
+++ b/dev-haskell/yesod-default/yesod-default-1.2.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-default/yesod-default-1.2.0.ebuild,v 1.1 2013/08/26 11:52:05 qnikst Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Default config and main functions for your yesod application (deprecated)"
+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/yesod-core-1.2:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"