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/tasty-th | |
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/tasty-th')
-rw-r--r-- | dev-haskell/tasty-th/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/tasty-th/metadata.xml | 11 | ||||
-rw-r--r-- | dev-haskell/tasty-th/tasty-th-0.1.2.ebuild | 27 | ||||
-rw-r--r-- | dev-haskell/tasty-th/tasty-th-0.1.3.ebuild | 27 |
4 files changed, 67 insertions, 0 deletions
diff --git a/dev-haskell/tasty-th/Manifest b/dev-haskell/tasty-th/Manifest new file mode 100644 index 000000000000..5ffccf277416 --- /dev/null +++ b/dev-haskell/tasty-th/Manifest @@ -0,0 +1,2 @@ +DIST tasty-th-0.1.2.tar.gz 2625 SHA256 a47fe9f6fcd8d386ec6b9b2aa524616dc79b4ac26e8aff228b675908768f73f4 SHA512 b9fbb76f2d393de447c72b6d1cc8cf62fe0c51b8e3cdb93367bef586551a9df3caf220105db27e4c0e8ac73b1b6c14de44f27fbacd5890eb2d72553cb8d91a3d WHIRLPOOL 62344b57e77dadda6a6472f95c93985a0c9241a659998716f129d009a32b3ecf4095945f4bf14e234a3f7f844caad3fb66b342b089c3135d20dab2808c67ab18 +DIST tasty-th-0.1.3.tar.gz 2636 SHA256 a3ff8c151a29cf986173dc451978cfc7981a529e3492b2cfddb8ad549fba85ba SHA512 47b2f9a5d471943b78e66e3082186a6b42901d57a5333a2142d211370be35354cddce12c5926490e945d6dc8b35d9ab2527c6b36ad457b79f30a2e88fa538d9a WHIRLPOOL 9a4662d0bc467988d9ec5cafedd1d7ce6e49890627f828fdcf4cd268e1c8c7c24dd264fa926d58fcf3e766de5717f35a5d295e4752210f0d7dadc9ffa96beb96 diff --git a/dev-haskell/tasty-th/metadata.xml b/dev-haskell/tasty-th/metadata.xml new file mode 100644 index 000000000000..b8049b35668d --- /dev/null +++ b/dev-haskell/tasty-th/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> + A fork of of test-framework-th modified to use tasty instead of test-framework. + </longdescription> + <upstream> + <remote-id type="github">bennofs/tasty-th</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-haskell/tasty-th/tasty-th-0.1.2.ebuild b/dev-haskell/tasty-th/tasty-th-0.1.2.ebuild new file mode 100644 index 000000000000..4862b2dbc10f --- /dev/null +++ b/dev-haskell/tasty-th/tasty-th-0.1.2.ebuild @@ -0,0 +1,27 @@ +# 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.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Automagically generate the HUnit- and Quickcheck-bulk-code using Template Haskell" +HOMEPAGE="http://github.com/bennofs/tasty-th" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/language-haskell-extract-0.2:=[profile?] + dev-haskell/tasty:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" diff --git a/dev-haskell/tasty-th/tasty-th-0.1.3.ebuild b/dev-haskell/tasty-th/tasty-th-0.1.3.ebuild new file mode 100644 index 000000000000..2eccc429d449 --- /dev/null +++ b/dev-haskell/tasty-th/tasty-th-0.1.3.ebuild @@ -0,0 +1,27 @@ +# 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.3 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Automagically generate the HUnit- and Quickcheck-bulk-code using Template Haskell" +HOMEPAGE="http://github.com/bennofs/tasty-th" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/language-haskell-extract-0.2:=[profile?] + dev-haskell/tasty:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" |