gienah 15/04/03 10:41:13 Modified: ChangeLog Added: hashtables-1.2.0.2.ebuild Log: Bump hashtables to 1.2.0.2 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.24 dev-haskell/hashtables/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashtables/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashtables/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashtables/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 30 Jan 2015 18:00:07 -0000 1.23 +++ ChangeLog 3 Apr 2015 10:41:13 -0000 1.24 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/hashtables # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/ChangeLog,v 1.23 2015/01/30 18:00:07 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/ChangeLog,v 1.24 2015/04/03 10:41:13 gienah Exp $ + +*hashtables-1.2.0.2 (03 Apr 2015) + + 03 Apr 2015; Mark Wright <[email protected]> +hashtables-1.2.0.2.ebuild: + Bump hashtables to 1.2.0.2 30 Jan 2015; Michał Górny <[email protected]> hashtables-1.1.2.1.ebuild: Convert to CPU_FLAGS_X86 the old ebuild as well. 1.1 dev-haskell/hashtables/hashtables-1.2.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashtables/hashtables-1.2.0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashtables/hashtables-1.2.0.2.ebuild?rev=1.1&content-type=text/plain Index: hashtables-1.2.0.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/hashtables-1.2.0.2.ebuild,v 1.1 2015/04/03 10:41:13 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.4 #hackport: flags: sse42:cpu_flags_x86_sse4_2 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Mutable hash tables in the ST monad" HOMEPAGE="http://github.com/gregorycollins/hashtables" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="bounds-checking cpu_flags_x86_sse4_2 debug portable +unsafe-tricks" RDEPEND="dev-haskell/primitive:=[profile?] >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.12:=[profile?] >=dev-lang/ghc-7.4.1:= || ( ( >=dev-haskell/hashable-1.1:=[profile?] <dev-haskell/hashable-1.2:=[profile?] ) ( >=dev-haskell/hashable-1.2.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?] ) ) " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 " src_configure() { haskell-cabal_src_configure \ $(cabal_flag bounds-checking bounds-checking) \ $(cabal_flag debug debug) \ $(cabal_flag portable portable) \ $(cabal_flag cpu_flags_x86_sse4_2 sse42) \ $(cabal_flag unsafe-tricks unsafe-tricks) }
