summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-08-02 11:36:34 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2015-08-02 11:36:34 +0000
commit116e9b4d7bdf5140eff4bc01d9344951a027a88c (patch)
treeee9b16e419b5b44c9c40b2bc79cfc20840efe795 /dev-haskell/bloomfilter
parentDrop old. (diff)
downloadgentoo-2-116e9b4d7bdf5140eff4bc01d9344951a027a88c.tar.gz
gentoo-2-116e9b4d7bdf5140eff4bc01d9344951a027a88c.tar.bz2
gentoo-2-116e9b4d7bdf5140eff4bc01d9344951a027a88c.zip
Drop old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/bloomfilter')
-rw-r--r--dev-haskell/bloomfilter/ChangeLog7
-rw-r--r--dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r1.ebuild39
-rw-r--r--dev-haskell/bloomfilter/bloomfilter-1.2.6.8.ebuild24
-rw-r--r--dev-haskell/bloomfilter/bloomfilter-2.0.0.0.ebuild35
4 files changed, 6 insertions, 99 deletions
diff --git a/dev-haskell/bloomfilter/ChangeLog b/dev-haskell/bloomfilter/ChangeLog
index 800ee6205efb..25edc951160a 100644
--- a/dev-haskell/bloomfilter/ChangeLog
+++ b/dev-haskell/bloomfilter/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/bloomfilter
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bloomfilter/ChangeLog,v 1.13 2015/08/01 16:15:18 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bloomfilter/ChangeLog,v 1.14 2015/08/02 11:36:34 slyfox Exp $
+
+ 02 Aug 2015; Sergei Trofimovich <slyfox@gentoo.org>
+ -bloomfilter-1.2.6.10-r1.ebuild, -bloomfilter-1.2.6.8.ebuild,
+ -bloomfilter-2.0.0.0.ebuild:
+ Drop old.
*bloomfilter-2.0.1.0 (01 Aug 2015)
diff --git a/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r1.ebuild b/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r1.ebuild
deleted file mode 100644
index 433c873fda2d..000000000000
--- a/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r1.ebuild,v 1.4 2014/07/25 09:16:26 slyfox Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.2.18.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit eutils haskell-cabal
-
-DESCRIPTION="Pure and impure Bloom Filter implementations"
-HOMEPAGE="https://github.com/bos/bloomfilter"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE=""
-
-RDEPEND="dev-haskell/deepseq:=[profile?]
- >=dev-lang/ghc-6.8.2:="
-DEPEND="${RDEPEND}
- test? ( >=dev-haskell/quickcheck-2.4:2
- <dev-haskell/quickcheck-2.7:2
- dev-haskell/random
- dev-haskell/test-framework
- dev-haskell/test-framework-quickcheck2
- )
- >=dev-haskell/cabal-1.8"
-
-src_prepare() {
- cabal_chdeps \
- 'QuickCheck == 2.4.*' 'QuickCheck >= 2.4 && < 2.7'
-
- if has_version ">=dev-haskell/quickcheck-2.5"; then
- epatch "${FILESDIR}/${PN}-1.2.6.10-quickcheck-2.6.patch"
- fi
-}
diff --git a/dev-haskell/bloomfilter/bloomfilter-1.2.6.8.ebuild b/dev-haskell/bloomfilter/bloomfilter-1.2.6.8.ebuild
deleted file mode 100644
index ee2e7861a144..000000000000
--- a/dev-haskell/bloomfilter/bloomfilter-1.2.6.8.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bloomfilter/bloomfilter-1.2.6.8.ebuild,v 1.3 2014/07/25 09:16:26 slyfox Exp $
-
-# ebuild generated by hackport 0.2.17.9999
-
-EAPI=4
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Pure and impure Bloom Filter implementations"
-HOMEPAGE="http://www.serpentine.com/software/bloomfilter"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/deepseq[profile?]
- >=dev-lang/ghc-6.8.2"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/bloomfilter/bloomfilter-2.0.0.0.ebuild b/dev-haskell/bloomfilter/bloomfilter-2.0.0.0.ebuild
deleted file mode 100644
index 2def164a2a3d..000000000000
--- a/dev-haskell/bloomfilter/bloomfilter-2.0.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bloomfilter/bloomfilter-2.0.0.0.ebuild,v 1.2 2015/04/05 05:21:29 gienah Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Pure and impure Bloom Filter implementations"
-HOMEPAGE="https://github.com/bos/bloomfilter"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/quickcheck-2.5
- dev-haskell/random
- dev-haskell/test-framework
- dev-haskell/test-framework-quickcheck2 )
-"
-
-src_prepare() {
- sed -e 's@LANGUAGE @LANGUAGE FlexibleContexts, @' \
- -i "${S}/Data/BloomFilter/Hash.hs" \
- "${S}/Data/BloomFilter/Mutable.hs" || die
-}