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/vector-instances | |
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/vector-instances')
-rw-r--r-- | dev-haskell/vector-instances/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/vector-instances/metadata.xml | 11 | ||||
-rw-r--r-- | dev-haskell/vector-instances/vector-instances-3.3.0.1.ebuild | 31 | ||||
-rw-r--r-- | dev-haskell/vector-instances/vector-instances-3.3.ebuild | 31 |
4 files changed, 75 insertions, 0 deletions
diff --git a/dev-haskell/vector-instances/Manifest b/dev-haskell/vector-instances/Manifest new file mode 100644 index 000000000000..3f88575c2f30 --- /dev/null +++ b/dev-haskell/vector-instances/Manifest @@ -0,0 +1,2 @@ +DIST vector-instances-3.3.0.1.tar.gz 3623 SHA256 84b19901a496ffbba0115296452abc49e5248b4d55b153ba62bdf08bb6ddefda SHA512 5be54747af266f47c405884a581bc48f9a66d999634ad6ea1ac12307c0fb77891a0d089b3fce2fc4d85557aa31346a968bb80a583d3e5165deea3dbaf492bb16 WHIRLPOOL a30f32856b35663b4b13fbac44a57e4b861ee93a006af4258d9d6b24a118cb2a443a3236c5e86884f3b9ea68f3038eb0fc9ed787070aa7c2f617e756454fc652 +DIST vector-instances-3.3.tar.gz 3596 SHA256 bee0ea0636363ddd20324deb9929e3edc5058df5c4b71d10d4aeb11dc54d3c46 SHA512 287437e23c6c8a74f539e944fcb53553cd94767b4f2d16d45c43465ff5e962e7b5dadb3cca2d6ea421a34c6ea8723e160d3d7cbcfc0aae4c8efb6c91be46b5d3 WHIRLPOOL b42f6fb3661f3093ceac0314e51f022913333c40e0ccea68c3d7940edeae4111f51938cdb5979d83b1362a10fb1b92875bec4f622d57fd48d199408227fc6f4f diff --git a/dev-haskell/vector-instances/metadata.xml b/dev-haskell/vector-instances/metadata.xml new file mode 100644 index 000000000000..ab6840253d06 --- /dev/null +++ b/dev-haskell/vector-instances/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> + Orphan Instances for 'Data.Vector' + </longdescription> + <upstream> + <remote-id type="github">ekmett/vector-instances</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-haskell/vector-instances/vector-instances-3.3.0.1.ebuild b/dev-haskell/vector-instances/vector-instances-3.3.0.1.ebuild new file mode 100644 index 000000000000..08ebbc406a73 --- /dev/null +++ b/dev-haskell/vector-instances/vector-instances-3.3.0.1.ebuild @@ -0,0 +1,31 @@ +# 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" +inherit haskell-cabal + +DESCRIPTION="Orphan Instances for 'Data.Vector'" +HOMEPAGE="http://github.com/ekmett/vector-instances" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/comonad-3:=[profile?] + >=dev-haskell/keys-3:=[profile?] + >=dev-haskell/pointed-3:=[profile?] + >=dev-haskell/semigroupoids-3:=[profile?] + >=dev-haskell/semigroups-0.8.3.1:=[profile?] + >=dev-haskell/vector-0.9:=[profile?] <dev-haskell/vector-0.11:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" diff --git a/dev-haskell/vector-instances/vector-instances-3.3.ebuild b/dev-haskell/vector-instances/vector-instances-3.3.ebuild new file mode 100644 index 000000000000..0ae696d09656 --- /dev/null +++ b/dev-haskell/vector-instances/vector-instances-3.3.ebuild @@ -0,0 +1,31 @@ +# 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="Orphan Instances for 'Data.Vector'" +HOMEPAGE="http://github.com/ekmett/vector-instances" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/comonad-3:=[profile?] + >=dev-haskell/keys-3:=[profile?] + >=dev-haskell/pointed-3:=[profile?] + >=dev-haskell/semigroupoids-3:=[profile?] + >=dev-haskell/semigroups-0.8.3.1:=[profile?] + >=dev-haskell/vector-0.9:=[profile?] <dev-haskell/vector-0.11:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0.3 +" |