diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/text | |
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/text')
-rw-r--r-- | dev-haskell/text/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/text/metadata.xml | 40 | ||||
-rw-r--r-- | dev-haskell/text/text-0.11.3.1.ebuild | 35 | ||||
-rw-r--r-- | dev-haskell/text/text-1.1.1.3.ebuild | 37 | ||||
-rw-r--r-- | dev-haskell/text/text-1.2.1.3.ebuild | 38 |
5 files changed, 153 insertions, 0 deletions
diff --git a/dev-haskell/text/Manifest b/dev-haskell/text/Manifest new file mode 100644 index 000000000000..c7f6c7d2ba81 --- /dev/null +++ b/dev-haskell/text/Manifest @@ -0,0 +1,3 @@ +DIST text-0.11.3.1.tar.gz 126477 SHA256 76aad4a647cad7099b5a693eb9a4bc5263f7751392d8d1f87b14c78e2069559f SHA512 78e9b795ebcb4e43be42b34c3f5829e0f5030d93cb6dad59ca2eb4c7df3a5e338f65dc9f90da7b752cf2b1c15e8d973a25293a6418a4abed6e0ddac9222fb3e6 WHIRLPOOL 44621a22c5afdd93e95670dc45e1c8496a743aa7c97d5d7466b89a0170fe5425a34b7ebcd11f26bba4d2c27477f7256d20b1daf7ed60c5a5e5b53fc9236d3912 +DIST text-1.1.1.3.tar.gz 138063 SHA256 0c7c94ee281deba5f58aa2a63c0f7a624227a570b5d5b49c807f2d9b08793ffb SHA512 bfa5301827c72cbb3346fdb485e10094326a7cac71e01bba700ca0344bd4069c5b16c590dd7c38ee85969be06a2d3fcd760b34ff6f98eef176e7e8c325739490 WHIRLPOOL 6a9ebc05cf16d33568f43847be1b67c779eb9fa6c2c2139c5a6e905cc7351a269f14aca819303c60fb3461b306211c7024ef4f5ad3a07bede03536bd8e40a8b0 +DIST text-1.2.1.3.tar.gz 145946 SHA256 98364c94f259ec95e380e44bde90b37708ec6f0d45eb9efe821ab67959e9f83f SHA512 2428db4122c7b0989661bc42870e18068315ec7a0a4a2a051749a4c9b18cff1781d83aac064b73b032f44862c3f8fd849f96d2257df87401d1be6c109f84614d WHIRLPOOL b26cf8679e9e13217a549d86fbd780b5fcd49bfff2b75fc7cd39231117a2c23b14cce3f37dc61447c4bb517a878de872e5e25f501a9634b2688eff0fb7f431f5 diff --git a/dev-haskell/text/metadata.xml b/dev-haskell/text/metadata.xml new file mode 100644 index 000000000000..639b8acc5c83 --- /dev/null +++ b/dev-haskell/text/metadata.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + + An efficient packed, immutable Unicode text type (both strict and + lazy), with a powerful loop fusion optimization framework. + + The 'Text' type represents Unicode character strings, in a time and + space-efficient manner. This package provides text processing + capabilities that are optimized for performance critical use, both + in terms of large data quantities and high speed. + + The 'Text' type provides character-encoding, type-safe case + conversion via whole-string case conversion functions. It also + provides a range of functions for converting 'Text' values to and from + 'ByteStrings', using several standard encodings. + + Efficient locale-sensitive support for text IO is also supported. + + These modules are intended to be imported qualified, to avoid name + clashes with Prelude functions, e.g. + + > import qualified Data.Text as T + + To use an extended and very rich family of functions for working + with Unicode text (including normalization, regular expressions, + non-standard encodings, text breaking, and locales), see + the @text-icu@ package: + <http://hackage.haskell.org/package/text-icu> + + </longdescription> + <use> + <flag name="developer">operate in developer mode</flag> + </use> + <upstream> + <remote-id type="github">bos/text</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-haskell/text/text-0.11.3.1.ebuild b/dev-haskell/text/text-0.11.3.1.ebuild new file mode 100644 index 000000000000..7ffa1f487f05 --- /dev/null +++ b/dev-haskell/text/text-0.11.3.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 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 test-suite" +inherit haskell-cabal + +DESCRIPTION="An efficient packed Unicode text type" +HOMEPAGE="https://github.com/bos/text" +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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="developer" + +RDEPEND=">=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hunit-1.2 + >=dev-haskell/quickcheck-2.4 + dev-haskell/random + >=dev-haskell/test-framework-0.4 + >=dev-haskell/test-framework-hunit-0.2 + >=dev-haskell/test-framework-quickcheck2-0.2 + )" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag developer developer) +} diff --git a/dev-haskell/text/text-1.1.1.3.ebuild b/dev-haskell/text/text-1.1.1.3.ebuild new file mode 100644 index 000000000000..9f1e558bb173 --- /dev/null +++ b/dev-haskell/text/text-1.1.1.3.ebuild @@ -0,0 +1,37 @@ +# 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.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="An efficient packed Unicode text type" +HOMEPAGE="https://github.com/bos/text" +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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="developer" +RESTRICT="test" # quickcheck-2.7 is missing keywords due to new tf-random dep + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" +# test? ( >=dev-haskell/hunit-1.2 +# >=dev-haskell/quickcheck-2.7 +# dev-haskell/random +# >=dev-haskell/test-framework-0.4 +# >=dev-haskell/test-framework-hunit-0.2 +# >=dev-haskell/test-framework-quickcheck2-0.2 ) + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag developer developer) +} diff --git a/dev-haskell/text/text-1.2.1.3.ebuild b/dev-haskell/text/text-1.2.1.3.ebuild new file mode 100644 index 000000000000..287dd53167d8 --- /dev/null +++ b/dev-haskell/text/text-1.2.1.3.ebuild @@ -0,0 +1,38 @@ +# 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 test-suite" +inherit haskell-cabal + +DESCRIPTION="An efficient packed Unicode text type" +HOMEPAGE="https://github.com/bos/text" +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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="developer" + +RDEPEND="dev-haskell/binary:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hunit-1.2 + >=dev-haskell/quickcheck-2.7 + dev-haskell/quickcheck-unicode + dev-haskell/random + >=dev-haskell/test-framework-0.4 + >=dev-haskell/test-framework-hunit-0.2 + >=dev-haskell/test-framework-quickcheck2-0.2 ) +" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag developer developer) +} |