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/cryptohash: cryptohash-0.11.2.ebuild ChangeLog
Date: Thu, 27 Feb 2014 20:07:42
Message-Id: 20140227200739.2D30A2004E@flycatcher.gentoo.org
1 qnikst 14/02/27 20:07:39
2
3 Modified: ChangeLog
4 Added: cryptohash-0.11.2.ebuild
5 Log:
6 add new version
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
9
10 Revision Changes Path
11 1.6 dev-haskell/cryptohash/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cryptohash/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cryptohash/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cryptohash/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 11 Dec 2013 05:55:55 -0000 1.5
24 +++ ChangeLog 27 Feb 2014 20:07:39 -0000 1.6
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-haskell/cryptohash
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/ChangeLog,v 1.5 2013/12/11 05:55:55 gienah Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/ChangeLog,v 1.6 2014/02/27 20:07:39 qnikst Exp $
31 +
32 +*cryptohash-0.11.2 (27 Feb 2014)
33 +
34 + 27 Feb 2014; Alexander Vershilov <qnikst@g.o>
35 + +cryptohash-0.11.2.ebuild:
36 + add new version
37
38 *cryptohash-0.11.1 (11 Dec 2013)
39
40
41
42
43 1.1 dev-haskell/cryptohash/cryptohash-0.11.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cryptohash/cryptohash-0.11.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cryptohash/cryptohash-0.11.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: cryptohash-0.11.2.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/cryptohash-0.11.2.ebuild,v 1.1 2014/02/27 20:07:39 qnikst Exp $
53
54 EAPI=5
55
56 # ebuild generated by hackport 0.3.6.9999
57
58 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
59 inherit haskell-cabal
60
61 DESCRIPTION="collection of crypto hashes, fast, pure and practical"
62 HOMEPAGE="http://github.com/vincenthz/hs-cryptohash"
63 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
64
65 LICENSE="BSD"
66 SLOT="0/${PV}"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 RDEPEND="dev-haskell/byteable:=[profile?]
71 >=dev-lang/ghc-6.10.4:=
72 "
73 DEPEND="${RDEPEND}
74 >=dev-haskell/cabal-1.8
75 test? ( dev-haskell/hunit
76 >=dev-haskell/quickcheck-2
77 >=dev-haskell/test-framework-0.3.3
78 dev-haskell/test-framework-hunit
79 >=dev-haskell/test-framework-quickcheck2-0.2.9 )
80 "