summaryrefslogtreecommitdiff
path: root/dev-haskell/stringsearch
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/stringsearch
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
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/stringsearch')
-rw-r--r--dev-haskell/stringsearch/Manifest3
-rw-r--r--dev-haskell/stringsearch/metadata.xml18
-rw-r--r--dev-haskell/stringsearch/stringsearch-0.3.6.4.ebuild23
-rw-r--r--dev-haskell/stringsearch/stringsearch-0.3.6.5.ebuild25
-rw-r--r--dev-haskell/stringsearch/stringsearch-0.3.6.6.ebuild32
5 files changed, 101 insertions, 0 deletions
diff --git a/dev-haskell/stringsearch/Manifest b/dev-haskell/stringsearch/Manifest
new file mode 100644
index 00000000000..616e50652f5
--- /dev/null
+++ b/dev-haskell/stringsearch/Manifest
@@ -0,0 +1,3 @@
+DIST stringsearch-0.3.6.4.tar.gz 40116 SHA256 2ba4faa9759037c622091625d1d6b04d4401472d79f023631d6f8d8e2ce8e099 SHA512 9b1c63b87583d62ea602fb8318577c1773fa967cb8382330cbc6d22fcd93cae22f87028557fc4b9e4d9b69efd8ba490a9d47529311a8db84dd4e316085437179 WHIRLPOOL 7d3942d57ce8fcf915d1d2723bcfce44c12bcaace812bee8c02feab9cc80897eaf096bf49006cfbb096c94db32ac8eeff597ceacbe44b247462bf116775ef37b
+DIST stringsearch-0.3.6.5.tar.gz 38994 SHA256 58d3409a551f71ccc55ded74be3f6f43b23614d74e12bc71d97d3a9271585bd6 SHA512 73f41f09d589f737e79b22d62c034bb9ebb5145ba0179fd4a9885c345ff8bf296e3d2f624a888aa8cd481d3f3c90c7b8a8380e345b8e710bcc83a2c3f821cd27 WHIRLPOOL cf5885cf4f18414b33ace45ce6dc65784bd04befc34c9e7c69dca58f6b315470d82bd572ec2a2039c0ba5fca1eac4a1047ed0342287600941c7c2a33f9a11dc1
+DIST stringsearch-0.3.6.6.tar.gz 39679 SHA256 295f1971920bc52263d8275d7054ad223a7e1aefe75533f9887735c9644ffe4a SHA512 a642934981318b399a7fcfbf0134d5d02d8d072591bcfed7abc57bf6474b86d6c7bc6cf11f44ace6db579a0297877850fd9049be69b61f4f9964cd72455b14e0 WHIRLPOOL 67e0c928e85392dbfc4ffd6c21281797de927c01290da65324550fd179fc2c97c543979fdcbdc62ad09f25188238cd93d53edadfd06f3a81e018eebdafe45a36
diff --git a/dev-haskell/stringsearch/metadata.xml b/dev-haskell/stringsearch/metadata.xml
new file mode 100644
index 00000000000..293df3faa24
--- /dev/null
+++ b/dev-haskell/stringsearch/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ This package provides several functions to quickly
+ search for substrings in strict or lazy ByteStrings.
+ It also provides functions for breaking or splitting
+ on substrings and replacing all occurrences of a
+ substring (the first in case of overlaps) with another.
+ GHC before 6.10 are no longer supported, other compilers
+ only if they support BangPatterns. If you need it to
+ work with other compilers, send a feature request.
+ </longdescription>
+ <upstream>
+ <remote-id type="bitbucket">dafis/stringsearch</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-haskell/stringsearch/stringsearch-0.3.6.4.ebuild b/dev-haskell/stringsearch/stringsearch-0.3.6.4.ebuild
new file mode 100644
index 00000000000..bb44c406963
--- /dev/null
+++ b/dev-haskell/stringsearch/stringsearch-0.3.6.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+# ebuild generated by hackport 0.2.18.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Fast searching, splitting and replacing of ByteStrings"
+HOMEPAGE="https://bitbucket.org/dafis/stringsearch"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.8.2"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/stringsearch/stringsearch-0.3.6.5.ebuild b/dev-haskell/stringsearch/stringsearch-0.3.6.5.ebuild
new file mode 100644
index 00000000000..f556a16d15a
--- /dev/null
+++ b/dev-haskell/stringsearch/stringsearch-0.3.6.5.ebuild
@@ -0,0 +1,25 @@
+# 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.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Fast searching, splitting and replacing of ByteStrings"
+HOMEPAGE="https://bitbucket.org/dafis/stringsearch"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+"
diff --git a/dev-haskell/stringsearch/stringsearch-0.3.6.6.ebuild b/dev-haskell/stringsearch/stringsearch-0.3.6.6.ebuild
new file mode 100644
index 00000000000..3c4812285ae
--- /dev/null
+++ b/dev-haskell/stringsearch/stringsearch-0.3.6.6.ebuild
@@ -0,0 +1,32 @@
+# 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: -base3,+base4
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Fast searching, splitting and replacing of ByteStrings"
+HOMEPAGE="https://bitbucket.org/dafis/stringsearch"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ --flag=-base3 \
+ --flag=base4
+}