From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A7B31138334 for ; Sat, 14 Dec 2019 14:06:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 195CBE08CE; Sat, 14 Dec 2019 14:06:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1743E08EC for ; Sat, 14 Dec 2019 14:06:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5F3834D888 for ; Sat, 14 Dec 2019 14:06:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5775906 for ; Sat, 14 Dec 2019 14:05:59 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1576332339.2640c9ab6774e5f620b331adfd48b569f9f38579.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/stringsearch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/stringsearch/stringsearch-0.3.6.6-r1.ebuild X-VCS-Directories: dev-haskell/stringsearch/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2640c9ab6774e5f620b331adfd48b569f9f38579 X-VCS-Branch: master Date: Sat, 14 Dec 2019 14:05:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8fccab74-318b-4d94-82c5-1866c006baf9 X-Archives-Hash: d68a7befa98c5e13acbc029b575dfda4 commit: 2640c9ab6774e5f620b331adfd48b569f9f38579 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Dec 14 13:26:43 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Dec 14 14:05:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2640c9ab dev-haskell/stringsearch: bump up to 0.3.6.6-r1 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich gentoo.org> .../stringsearch/stringsearch-0.3.6.6-r1.ebuild | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/dev-haskell/stringsearch/stringsearch-0.3.6.6-r1.ebuild b/dev-haskell/stringsearch/stringsearch-0.3.6.6-r1.ebuild new file mode 100644 index 00000000000..54844c0941c --- /dev/null +++ b/dev-haskell/stringsearch/stringsearch-0.3.6.6-r1.ebuild @@ -0,0 +1,38 @@ +# 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 +}