From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-haskell/reflection/Manifest | 5 +++ dev-haskell/reflection/metadata.xml | 53 ++++++++++++++++++++++++ dev-haskell/reflection/reflection-1.3.2.ebuild | 25 +++++++++++ dev-haskell/reflection/reflection-1.4.ebuild | 32 ++++++++++++++ dev-haskell/reflection/reflection-1.5.1.2.ebuild | 33 +++++++++++++++ dev-haskell/reflection/reflection-1.5.1.ebuild | 33 +++++++++++++++ dev-haskell/reflection/reflection-1.5.2.1.ebuild | 33 +++++++++++++++ 7 files changed, 214 insertions(+) create mode 100644 dev-haskell/reflection/Manifest create mode 100644 dev-haskell/reflection/metadata.xml create mode 100644 dev-haskell/reflection/reflection-1.3.2.ebuild create mode 100644 dev-haskell/reflection/reflection-1.4.ebuild create mode 100644 dev-haskell/reflection/reflection-1.5.1.2.ebuild create mode 100644 dev-haskell/reflection/reflection-1.5.1.ebuild create mode 100644 dev-haskell/reflection/reflection-1.5.2.1.ebuild (limited to 'dev-haskell/reflection') diff --git a/dev-haskell/reflection/Manifest b/dev-haskell/reflection/Manifest new file mode 100644 index 000000000000..3f656c8a772d --- /dev/null +++ b/dev-haskell/reflection/Manifest @@ -0,0 +1,5 @@ +DIST reflection-1.3.2.tar.gz 8530 SHA256 a69fa05f8a8faff42dbfbfe0b7847beebd91a092609e29b10282c35df7f3ad4a SHA512 bf055f9f3c9b8bfe3922dbd864cd027aa3f9a3bcd222eca7bd91b167bd5d3f7c3cbcc16d2dbed617de165769e62ce50a1185c538b8b821cdfbdd17c675f4d1e3 WHIRLPOOL 6340653a237c3001eefb454677f18ec2938e99c3b9ded2a0c29ffd861ad8a442eb846a83e57695a4d5f00e4170cff2a5779d9124a70a82ad5fb726e2b9c22aee +DIST reflection-1.4.tar.gz 9123 SHA256 67024b2ceeedc5c323f022cfdca0fac7c9c4e7f767a58ebef23ff2a4dc58de44 SHA512 c4f64624da226d1fdce39380a691c6a9a159c6ff728367f386f5be718f38d3efe162af4d59d3fed76faf43ce8a72616617cb0460ddd5a8844b4369469c4b21a8 WHIRLPOOL 698d6fbf6e8d2677b671b6a36c258ddd10db45838be29fb1a4e8b22da56bc1bb9f3795e18f1e8ef6e060abb07dae0dd1b031de29c4a2d5bdd1b2ee417e18ff44 +DIST reflection-1.5.1.2.tar.gz 11458 SHA256 a4a9f4c25eda5a76bf7e7068c3bb0eab7c3d0c4da13e32cf53ee35589f20da25 SHA512 ce56ea566b22b3ca7e537794b834e06ff53cd7fb7f3fbe50528648e1e28ad2414c708c00e4d47318ef9f971ba7b56465e00b1b8e24f8a16eacc52bd2976b7ca0 WHIRLPOOL 6ccd5795f12a466d285dc914f4f42f27aff263a5b6587ca7455dbdf134cc17e565c2589a5757e5d119e8a39720496b5e62e904ffd5e097e60afbf83f0a710842 +DIST reflection-1.5.1.tar.gz 9436 SHA256 9d4ad85c11a4986c904629c226c2be56f129f7691ddefe9373b2e87ca4a151a1 SHA512 8872bb50c2e059455f4dc80803747f2dcb08953176db99ddd2b49e55933a85278f6a354425145d32957055b7925d47677b4b85a88560b73263c54ae4700de451 WHIRLPOOL 5534fc3e8bfea53f1a6c443e5c71c90956ee475821812819baf91f6cec2df921fa85cd94a0c3dded4c6ca0484c6e15029e12539217b55e142092143aa2103c37 +DIST reflection-1.5.2.1.tar.gz 11199 SHA256 e5bd6734d186a072ae55f059465e6f712bf4ead8b1e7a3e5eabbe0dee0acd6df SHA512 53db1e6a0143af9038d191d0329df4b88004eac1d04732e33acbab41efd9676946e0bcad14a658245e26095f5f560db9c051ba3db0930cb784bc228d51c24d3c WHIRLPOOL 3737d3b0d33d92147eff71a829c6a2aa6e4579748d99b694875176edbda6e9f16bfacb52844d40f94aaf3ad6a08aa62400b38b86741dbcd4c47a790b5b2e0aa9 diff --git a/dev-haskell/reflection/metadata.xml b/dev-haskell/reflection/metadata.xml new file mode 100644 index 000000000000..6f8facf83344 --- /dev/null +++ b/dev-haskell/reflection/metadata.xml @@ -0,0 +1,53 @@ + + + + haskell + + This package provides an implementation of the ideas presented in the paper + \"Functional Pearl: Implicit Configurations\" by Oleg Kiselyov and + Chung-chieh Shan. However, the API has been streamlined to improve performance. + + The original paper can be obtained from + <http://www.cs.rutgers.edu/~ccshan/prepose/prepose.pdf>. + + /Changes in 1.1.6/: + + * Relaxed an unnecessary strictness annotation in the fast implementation + + /Changes in 1.1.5/: + + * Both implementations now work on Hugs; the fast implementation ascends + from the ranks of completely unportable black magic to being merely + /mostly/ unportable black magic. + + /Changes from 0.5 to 1.1/: + + * Much faster implementation available that is about 50 /times/ faster than + 0.9 and which runs purely on black magic. This version is now used by + default. To turn it off install with the @slow@ flag. If you encounter a + problem with the implementation, please contact the author. + + * Removed @ReifiedNum@, @reflectNum@, and @reifyIntegral@; @reify@ and + @reflect@ are about 3 orders of magnitude faster than the special case + combinators were. + + /Changes in 0.5/: + + * Generalized the type signatures in reflect to allow you to pass any type + with kind @* -> *@ wrapped around the desired type as the phantom type + argument rather than just a @Proxy@. + + /Changes in 0.4/: + + * Converted from `Data.Tagged` to using `Data.Proxy` for reflection. This + reduces the need for helper functions and scoped type variables in user + code. + + + Enable template haskell. + Enable template haskell. + + + ekmett/reflection + + diff --git a/dev-haskell/reflection/reflection-1.3.2.ebuild b/dev-haskell/reflection/reflection-1.3.2.ebuild new file mode 100644 index 000000000000..0fbbb1b7263d --- /dev/null +++ b/dev-haskell/reflection/reflection-1.3.2.ebuild @@ -0,0 +1,25 @@ +# 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.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Reifies arbitrary terms into types that can be reflected back into terms" +HOMEPAGE="http://github.com/ekmett/reflection" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/tagged-0.4.4:=[profile?] + =dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10" diff --git a/dev-haskell/reflection/reflection-1.4.ebuild b/dev-haskell/reflection/reflection-1.4.ebuild new file mode 100644 index 000000000000..1db328661e2e --- /dev/null +++ b/dev-haskell/reflection/reflection-1.4.ebuild @@ -0,0 +1,32 @@ +# 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.6.9999 +#hackport: flags: -slow + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Reifies arbitrary terms into types that can be reflected back into terms" +HOMEPAGE="http://github.com/ekmett/reflection" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/tagged-0.4.4:=[profile?] =dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-slow +} diff --git a/dev-haskell/reflection/reflection-1.5.1.2.ebuild b/dev-haskell/reflection/reflection-1.5.1.2.ebuild new file mode 100644 index 000000000000..ca1915e3fb86 --- /dev/null +++ b/dev-haskell/reflection/reflection-1.5.1.2.ebuild @@ -0,0 +1,33 @@ +# 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 +#hackport: flags: -slow + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Reifies arbitrary terms into types that can be reflected back into terms" +HOMEPAGE="http://github.com/ekmett/reflection" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+th" + +RDEPEND=">=dev-haskell/tagged-0.4.4:=[profile?] =dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-slow \ + $(cabal_flag th th) +} diff --git a/dev-haskell/reflection/reflection-1.5.1.ebuild b/dev-haskell/reflection/reflection-1.5.1.ebuild new file mode 100644 index 000000000000..c44a9795e8c5 --- /dev/null +++ b/dev-haskell/reflection/reflection-1.5.1.ebuild @@ -0,0 +1,33 @@ +# 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 +#hackport: flags: -slow + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Reifies arbitrary terms into types that can be reflected back into terms" +HOMEPAGE="http://github.com/ekmett/reflection" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+th" + +RDEPEND=">=dev-haskell/tagged-0.4.4:=[profile?] =dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-slow \ + $(cabal_flag th th) +} diff --git a/dev-haskell/reflection/reflection-1.5.2.1.ebuild b/dev-haskell/reflection/reflection-1.5.2.1.ebuild new file mode 100644 index 000000000000..4fef28b17e3d --- /dev/null +++ b/dev-haskell/reflection/reflection-1.5.2.1.ebuild @@ -0,0 +1,33 @@ +# 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 +#hackport: flags: -slow + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Reifies arbitrary terms into types that can be reflected back into terms" +HOMEPAGE="http://github.com/ekmett/reflection" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+template-haskell" + +RDEPEND=">=dev-haskell/tagged-0.4.4:=[profile?] =dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-slow \ + $(cabal_flag template-haskell template-haskell) +} -- cgit v1.2.3-65-gdbad