From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 64BA41389F5 for ; Sat, 4 Apr 2015 12:18:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ED78E0788; Sat, 4 Apr 2015 12:18:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44AFBE0788 for ; Sat, 4 Apr 2015 12:18:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 263D7340912 for ; Sat, 4 Apr 2015 12:18:10 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2311) id B689415310; Sat, 4 Apr 2015 12:18:08 +0000 (UTC) From: "Mark Wright (gienah)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, gienah@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/stringsearch: stringsearch-0.3.6.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: stringsearch-0.3.6.6.ebuild ChangeLog X-VCS-Directories: dev-haskell/stringsearch X-VCS-Committer: gienah X-VCS-Committer-Name: Mark Wright Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150404121808.B689415310@oystercatcher.gentoo.org> Date: Sat, 4 Apr 2015 12:18:08 +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-Archives-Salt: 05e03eed-4761-473a-a0ef-e8fb199ba924 X-Archives-Hash: 553f33af389e522c8dd8fac8c9794393 gienah 15/04/04 12:18:08 Modified: ChangeLog Added: stringsearch-0.3.6.6.ebuild Log: Bump stringsearch to 0.3.6.6 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F) Revision Changes Path 1.6 dev-haskell/stringsearch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/stringsearch/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/stringsearch/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/stringsearch/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/stringsearch/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 26 Jan 2015 09:55:08 -0000 1.5 +++ ChangeLog 4 Apr 2015 12:18:08 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/stringsearch # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stringsearch/ChangeLog,v 1.5 2015/01/26 09:55:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stringsearch/ChangeLog,v 1.6 2015/04/04 12:18:08 gienah Exp $ + +*stringsearch-0.3.6.6 (04 Apr 2015) + + 04 Apr 2015; Mark Wright +stringsearch-0.3.6.6.ebuild: + Bump stringsearch to 0.3.6.6 26 Jan 2015; Agostino Sarubbo stringsearch-0.3.6.5.ebuild: Stable for x86, wrt bug #535016 1.1 dev-haskell/stringsearch/stringsearch-0.3.6.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/stringsearch/stringsearch-0.3.6.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/stringsearch/stringsearch-0.3.6.6.ebuild?rev=1.1&content-type=text/plain Index: stringsearch-0.3.6.6.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/stringsearch/stringsearch-0.3.6.6.ebuild,v 1.1 2015/04/04 12:18:08 gienah Exp $ 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 }