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/keys | |
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/keys')
-rw-r--r-- | dev-haskell/keys/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/keys/keys-3.10.1.ebuild | 30 | ||||
-rw-r--r-- | dev-haskell/keys/keys-3.10.2.ebuild | 32 | ||||
-rw-r--r-- | dev-haskell/keys/keys-3.10.ebuild | 30 | ||||
-rw-r--r-- | dev-haskell/keys/metadata.xml | 11 |
5 files changed, 106 insertions, 0 deletions
diff --git a/dev-haskell/keys/Manifest b/dev-haskell/keys/Manifest new file mode 100644 index 000000000000..826568e55e19 --- /dev/null +++ b/dev-haskell/keys/Manifest @@ -0,0 +1,3 @@ +DIST keys-3.10.1.tar.gz 7702 SHA256 9644f4aeb3744cfe46c59712bb5396554eb06527ec67cdf563c116abdc5df400 SHA512 67fe284c105ba6cc5f70f09a42350bf72a9d249e23c0a2600dd53683d9df49a88acd891188d3d769de0507972cf20fb6cd00d7cd628a8740bc820a4414fedf5c WHIRLPOOL 5d8965404b53e939856fd4f672fcc87d5bad8a1b816bd6ae39b08459084a4a427d973d6c7536ad389821d6cd5554c90a1eea18990f9434b82d7cdee4523ad46d +DIST keys-3.10.2.tar.gz 8635 SHA256 425f1ee508efd371220d2eae4d81be1423797968af2387a2a83b937fb186bef6 SHA512 c595dc1201d194aca61e29aace7799f2e08459212a96b1b51922008b2dcd3dae77954ac706ef44aab05ade89933e273a4147a717a4c05bda19bd7ddbdec96eb5 WHIRLPOOL 7ea46a9dac0c67278fe4eec3441d872f7242201be39875b54174c47e706be8dbdec42276980ea38f543f016a9ecd521527f5d037291c2bb805c5ff36d9ac4ce5 +DIST keys-3.10.tar.gz 7727 SHA256 d05708a9f37be2e300c11db64a5d560359f450a4fd2ef5323fa04cacf69f5de8 SHA512 5008d23fdcb78f84474187b1153c12eea1007fbaf12c497e389e0063e160eeddd07920ccfa85713e3769a3d0ff27b10f8fdd3a7d1ea5d1ebaba3228f0e5a4f82 WHIRLPOOL 4ff07bc328dadd96f147a68f63346e56430e33b1d0686e9c1ceefb36777d319fb33f8a1e9cf3a6c94963ee649abe349b75db58d520feabd7ee073f153b0602dd diff --git a/dev-haskell/keys/keys-3.10.1.ebuild b/dev-haskell/keys/keys-3.10.1.ebuild new file mode 100644 index 000000000000..583fa4858ef3 --- /dev/null +++ b/dev-haskell/keys/keys-3.10.1.ebuild @@ -0,0 +1,30 @@ +# 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.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Keyed functors and containers" +HOMEPAGE="http://github.com/ekmett/keys/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/comonad-4:=[profile?] <dev-haskell/comonad-5:=[profile?] + >=dev-haskell/free-4:=[profile?] <dev-haskell/free-5:=[profile?] + >=dev-haskell/semigroupoids-4:=[profile?] <dev-haskell/semigroupoids-5:=[profile?] + >=dev-haskell/semigroups-0.8.3.1:=[profile?] <dev-haskell/semigroups-1:=[profile?] + >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" diff --git a/dev-haskell/keys/keys-3.10.2.ebuild b/dev-haskell/keys/keys-3.10.2.ebuild new file mode 100644 index 000000000000..cf586c1c9540 --- /dev/null +++ b/dev-haskell/keys/keys-3.10.2.ebuild @@ -0,0 +1,32 @@ +# 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" +inherit haskell-cabal + +DESCRIPTION="Keyed functors and containers" +HOMEPAGE="http://github.com/ekmett/keys/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/comonad-4:=[profile?] <dev-haskell/comonad-5:=[profile?] + >=dev-haskell/free-4:=[profile?] <dev-haskell/free-5:=[profile?] + >=dev-haskell/hashable-1.1.2.3:=[profile?] <dev-haskell/hashable-1.3:=[profile?] + >=dev-haskell/semigroupoids-4:=[profile?] <dev-haskell/semigroupoids-6:=[profile?] + >=dev-haskell/semigroups-0.8.3.1:=[profile?] <dev-haskell/semigroups-1:=[profile?] + >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?] + >=dev-haskell/unordered-containers-0.2:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" diff --git a/dev-haskell/keys/keys-3.10.ebuild b/dev-haskell/keys/keys-3.10.ebuild new file mode 100644 index 000000000000..d75bcb572283 --- /dev/null +++ b/dev-haskell/keys/keys-3.10.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Keyed functors and containers" +HOMEPAGE="http://github.com/ekmett/keys/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/comonad-4:=[profile?] <dev-haskell/comonad-5:=[profile?] + >=dev-haskell/free-4:=[profile?] <dev-haskell/free-5:=[profile?] + >=dev-haskell/semigroupoids-4:=[profile?] <dev-haskell/semigroupoids-5:=[profile?] + >=dev-haskell/semigroups-0.8.3.1:=[profile?] <dev-haskell/semigroups-1:=[profile?] + >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.4:=[profile?] + >=dev-lang/ghc-7.0.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10.0.0 +" diff --git a/dev-haskell/keys/metadata.xml b/dev-haskell/keys/metadata.xml new file mode 100644 index 000000000000..6db9e5e4ecf3 --- /dev/null +++ b/dev-haskell/keys/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> + Keyed functors and containers + </longdescription> + <upstream> + <remote-id type="github">ekmett/keys</remote-id> + </upstream> +</pkgmetadata> |