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-th-prime | |
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-th-prime')
7 files changed, 136 insertions, 0 deletions
diff --git a/dev-haskell/test-framework-th-prime/Manifest b/dev-haskell/test-framework-th-prime/Manifest new file mode 100644 index 000000000000..25dcb1d8d15a --- /dev/null +++ b/dev-haskell/test-framework-th-prime/Manifest @@ -0,0 +1,4 @@ +DIST test-framework-th-prime-0.0.5.tar.gz 3758 SHA256 f44248b6c5ce67f0c98a23e83834cca36fd6be3688d6afd0c00c2138d9b25d53 SHA512 9aaf9113b65030c50e2e740a0de1bd09e133e2d507ab67bf4175572a4cde5a57be8a78abc53003ca20de68377588041645570cfdd0884c7d985d36841a622a06 WHIRLPOOL f0a0cf2746a6ff0b7111dc8457a5c1ed76370c89bb1fe836addeb1676b9d34c80394a3c4a8db9974559d330e7d51dddd4394856f963209a6dce17d3643be7126 +DIST test-framework-th-prime-0.0.6.tar.gz 3801 SHA256 9839bc464c53ce692f50f0ebe43728e080eed1c42ed72884437e1262a63ed385 SHA512 4a35f24250b080565e9536762cc91e520978465b27a2227d06ff7518581a5d1a10d7f8b756979d6758c7d2a5c3d112a3aaabf0097f6342d76ef795a5741bf99c WHIRLPOOL 9130a5bd2c1bfc274495c0f09463834f7fea9bd42734884d5af72361e0a934c845c79646c14713e8b2f6f262770be939f62234180bf9e3fef21cf0440fec9770 +DIST test-framework-th-prime-0.0.7.tar.gz 3832 SHA256 176c91d29e7a4d832ff780db9d78d00f687ef59dc295b3347cc0be33a531cd14 SHA512 724b4de8cfdf10341bc95a6f437359fe0210ab0b7bef63761912d85d71ae552cef230f20bd50a723cf7aafcd45c30def6dc80b37c876986418db6072193f0daa WHIRLPOOL 226197b6014ab6c79a96519c354701c868476ce555a37da49a6325468c0a7943700d5c983eeeaff5a88630a1c2c03a5a447ecbef69fcea8ef15335bfe90982b2 +DIST test-framework-th-prime-0.0.8.tar.gz 3836 SHA256 193238b8854537f94903a99fc4b53b33777bf40c974c46a075a8e9dfdb5d673d SHA512 f988c4c4a1329d9b6f1dc98a840b51787ecc3d2648e8093871970d9a79931cb56cbbef718f052773cb62867c7f0b084e15fa3dfc75c7443d1a94c4df65b8b71e WHIRLPOOL ea710a816930680c2d9280105fdf26efe4f259512aec27ee8341235c520d6b29f11896dd09bfc2398c3bb41d4c1825eedeaf0bff6cd404dd809d6c540cb4a1e7 diff --git a/dev-haskell/test-framework-th-prime/files/test-framework-th-prime-0.0.7-cpphs-1.19.patch b/dev-haskell/test-framework-th-prime/files/test-framework-th-prime-0.0.7-cpphs-1.19.patch new file mode 100644 index 000000000000..a638dcd10106 --- /dev/null +++ b/dev-haskell/test-framework-th-prime/files/test-framework-th-prime-0.0.7-cpphs-1.19.patch @@ -0,0 +1,11 @@ +--- test-framework-th-prime-0.0.7-orig/Test/Framework/TH/Prime/Parser.hs 2014-10-08 12:01:25.000000000 +1100 ++++ test-framework-th-prime-0.0.7/Test/Framework/TH/Prime/Parser.hs 2015-04-04 23:46:56.120211323 +1100 +@@ -10,7 +10,7 @@ + import Language.Haskell.Exts.Parser + import Language.Haskell.Exts.Syntax hiding (VarName, Exp) + import Language.Haskell.TH hiding (Match) +-import Language.Preprocessor.Cpphs ++import Language.Preprocessor.Cpphs (cppIfdef, defaultBoolOptions) + + ---------------------------------------------------------------- + diff --git a/dev-haskell/test-framework-th-prime/metadata.xml b/dev-haskell/test-framework-th-prime/metadata.xml new file mode 100644 index 000000000000..e3aa08ff6f98 --- /dev/null +++ b/dev-haskell/test-framework-th-prime/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + Automatically generates a Test list for + HUnit, doctest and QuickCheck2. + </longdescription> +</pkgmetadata> diff --git a/dev-haskell/test-framework-th-prime/test-framework-th-prime-0.0.5.ebuild b/dev-haskell/test-framework-th-prime/test-framework-th-prime-0.0.5.ebuild new file mode 100644 index 000000000000..e2555ebb924d --- /dev/null +++ b/dev-haskell/test-framework-th-prime/test-framework-th-prime-0.0.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# ebuild generated by hackport 0.2.17.9999 + +EAPI=4 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Template Haskell for test framework" +HOMEPAGE="http://hackage.haskell.org/package/test-framework-th-prime" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/cpphs-0.2.1[profile?] + dev-haskell/haskell-src-exts[profile?] + dev-haskell/test-framework[profile?] + >=dev-lang/ghc-6.10.1" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/test-framework-th-prime/test-framework-th-prime-0.0.6.ebuild b/dev-haskell/test-framework-th-prime/test-framework-th-prime-0.0.6.ebuild new file mode 100644 index 000000000000..ca1dd2424304 --- /dev/null +++ b/dev-haskell/test-framework-th-prime/test-framework-th-prime-0.0.6.ebuild @@ -0,0 +1,28 @@ +# 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.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Template Haskell for test framework" +HOMEPAGE="http://hackage.haskell.org/package/test-framework-th-prime" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/cpphs-0.2.1:=[profile?] + dev-haskell/haskell-src-exts:=[profile?] + dev-haskell/test-framework:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0.3 +" diff --git a/dev-haskell/test-framework-th-prime/test-framework-th-prime-0.0.7.ebuild b/dev-haskell/test-framework-th-prime/test-framework-th-prime-0.0.7.ebuild new file mode 100644 index 000000000000..4caef43a617b --- /dev/null +++ b/dev-haskell/test-framework-th-prime/test-framework-th-prime-0.0.7.ebuild @@ -0,0 +1,30 @@ +# 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 base haskell-cabal + +DESCRIPTION="Template Haskell for test framework" +HOMEPAGE="http://hackage.haskell.org/package/test-framework-th-prime" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86" +IUSE="" + +RDEPEND=">=dev-haskell/cpphs-0.2.1:=[profile?] + dev-haskell/haskell-src-exts:=[profile?] + dev-haskell/test-framework:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" + +PATCHES=("${FILESDIR}/${PN}-0.0.7-cpphs-1.19.patch") diff --git a/dev-haskell/test-framework-th-prime/test-framework-th-prime-0.0.8.ebuild b/dev-haskell/test-framework-th-prime/test-framework-th-prime-0.0.8.ebuild new file mode 100644 index 000000000000..5cad08b23a5e --- /dev/null +++ b/dev-haskell/test-framework-th-prime/test-framework-th-prime-0.0.8.ebuild @@ -0,0 +1,28 @@ +# 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="Template Haskell for test framework" +HOMEPAGE="http://hackage.haskell.org/package/test-framework-th-prime" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/cpphs-0.2.1:=[profile?] + dev-haskell/haskell-src-exts:=[profile?] + dev-haskell/test-framework:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" |