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/test-framework-hunit | |
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/test-framework-hunit')
7 files changed, 142 insertions, 0 deletions
diff --git a/dev-haskell/test-framework-hunit/Manifest b/dev-haskell/test-framework-hunit/Manifest new file mode 100644 index 000000000000..27b70f7f4b72 --- /dev/null +++ b/dev-haskell/test-framework-hunit/Manifest @@ -0,0 +1,5 @@ +DIST test-framework-hunit-0.2.4.tar.gz 2630 SHA256 6bf43eb9227c96e33cc94c7846dc866ff1f22e33db64a3f28ad291841d2d409e SHA512 9dc088b8a45e83acc292b5cf45d6b4816d6da186d9f861607fb0c0efd5325516981beb6c95405b8f41f6bb10c45382c9af69b85a15241f8ab605e3d6d4ee809a WHIRLPOOL 6a7afc70ca25c2c8b19190e49bded9c5cc6533bd60f1b0bdf7dadc255cb369f8894321a4a4b1a2697dd5ae7d146b6537d06c131f3fdd8163664f98a368b1ae38 +DIST test-framework-hunit-0.2.6.tar.gz 2639 SHA256 f910e18e62615f64fac9bf4938a34cc36fad9d86e6ba31edcb79731e0ef46fc7 SHA512 0d657104dfeaee946b2899ae1d217aa1143eb83f4a52fc1c3ecd6e683a5a6bbd7f2e1ec868f35f6159689c214eba7be1077c779116c0e8a90910a09a8c6d22a0 WHIRLPOOL 3b2afb82fbe73cefd12e23a7d7c2ddb2031d4ecb53afdabf01360746a06d559bd361f4ba34bff2ff0f369fe5b07910b21dec39b66e98fc48f7e2bb37c06edceb +DIST test-framework-hunit-0.2.7.tar.gz 2633 SHA256 cc8d21df58cdd85bb4ae5871e1a28c6a9e1c0fe618f3c899fdefd95d2211e4b0 SHA512 db3edad323edd8441a0c8ca980a2113901c66dca3076cd971891a692d6772b5df0a863b004094a71b707d9014add2f865f8c1072cb35e2d5fa85351f7f2b49c3 WHIRLPOOL 34c07b01aedc99a629dddb112a7512d2ea1176d6b6cba4cf3393608294dcb878989471ba1067072f76e15c9bc4781eb7877f8f5a884e54e4cbc64406fb796032 +DIST test-framework-hunit-0.3.0.1.tar.gz 2690 SHA256 d3f9fd8e5e7251fa2f4727feb1397d80d9e979a4b086ee962dc239e3662910c0 SHA512 fd8d0d7da7056e48322dc9b57db225607b79df992106b4965e90dadc9d976cb87b11f12e83eeeaaa7f4c9f3628cd39151328c03b0f79c7c4885938616cf17e45 WHIRLPOOL 4f8fa36c9b7c4c4378cfa12c49c043deebbe3b7b2e1a8d27b4c394d0cd66691937207c06a1665407b70f15d00a1309cc517495d2e3222fa9584b2debf21b5b83 +DIST test-framework-hunit-0.3.0.tar.gz 2679 SHA256 04b1536f4d40f04a65d0d540c462d45c50301014c384339f19e90d9cdcba8bcb SHA512 39a537a56d3fa7f6a996b58a40971265acf4103608f10386af2c7d8d941cc416afa504af2f2f70b91e43616dac1231d384e2fc14835f5a13e41fd27d42f708ed WHIRLPOOL 647d755410b025d18d8ff8e9fdfce2b3a7389f9d8ba61f577c66fd312446b5fffba86dc2485269c25856092911b7f9482a9f0465a20945f6f2f63791748146e9 diff --git a/dev-haskell/test-framework-hunit/metadata.xml b/dev-haskell/test-framework-hunit/metadata.xml new file mode 100644 index 000000000000..8c66906af531 --- /dev/null +++ b/dev-haskell/test-framework-hunit/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>haskell</herd> +<maintainer> + <email>haskell@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.4.ebuild b/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.4.ebuild new file mode 100644 index 000000000000..213f425cacdf --- /dev/null +++ b/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +CABAL_FEATURES="lib profile haddock" +inherit haskell-cabal + +DESCRIPTION="HUnit support for the test-framework package" +HOMEPAGE="http://batterseapower.github.com/test-framework/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" +IUSE="" + +# works with ghc 6.8 too if we add this dependency +# >=dev-haskell/extensible-exceptions-0.1.1 + +DEPEND=">=dev-lang/ghc-6.10 + >=dev-haskell/cabal-1.2.3 + >=dev-haskell/hunit-1.2 + >=dev-haskell/test-framework-0.2.0" diff --git a/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.6.ebuild b/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.6.ebuild new file mode 100644 index 000000000000..64601aeef1cd --- /dev/null +++ b/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="3" + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="HUnit support for the test-framework package" +HOMEPAGE="http://batterseapower.github.com/test-framework/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +HASKELLDEPS=">=dev-haskell/hunit-1.2 + >=dev-haskell/test-framework-0.2.0" +RDEPEND=">=dev-lang/ghc-6.10 + ${HASKELLDEPS}" +DEPEND=">=dev-haskell/cabal-1.2.3 + ${RDEPEND}" diff --git a/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.7.ebuild b/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.7.ebuild new file mode 100644 index 000000000000..06920b6f1d7c --- /dev/null +++ b/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.7.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="HUnit support for the test-framework package" +HOMEPAGE="http://batterseapower.github.com/test-framework/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" +IUSE="" + +HASKELLDEPS=">=dev-haskell/hunit-1.2[profile?] + >=dev-haskell/test-framework-0.2.0[profile?]" +RDEPEND=">=dev-lang/ghc-6.10 + ${HASKELLDEPS}" +DEPEND=">=dev-haskell/cabal-1.2.3 + ${RDEPEND}" diff --git a/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.1.ebuild b/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.1.ebuild new file mode 100644 index 000000000000..ae7d19651b12 --- /dev/null +++ b/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.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.3.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="HUnit support for the test-framework package" +HOMEPAGE="https://batterseapower.github.io/test-framework/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +#hackport: ignore-flag base3 : we don't support base3 +#hackport: ignore-flag base4 : we don't support base4 +IUSE="" + +RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?] <dev-haskell/extensible-exceptions-0.2.0:=[profile?] + >=dev-haskell/hunit-1.2:=[profile?] <dev-haskell/hunit-2:=[profile?] + >=dev-haskell/test-framework-0.2.0:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0.3 +" diff --git a/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.ebuild b/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.ebuild new file mode 100644 index 000000000000..6aecd1ce63d2 --- /dev/null +++ b/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="HUnit support for the test-framework package" +HOMEPAGE="http://batterseapower.github.com/test-framework/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?] + <dev-haskell/extensible-exceptions-0.2.0:=[profile?] + >=dev-haskell/hunit-1.2:=[profile?] + <dev-haskell/hunit-2:=[profile?] + >=dev-haskell/test-framework-0.2.0:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2.3" |