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/hspec-discover | |
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/hspec-discover')
-rw-r--r-- | dev-haskell/hspec-discover/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/hspec-discover/hspec-discover-2.1.2.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/hspec-discover/hspec-discover-2.1.4.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/hspec-discover/metadata.xml | 10 |
4 files changed, 64 insertions, 0 deletions
diff --git a/dev-haskell/hspec-discover/Manifest b/dev-haskell/hspec-discover/Manifest new file mode 100644 index 000000000000..4e76eece1370 --- /dev/null +++ b/dev-haskell/hspec-discover/Manifest @@ -0,0 +1,2 @@ +DIST hspec-discover-2.1.2.tar.gz 5365 SHA256 29ac3cdc9f5dde4c3f411ff4f610b70f2a56be2a0efcd5d0db4f91945709627f SHA512 5d90e0732e0e36bf1c8da81c3ccdb000e10467e285399111c3a42df8695ca94b95e43af51bc6df861d6dd8e2fb99b8f626a67253a8902a932aa91369f7653353 WHIRLPOOL f3a17a8be32193587bb703f583f51e75bd18db415cb3c515842345a2abe4c5833b1360d58780d0c2260592604cc34d049069b94ff641770537904cd77dc271d3 +DIST hspec-discover-2.1.4.tar.gz 5570 SHA256 1cefef3a34d8bd4105163671fb23d44149f6905808edbf024807662dbbf44bd9 SHA512 f511fe71ab380b640baa4e50fb5fa00089141aaaa53f04a2c24e48feb1d9d2b82dce95e1c55763f880eebdb89cc04707822cab0e9d3f69ee166a9afd7b84bef5 WHIRLPOOL dd3d4b9cf6e5f40151a6d310149bce03319f2102f1484eab9ed7286f74d4271f2b3661c1e788ada0ae8bcf817c62ba90ba657d69c2d02a5357e04b3052b6cd92 diff --git a/dev-haskell/hspec-discover/hspec-discover-2.1.2.ebuild b/dev-haskell/hspec-discover/hspec-discover-2.1.2.ebuild new file mode 100644 index 000000000000..269f233b7af3 --- /dev/null +++ b/dev-haskell/hspec-discover/hspec-discover-2.1.2.ebuild @@ -0,0 +1,26 @@ +# 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.4.9999 + +CABAL_FEATURES="bin lib profile test-suite" +inherit haskell-cabal + +DESCRIPTION="Automatically discover and run Hspec tests" +HOMEPAGE="http://hspec.github.io/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( >=dev-haskell/hspec-meta-1.12 ) +" diff --git a/dev-haskell/hspec-discover/hspec-discover-2.1.4.ebuild b/dev-haskell/hspec-discover/hspec-discover-2.1.4.ebuild new file mode 100644 index 000000000000..e340f3871218 --- /dev/null +++ b/dev-haskell/hspec-discover/hspec-discover-2.1.4.ebuild @@ -0,0 +1,26 @@ +# 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.3 + +CABAL_FEATURES="bin lib profile test-suite" +inherit haskell-cabal + +DESCRIPTION="Automatically discover and run Hspec tests" +HOMEPAGE="http://hspec.github.io/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( >=dev-haskell/hspec-meta-1.12 ) +" diff --git a/dev-haskell/hspec-discover/metadata.xml b/dev-haskell/hspec-discover/metadata.xml new file mode 100644 index 000000000000..1090d2e6d09e --- /dev/null +++ b/dev-haskell/hspec-discover/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + Automatically discover and run Hspec tests + + <http://hspec.github.io/hspec-discover.html> + </longdescription> +</pkgmetadata> |