summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-04-02 07:01:13 +0000
committerMark Wright <gienah@gentoo.org>2013-04-02 07:01:13 +0000
commite32b26cfef1bbbb2db756fb0082daa66e238e315 (patch)
tree8a477cfbc857d16922ef4ae7c06d9d96e3f82a1d /dev-haskell/hashable
parentUpdate to 1.2.5.0. Also fix downloaded file name to include version number. (diff)
downloadgentoo-2-e32b26cfef1bbbb2db756fb0082daa66e238e315.tar.gz
gentoo-2-e32b26cfef1bbbb2db756fb0082daa66e238e315.tar.bz2
gentoo-2-e32b26cfef1bbbb2db756fb0082daa66e238e315.zip
Bump hashable to 1.2.0.5
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/hashable')
-rw-r--r--dev-haskell/hashable/ChangeLog7
-rw-r--r--dev-haskell/hashable/hashable-1.2.0.5.ebuild36
2 files changed, 42 insertions, 1 deletions
diff --git a/dev-haskell/hashable/ChangeLog b/dev-haskell/hashable/ChangeLog
index 38f47b74d70c..20ab608c5e06 100644
--- a/dev-haskell/hashable/ChangeLog
+++ b/dev-haskell/hashable/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/hashable
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/ChangeLog,v 1.9 2013/01/06 09:19:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/ChangeLog,v 1.10 2013/04/02 07:01:13 gienah Exp $
+
+*hashable-1.2.0.5 (02 Apr 2013)
+
+ 02 Apr 2013; Mark Wright <gienah@gentoo.org> +hashable-1.2.0.5.ebuild:
+ Bump hashable to 1.2.0.5
06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> hashable-1.1.2.5.ebuild:
Add ~sparc, wrt bug #449220
diff --git a/dev-haskell/hashable/hashable-1.2.0.5.ebuild b/dev-haskell/hashable/hashable-1.2.0.5.ebuild
new file mode 100644
index 000000000000..5a8026c5ffd3
--- /dev/null
+++ b/dev-haskell/hashable/hashable-1.2.0.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/hashable-1.2.0.5.ebuild,v 1.1 2013/04/02 07:01:13 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+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=""
+
+RDEPEND=">=dev-haskell/text-0.11.0.5:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ test? ( >=dev-haskell/quickcheck-2.4.0.1
+ =dev-haskell/random-1.0*
+ >=dev-haskell/test-framework-0.3.3
+ >=dev-haskell/test-framework-quickcheck2-0.2.9
+ )
+ >=dev-haskell/cabal-1.8"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ --flag=-sse41 \
+ --flag=-fixed-salt \
+ --flag=-integer-gmp
+}