diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/yesod-form | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-haskell/yesod-form')
-rw-r--r-- | dev-haskell/yesod-form/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/yesod-form/metadata.xml | 11 | ||||
-rw-r--r-- | dev-haskell/yesod-form/yesod-form-1.3.11.ebuild | 47 | ||||
-rw-r--r-- | dev-haskell/yesod-form/yesod-form-1.4.3.1.ebuild | 50 | ||||
-rw-r--r-- | dev-haskell/yesod-form/yesod-form-1.4.4.1.ebuild | 51 |
5 files changed, 162 insertions, 0 deletions
diff --git a/dev-haskell/yesod-form/Manifest b/dev-haskell/yesod-form/Manifest new file mode 100644 index 000000000000..bfd7b6ae7bb9 --- /dev/null +++ b/dev-haskell/yesod-form/Manifest @@ -0,0 +1,3 @@ +DIST yesod-form-1.3.11.tar.gz 23456 SHA256 c016902a7d914ae1ef41f5af0c1b943c94516931a83595e835c5d6f0b7c78495 SHA512 2876b460a7a3eba940cb6f572f0c37aba6caef3d2e109a357f7275c76638b7a82aad980f9d10846c4ce7f80c6ce8a8964fe37d55008acf5a1e81b54620ba6c1d WHIRLPOOL 5549b849c5d5d1fcf2af3aa367bb6827e8ae7b28554c6a05c9eeff43653ab8895ee17e69f1ed0718ff48627afe940e7b058f07af4d4a246a58f85a61af48100d +DIST yesod-form-1.4.3.1.tar.gz 29360 SHA256 4be16ec5fb10837dbb19c5db615f99e92919c035462e3de66bbc229348084d90 SHA512 5d6cf93a14f744ec5d6aa1073d00db1a33ca6e40fc059f41ea83dc80301eb728124074b5f1e957e4a635b5c7b9111fa1ad2c79ccca0fcd7a976e5b956523f73e WHIRLPOOL 0d96f03a2157027cfaada65b7e633ed896b07cbf00767b6565883e05d516d6fb211b2f6acf8bac8d8e3af14a5da5172ea37e83d529eebcb80114e49ce7b179a6 +DIST yesod-form-1.4.4.1.tar.gz 29487 SHA256 83aec216b6c5179c373d1b76ab3cca219ebacc98db2e5163400228b632dc6493 SHA512 db7550e7bf42f062c7c96b1dbe08299538d40bc853cc1c24e76ac5c61627ce424530f0a44fe0437c56768fde7645e8193b0bb2cc55cb4da6c13a936be85a829a WHIRLPOOL df581eca165c643d7dcf4790aedb07f861b061c89a7e4f41fd39c822c93a8fc0fbacf0d4ca9a7f1b97d6b36d1c69d8a278912062431827a349d15fd3a129f0d5 diff --git a/dev-haskell/yesod-form/metadata.xml b/dev-haskell/yesod-form/metadata.xml new file mode 100644 index 000000000000..2d6eeda8ea4d --- /dev/null +++ b/dev-haskell/yesod-form/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> + <longdescription> + Form handling support for Yesod Web Framework + </longdescription> +<use> + <flag name='network-uri'>Get Network.URI from the network-uri package</flag> +</use> +</pkgmetadata> diff --git a/dev-haskell/yesod-form/yesod-form-1.3.11.ebuild b/dev-haskell/yesod-form/yesod-form-1.3.11.ebuild new file mode 100644 index 000000000000..caef79802827 --- /dev/null +++ b/dev-haskell/yesod-form/yesod-form-1.3.11.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Form handling support 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/aeson:=[profile?] + >=dev-haskell/attoparsec-0.10:=[profile?] + >=dev-haskell/blaze-builder-0.2.1.4:=[profile?] + >=dev-haskell/blaze-html-0.5:=[profile?] + >=dev-haskell/blaze-markup-0.5.1:=[profile?] + dev-haskell/byteable:=[profile?] + dev-haskell/data-default:=[profile?] + >=dev-haskell/email-validate-1.0:=[profile?] + >=dev-haskell/hamlet-1.1.8:=[profile?] + >=dev-haskell/network-2.2:=[profile?] + >=dev-haskell/persistent-1.2:=[profile?] <dev-haskell/persistent-1.4:=[profile?] + dev-haskell/resourcet:=[profile?] + dev-haskell/shakespeare:=[profile?] + >=dev-haskell/shakespeare-css-1.0:=[profile?] + >=dev-haskell/shakespeare-js-1.0.2:=[profile?] + >=dev-haskell/text-0.9:=[profile?] + >=dev-haskell/transformers-0.2.2:=[profile?] + >=dev-haskell/wai-1.3:=[profile?] + >=dev-haskell/xss-sanitize-0.3.0.1:=[profile?] + >=dev-haskell/yesod-core-1.2:=[profile?] <dev-haskell/yesod-core-1.3:=[profile?] + >=dev-haskell/yesod-persistent-1.2:=[profile?] <dev-haskell/yesod-persistent-1.3:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/hspec ) +" diff --git a/dev-haskell/yesod-form/yesod-form-1.4.3.1.ebuild b/dev-haskell/yesod-form/yesod-form-1.4.3.1.ebuild new file mode 100644 index 000000000000..1bfc21cac66e --- /dev/null +++ b/dev-haskell/yesod-form/yesod-form-1.4.3.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Form handling support 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="+network-uri" + +RDEPEND="dev-haskell/aeson:=[profile?] + >=dev-haskell/attoparsec-0.10:=[profile?] + >=dev-haskell/blaze-builder-0.2.1.4:=[profile?] + >=dev-haskell/blaze-html-0.5:=[profile?] + >=dev-haskell/blaze-markup-0.5.1:=[profile?] + dev-haskell/byteable:=[profile?] + dev-haskell/data-default:=[profile?] + >=dev-haskell/email-validate-1.0:=[profile?] + dev-haskell/persistent:=[profile?] + dev-haskell/resourcet:=[profile?] + >=dev-haskell/shakespeare-2.0:=[profile?] + >=dev-haskell/text-0.9:=[profile?] + >=dev-haskell/transformers-0.2.2:=[profile?] + >=dev-haskell/wai-1.3:=[profile?] + >=dev-haskell/xss-sanitize-0.3.0.1:=[profile?] + >=dev-haskell/yesod-core-1.4:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?] + >=dev-haskell/yesod-persistent-1.4:=[profile?] <dev-haskell/yesod-persistent-1.5:=[profile?] + >=dev-lang/ghc-7.4.1:= + network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] ) + !network-uri? ( <dev-haskell/network-2.6:=[profile?] ) +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/hspec ) +" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag network-uri network-uri) +} diff --git a/dev-haskell/yesod-form/yesod-form-1.4.4.1.ebuild b/dev-haskell/yesod-form/yesod-form-1.4.4.1.ebuild new file mode 100644 index 000000000000..fcfd64895132 --- /dev/null +++ b/dev-haskell/yesod-form/yesod-form-1.4.4.1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Form handling support 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="+network-uri" + +RDEPEND="dev-haskell/aeson:=[profile?] + >=dev-haskell/attoparsec-0.10:=[profile?] + >=dev-haskell/blaze-builder-0.2.1.4:=[profile?] + >=dev-haskell/blaze-html-0.5:=[profile?] + >=dev-haskell/blaze-markup-0.5.1:=[profile?] + dev-haskell/byteable:=[profile?] + dev-haskell/data-default:=[profile?] + >=dev-haskell/email-validate-1.0:=[profile?] + dev-haskell/persistent:=[profile?] + dev-haskell/resourcet:=[profile?] + dev-haskell/semigroups:=[profile?] + >=dev-haskell/shakespeare-2.0:=[profile?] + >=dev-haskell/text-0.9:=[profile?] + >=dev-haskell/transformers-0.2.2:=[profile?] + >=dev-haskell/wai-1.3:=[profile?] + >=dev-haskell/xss-sanitize-0.3.0.1:=[profile?] + >=dev-haskell/yesod-core-1.4:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?] + >=dev-haskell/yesod-persistent-1.4:=[profile?] <dev-haskell/yesod-persistent-1.5:=[profile?] + >=dev-lang/ghc-7.4.1:= + network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] ) + !network-uri? ( <dev-haskell/network-2.6:=[profile?] ) +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/hspec ) +" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag network-uri network-uri) +} |