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/mutable-containers | |
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/mutable-containers')
-rw-r--r-- | dev-haskell/mutable-containers/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/mutable-containers/metadata.xml | 11 | ||||
-rw-r--r-- | dev-haskell/mutable-containers/mutable-containers-0.3.0.ebuild | 30 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-haskell/mutable-containers/Manifest b/dev-haskell/mutable-containers/Manifest new file mode 100644 index 000000000000..ad17e1be825c --- /dev/null +++ b/dev-haskell/mutable-containers/Manifest @@ -0,0 +1 @@ +DIST mutable-containers-0.3.0.tar.gz 11959 SHA256 ccec3cc85fa5a4facd65e7ab39220d0b41bd4ec2fe15df0bcd38fcf249105ff7 SHA512 71d2cd276c44c4de9fa533e3a41c95e4c0b7aa05383663f8e9a0cf626a6004ab9927481ba5dca1f5bca06caf54545c0b41e309817b46059a23fc8a30937fa727 WHIRLPOOL 928c79cc1af7269765ba9c0fe7c0810b7162880e1dd6b2934914dd37df116f88dc3a0fe30b4decf10b54f6bfc770826e731c2089ac551514b7d99b84cffe4e50 diff --git a/dev-haskell/mutable-containers/metadata.xml b/dev-haskell/mutable-containers/metadata.xml new file mode 100644 index 000000000000..8eb0fa716b78 --- /dev/null +++ b/dev-haskell/mutable-containers/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> + See docs and README at <http://www.stackage.org/package/mutable-containers> + </longdescription> + <upstream> + <remote-id type="github">fpco/mutable-containers</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-haskell/mutable-containers/mutable-containers-0.3.0.ebuild b/dev-haskell/mutable-containers/mutable-containers-0.3.0.ebuild new file mode 100644 index 000000000000..ade769062da5 --- /dev/null +++ b/dev-haskell/mutable-containers/mutable-containers-0.3.0.ebuild @@ -0,0 +1,30 @@ +# 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="Abstactions and concrete implementations of mutable containers" +HOMEPAGE="https://github.com/fpco/mutable-containers" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/mono-traversable:=[profile?] + dev-haskell/primitive:=[profile?] + dev-haskell/vector:=[profile?] + >=dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 + test? ( dev-haskell/hspec + dev-haskell/quickcheck ) +" |