From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-haskell/chunked-data/Manifest | 2 ++ .../chunked-data/chunked-data-0.1.0.0.ebuild | 32 ++++++++++++++++++++++ .../chunked-data/chunked-data-0.1.0.1.ebuild | 32 ++++++++++++++++++++++ dev-haskell/chunked-data/metadata.xml | 11 ++++++++ 4 files changed, 77 insertions(+) create mode 100644 dev-haskell/chunked-data/Manifest create mode 100644 dev-haskell/chunked-data/chunked-data-0.1.0.0.ebuild create mode 100644 dev-haskell/chunked-data/chunked-data-0.1.0.1.ebuild create mode 100644 dev-haskell/chunked-data/metadata.xml (limited to 'dev-haskell/chunked-data') 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 @@ + + + + haskell + + Originally present in classy-prelude. + + + fpco/chunked-data + + -- cgit v1.2.3-65-gdbad