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/chunked-data | |
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/chunked-data')
-rw-r--r-- | dev-haskell/chunked-data/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/chunked-data/chunked-data-0.1.0.0.ebuild | 32 | ||||
-rw-r--r-- | dev-haskell/chunked-data/chunked-data-0.1.0.1.ebuild | 32 | ||||
-rw-r--r-- | dev-haskell/chunked-data/metadata.xml | 11 |
4 files changed, 77 insertions, 0 deletions
diff --git a/dev-haskell/chunked-data/Manifest b/dev-haskell/chunked-data/Manifest new file mode 100644 index 000000000000..a7ff7167b8f7 --- /dev/null +++ b/dev-haskell/chunked-data/Manifest @@ -0,0 +1,2 @@ +DIST chunked-data-0.1.0.0.tar.gz 4711 SHA256 344d3f2c44db8d23b4574470a3612f26690fadf1386ade4e293b83131cdcaff1 SHA512 f806e00f959cd4b5aa54782bcc766991efe194e35262ff2b8c00e45848d3fc2f39c18f5cdf7cd61868e278669928a24eb885acb35eaf5cc294226f08683da584 WHIRLPOOL 02e02d8b74b637e085e61c2f4b8217406332a87aa5aea4ac2f932128c3d6e99dc0aac23d69670aaa203f9a7697e6e341c12e866a25883a70822c4a79c430cb57 +DIST chunked-data-0.1.0.1.tar.gz 4815 SHA256 f9702c5ec695178a0de18e25dcb2e33d93ee5c7103098edbf0d0a6d86b3ab84d SHA512 c976a73d508f4fe5689e49945a07174a8aa7ac05afdc302b7b6dd6746c8d6158d8092fdd25d42a83a9bd47014326a5d9d322b21f65fe2af5a4684f39714beb3e WHIRLPOOL 7dfec6afc2a053146d22c52fdcf8c25c719c2c194eb4f50ac76296d7c19ebe4e3e1c2b89292663a7e753d19b5426a87bcf21f4e2f62c54b3faba14c307ef2503 diff --git a/dev-haskell/chunked-data/chunked-data-0.1.0.0.ebuild b/dev-haskell/chunked-data/chunked-data-0.1.0.0.ebuild new file mode 100644 index 000000000000..4dbb0fa82c30 --- /dev/null +++ b/dev-haskell/chunked-data/chunked-data-0.1.0.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Typeclasses for dealing with various chunked data representations" +HOMEPAGE="https://github.com/fpco/chunked-data" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/blaze-builder:=[profile?] + >=dev-haskell/mono-traversable-0.2:=[profile?] + dev-haskell/semigroups:=[profile?] + dev-haskell/system-filepath:=[profile?] + >=dev-haskell/text-0.11:=[profile?] + dev-haskell/transformers:=[profile?] + dev-haskell/vector:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" diff --git a/dev-haskell/chunked-data/chunked-data-0.1.0.1.ebuild b/dev-haskell/chunked-data/chunked-data-0.1.0.1.ebuild new file mode 100644 index 000000000000..4dbb0fa82c30 --- /dev/null +++ b/dev-haskell/chunked-data/chunked-data-0.1.0.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Typeclasses for dealing with various chunked data representations" +HOMEPAGE="https://github.com/fpco/chunked-data" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/blaze-builder:=[profile?] + >=dev-haskell/mono-traversable-0.2:=[profile?] + dev-haskell/semigroups:=[profile?] + dev-haskell/system-filepath:=[profile?] + >=dev-haskell/text-0.11:=[profile?] + dev-haskell/transformers:=[profile?] + dev-haskell/vector:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" diff --git a/dev-haskell/chunked-data/metadata.xml b/dev-haskell/chunked-data/metadata.xml new file mode 100644 index 000000000000..8fce7d601e96 --- /dev/null +++ b/dev-haskell/chunked-data/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> + Originally present in classy-prelude. + </longdescription> + <upstream> + <remote-id type="github">fpco/chunked-data</remote-id> + </upstream> +</pkgmetadata> |