gienah      14/12/13 14:06:07

  Modified:             ChangeLog
  Added:                hashable-1.2.3.0.ebuild
  Log:
  Bump hashable to 1.2.3.0
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  Changes    Path
1.26                 dev-haskell/hashable/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashable/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashable/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashable/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hashable/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   25 Jul 2014 08:58:11 -0000      1.25
+++ ChangeLog   13 Dec 2014 14:06:07 -0000      1.26
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/hashable
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/ChangeLog,v 1.25 
2014/07/25 08:58:11 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/ChangeLog,v 1.26 
2014/12/13 14:06:07 gienah Exp $
+
+*hashable-1.2.3.0 (13 Dec 2014)
+
+  13 Dec 2014; Mark Wright <[email protected]> +hashable-1.2.3.0.ebuild:
+  Bump hashable to 1.2.3.0
 
   25 Jul 2014; Sergei Trofimovich <[email protected]> metadata.xml:
   Drop redundant '<maintainer>' field, leave only '<herd>'.



1.1                  dev-haskell/hashable/hashable-1.2.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashable/hashable-1.2.3.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashable/hashable-1.2.3.0.ebuild?rev=1.1&content-type=text/plain

Index: hashable-1.2.3.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/hashable/hashable-1.2.3.0.ebuild,v 1.1 
2014/12/13 14:06:07 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.9999
#hackport: flags: sse4_1:sse41 gmp:integer-gmp

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="A class for types that can be converted to a hash value"
HOMEPAGE="http://github.com/tibbe/hashable";
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="+gmp +sse2 sse4_1"

RDEPEND=">=dev-haskell/text-0.11.0.5:=[profile?]
        >=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.8
        test? ( dev-haskell/hunit
                >=dev-haskell/quickcheck-2.4.0.1
                >=dev-haskell/random-1.0 <dev-haskell/random-1.2
                >=dev-haskell/test-framework-0.3.3
                dev-haskell/test-framework-hunit
                >=dev-haskell/test-framework-quickcheck2-0.2.9
                >=dev-haskell/text-0.11.0.5 )
"

src_prepare() {
        cabal_chdeps \
                'random == 1.0.*' 'random >= 1.0 && < 1.2'
}

src_configure() {
        haskell-cabal_src_configure \
                $(cabal_flag gmp integer-gmp) \
                $(cabal_flag sse2 sse2) \
                $(cabal_flag sse4_1 sse41)
}




Reply via email to