summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/stringsearch')
-rw-r--r--dev-haskell/stringsearch/Manifest2
-rw-r--r--dev-haskell/stringsearch/metadata.xml21
-rw-r--r--dev-haskell/stringsearch/stringsearch-0.3.6.5.ebuild24
-rw-r--r--dev-haskell/stringsearch/stringsearch-0.3.6.6-r1.ebuild38
-rw-r--r--dev-haskell/stringsearch/stringsearch-0.3.6.6.ebuild31
5 files changed, 0 insertions, 116 deletions
diff --git a/dev-haskell/stringsearch/Manifest b/dev-haskell/stringsearch/Manifest
deleted file mode 100644
index 9183882e2ee7..000000000000
--- a/dev-haskell/stringsearch/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST stringsearch-0.3.6.5.tar.gz 38994 BLAKE2B 3e20c83315f2bbff08f4117e4741e30e1f196a6329813be68f48fc0a990733bfeb852294843d210f1d50daeacf2351a76f959fd7a78053bcca0db966f76b7107 SHA512 73f41f09d589f737e79b22d62c034bb9ebb5145ba0179fd4a9885c345ff8bf296e3d2f624a888aa8cd481d3f3c90c7b8a8380e345b8e710bcc83a2c3f821cd27
-DIST stringsearch-0.3.6.6.tar.gz 39679 BLAKE2B 78302abf1f7eba7c3eff4452b0f0187b43954001d7be868ad952e6fb58b80d84b5e08b369a9721e06708d0b7fca49ee39dc2cca3a31ccf151f0ce8a5a86bd905 SHA512 a642934981318b399a7fcfbf0134d5d02d8d072591bcfed7abc57bf6474b86d6c7bc6cf11f44ace6db579a0297877850fd9049be69b61f4f9964cd72455b14e0
diff --git a/dev-haskell/stringsearch/metadata.xml b/dev-haskell/stringsearch/metadata.xml
deleted file mode 100644
index 4ee3843e445d..000000000000
--- a/dev-haskell/stringsearch/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <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.5.ebuild b/dev-haskell/stringsearch/stringsearch-0.3.6.5.ebuild
deleted file mode 100644
index 851e2b936708..000000000000
--- a/dev-haskell/stringsearch/stringsearch-0.3.6.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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="https://hackage.haskell.org/package/${P}/${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-r1.ebuild b/dev-haskell/stringsearch/stringsearch-0.3.6.6-r1.ebuild
deleted file mode 100644
index 54844c0941cb..000000000000
--- a/dev-haskell/stringsearch/stringsearch-0.3.6.6-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# 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="https://hackage.haskell.org/package/${P}/${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_prepare() {
- default
-
- cabal_chdeps \
- 'containers >= 0.3 && < 0.6' 'containers >= 0.3'
-}
-
-src_configure() {
- haskell-cabal_src_configure \
- --flag=-base3 \
- --flag=base4
-}
diff --git a/dev-haskell/stringsearch/stringsearch-0.3.6.6.ebuild b/dev-haskell/stringsearch/stringsearch-0.3.6.6.ebuild
deleted file mode 100644
index cafc7fcc16eb..000000000000
--- a/dev-haskell/stringsearch/stringsearch-0.3.6.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-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
-}