diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/cassava | |
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/cassava')
-rw-r--r-- | dev-haskell/cassava/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/cassava/cassava-0.4.2.3.ebuild | 35 | ||||
-rw-r--r-- | dev-haskell/cassava/cassava-0.4.3.1.ebuild | 36 | ||||
-rw-r--r-- | dev-haskell/cassava/metadata.xml | 12 |
4 files changed, 85 insertions, 0 deletions
diff --git a/dev-haskell/cassava/Manifest b/dev-haskell/cassava/Manifest new file mode 100644 index 000000000000..25583987eb00 --- /dev/null +++ b/dev-haskell/cassava/Manifest @@ -0,0 +1,2 @@ +DIST cassava-0.4.2.3.tar.gz 27977 SHA256 4eb0cfc9ddd351e643d4787d3b778614b331431d5ab7e2f9c91376ea478dd08d SHA512 09dee994afb3724d1454d2d2ef7f44d1d81edc4fdc521b9c3e88a47cfc3d83355dc7a1daf437c500b9289713190e5080e575d458815aaeb74848e5ed5588a93a WHIRLPOOL 63f5fa2e53a92b3de6a17405ec8f8c5436b0db636a628846206849617d8c81e843a3cbf3b6ba21dbb7fcf884269efe018849bbc569230afe004593ff91820284 +DIST cassava-0.4.3.1.tar.gz 31922 SHA256 e389ea01f6f346246e7002d5eb925518d134185f260cbdf1e81628eb4cffc2ac SHA512 c994754e3dff232f1e82789f02a401dc4aec6a51be5d63e48da9552ec555dced5acb8bf79433975731bf9e8291e10286fdb7ec4282a210ed3e65e9c0066bf217 WHIRLPOOL ea86bbff358a46f08687c314a9cf9fdd0c009108d07e5d635c95837eadb0211882be62f1b3e2c46b95fb8216c9ee6619ec8e78feda12b786249aa5c5c1cb0f53 diff --git a/dev-haskell/cassava/cassava-0.4.2.3.ebuild b/dev-haskell/cassava/cassava-0.4.2.3.ebuild new file mode 100644 index 000000000000..f94c14529ae8 --- /dev/null +++ b/dev-haskell/cassava/cassava-0.4.2.3.ebuild @@ -0,0 +1,35 @@ +# 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="A CSV parsing and encoding library" +HOMEPAGE="https://github.com/tibbe/cassava" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/attoparsec-0.10.2:=[profile?] <dev-haskell/attoparsec-0.13:=[profile?] + <dev-haskell/blaze-builder-0.5:=[profile?] + <dev-haskell/text-1.3:=[profile?] + <dev-haskell/unordered-containers-0.3:=[profile?] + <dev-haskell/vector-0.11:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/hunit + >=dev-haskell/quickcheck-2.0 + dev-haskell/test-framework + dev-haskell/test-framework-hunit + dev-haskell/test-framework-quickcheck2 ) +" diff --git a/dev-haskell/cassava/cassava-0.4.3.1.ebuild b/dev-haskell/cassava/cassava-0.4.3.1.ebuild new file mode 100644 index 000000000000..13a8a0cbb753 --- /dev/null +++ b/dev-haskell/cassava/cassava-0.4.3.1.ebuild @@ -0,0 +1,36 @@ +# 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="A CSV parsing and encoding library" +HOMEPAGE="https://github.com/tibbe/cassava" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/attoparsec-0.10.2:=[profile?] <dev-haskell/attoparsec-0.14:=[profile?] + <dev-haskell/blaze-builder-0.5:=[profile?] + <dev-haskell/hashable-1.3:=[profile?] + <dev-haskell/text-1.3:=[profile?] + <dev-haskell/unordered-containers-0.3:=[profile?] + <dev-haskell/vector-0.12:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/hunit + >=dev-haskell/quickcheck-2.0 + dev-haskell/test-framework + dev-haskell/test-framework-hunit + dev-haskell/test-framework-quickcheck2 ) +" diff --git a/dev-haskell/cassava/metadata.xml b/dev-haskell/cassava/metadata.xml new file mode 100644 index 000000000000..68ad6280c045 --- /dev/null +++ b/dev-haskell/cassava/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> + <longdescription> + A CSV parsing and encoding library optimized for ease of use and high + performance. + </longdescription> + <upstream> + <remote-id type="github">tibbe/cassava</remote-id> + </upstream> +</pkgmetadata> |