summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/cookie
downloadgentoo-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/cookie')
-rw-r--r--dev-haskell/cookie/Manifest3
-rw-r--r--dev-haskell/cookie/cookie-0.4.0.1.ebuild26
-rw-r--r--dev-haskell/cookie/cookie-0.4.1.4.ebuild33
-rw-r--r--dev-haskell/cookie/cookie-0.4.1.6.ebuild34
-rw-r--r--dev-haskell/cookie/metadata.xml11
5 files changed, 107 insertions, 0 deletions
diff --git a/dev-haskell/cookie/Manifest b/dev-haskell/cookie/Manifest
new file mode 100644
index 000000000000..61af08ea9a3d
--- /dev/null
+++ b/dev-haskell/cookie/Manifest
@@ -0,0 +1,3 @@
+DIST cookie-0.4.0.1.tar.gz 3230 SHA256 73967e5d4a0fe43248db582ace5f0f4cb8c7085748ea90e1dc312f3e137e6506 SHA512 36d8e64a993117586419bc15075aeff00a6c5a2ec950329f5c5ac3ae85f6362995d466680e95f242c98fa761b458e0ff24b1387aff60b78fa06e5ceedca093cf WHIRLPOOL 9e10acedbc39cac9599788b7068510bf9a362f4da5508689e4f69af1e92b9f3b262150af59499f2e473652c1e546c3f4f7f38450e63b5b0cc913f3b98dec7e19
+DIST cookie-0.4.1.4.tar.gz 4684 SHA256 2d8ca4519f20c8e2b5af32aae5fa4bd76bb933a21877dedd215c3232b8a4bb2b SHA512 cf3c48818674b59e3f33ffc24182b35ae31c3e5992a6c996e73c8a38a72671caf007e6478af0b28b68b8e7a04fac618511831a92363e511fad29f9443bb403da WHIRLPOOL 0312154c810ed481d7866abb4bd2903cb10a19afe8ea08d14a15219d9eea86642a8285abbc2f0e24057e54241f1d4b22866dc7a4bf3efeba87c6fdb77b2123d4
+DIST cookie-0.4.1.6.tar.gz 5319 SHA256 3a2da4db7478ae45f848ebd5fcd40c23c84ecd00be79dec857e526619da9de2c SHA512 e8af84665bb4577fd21274aa66c021d27eb6a863f637f8c7a25e92c76c3533668d32eae7fe4118197c02cc787b88427b9b54937d0b287286c6f13ab29f0dde6c WHIRLPOOL d73e4b4e3c276c42c156653a8891ed506b16efccfb3e4c4a0a9b7fcd2baf01cb83f614b5f5abb71bb795aa2d3e5a1a4416feca333905aced15eb4ad7485d5ac1
diff --git a/dev-haskell/cookie/cookie-0.4.0.1.ebuild b/dev-haskell/cookie/cookie-0.4.0.1.ebuild
new file mode 100644
index 000000000000..d14776df4c69
--- /dev/null
+++ b/dev-haskell/cookie/cookie-0.4.0.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+# ebuild generated by hackport 0.2.18.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="HTTP cookie parsing and rendering"
+HOMEPAGE="http://github.com/snoyberg/cookie"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/blaze-builder-0.2.1[profile?]
+ dev-haskell/data-default[profile?]
+ >=dev-haskell/text-0.7[profile?]
+ >=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/cookie/cookie-0.4.1.4.ebuild b/dev-haskell/cookie/cookie-0.4.1.4.ebuild
new file mode 100644
index 000000000000..274ba6f19415
--- /dev/null
+++ b/dev-haskell/cookie/cookie-0.4.1.4.ebuild
@@ -0,0 +1,33 @@
+# 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="HTTP cookie parsing and rendering"
+HOMEPAGE="http://github.com/snoyberg/cookie"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/blaze-builder-0.2.1:=[profile?]
+ dev-haskell/data-default:=[profile?]
+ >=dev-haskell/text-0.7:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( dev-haskell/hunit
+ dev-haskell/quickcheck
+ dev-haskell/tasty
+ dev-haskell/tasty-hunit
+ dev-haskell/tasty-quickcheck )
+"
diff --git a/dev-haskell/cookie/cookie-0.4.1.6.ebuild b/dev-haskell/cookie/cookie-0.4.1.6.ebuild
new file mode 100644
index 000000000000..ab4df41cec98
--- /dev/null
+++ b/dev-haskell/cookie/cookie-0.4.1.6.ebuild
@@ -0,0 +1,34 @@
+# 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.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="HTTP cookie parsing and rendering"
+HOMEPAGE="http://github.com/snoyberg/cookie"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/blaze-builder-0.2.1:=[profile?]
+ dev-haskell/data-default-class:=[profile?]
+ >=dev-haskell/old-locale-1:=[profile?]
+ >=dev-haskell/text-0.7:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( dev-haskell/hunit
+ dev-haskell/quickcheck
+ dev-haskell/tasty
+ dev-haskell/tasty-hunit
+ dev-haskell/tasty-quickcheck )
+"
diff --git a/dev-haskell/cookie/metadata.xml b/dev-haskell/cookie/metadata.xml
new file mode 100644
index 000000000000..20ebb3a8ee1c
--- /dev/null
+++ b/dev-haskell/cookie/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>
+ HTTP cookie parsing and rendering
+ </longdescription>
+ <upstream>
+ <remote-id type="github">snoyberg/cookie</remote-id>
+ </upstream>
+</pkgmetadata>