Gentoo Archives: gentoo-commits

From: "Alexander Vershilov (qnikst)" <qnikst@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/hashable: hashable-1.2.0.10.ebuild ChangeLog
Date: Mon, 26 Aug 2013 15:08:43
Message-Id: 20130826150832.40FF62004C@flycatcher.gentoo.org
1 qnikst 13/08/26 15:08:32
2
3 Modified: ChangeLog
4 Added: hashable-1.2.0.10.ebuild
5 Log:
6 dev-haskell/hashable: initial layout
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
9
10 Revision Changes Path
11 1.18 dev-haskell/hashable/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashable/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashable/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashable/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hashable/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 3 Aug 2013 07:30:12 -0000 1.17
24 +++ ChangeLog 26 Aug 2013 15:08:32 -0000 1.18
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-haskell/hashable
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/ChangeLog,v 1.17 2013/08/03 07:30:12 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/ChangeLog,v 1.18 2013/08/26 15:08:32 qnikst Exp $
30 +
31 +*hashable-1.2.0.10 (26 Aug 2013)
32 +
33 + 26 Aug 2013; Alexander Vershilov <qnikst@g.o>
34 + +hashable-1.2.0.10.ebuild:
35 + dev-haskell/hashable: initial layout
36
37 03 Aug 2013; Agostino Sarubbo <ago@g.o> hashable-1.1.2.5.ebuild:
38 Stable for sparc, wrt bug #472802
39
40
41
42 1.1 dev-haskell/hashable/hashable-1.2.0.10.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashable/hashable-1.2.0.10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashable/hashable-1.2.0.10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: hashable-1.2.0.10.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/hashable-1.2.0.10.ebuild,v 1.1 2013/08/26 15:08:32 qnikst Exp $
52
53 EAPI=5
54
55 # ebuild generated by hackport 0.3.2.9999
56
57 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
58 inherit haskell-cabal
59
60 DESCRIPTION="A class for types that can be converted to a hash value"
61 HOMEPAGE="http://github.com/tibbe/hashable"
62 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
63
64 LICENSE="BSD"
65 SLOT="0/${PV}"
66 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
67 IUSE=""
68 RESTRICT="test"
69
70 RDEPEND=">=dev-haskell/text-0.11.0.5:=[profile?]
71 >=dev-lang/ghc-6.10.4:="
72 DEPEND="${RDEPEND}
73 >=dev-haskell/cabal-1.8
74 test? ( dev-haskell/hunit
75 >=dev-haskell/quickcheck-2.4.0.1
76 =dev-haskell/random-1.0*
77 >=dev-haskell/test-framework-0.3.3
78 dev-haskell/test-framework-hunit
79 >=dev-haskell/test-framework-quickcheck2-0.2.9
80 )"