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/crypto-pubkey: crypto-pubkey-0.2.8.ebuild ChangeLog crypto-pubkey-0.2.4.ebuild crypto-pubkey-0.2.6.ebuild crypto-pubkey-0.2.5.ebuild crypto-pubkey-0.1.4.ebuild crypto-pubkey-0.2.3.ebuild
Date: Sat, 31 Jan 2015 20:32:08
Message-Id: 20150131203129.32B86E482@oystercatcher.gentoo.org
1 qnikst 15/01/31 20:31:29
2
3 Modified: ChangeLog
4 Added: crypto-pubkey-0.2.8.ebuild
5 Removed: crypto-pubkey-0.2.4.ebuild
6 crypto-pubkey-0.2.6.ebuild
7 crypto-pubkey-0.2.5.ebuild
8 crypto-pubkey-0.1.4.ebuild
9 crypto-pubkey-0.2.3.ebuild
10 Log:
11 dev-haskell/crypto-pubkey: add new, drop old
12
13 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 76512BBA09DD3D53)
14
15 Revision Changes Path
16 1.11 dev-haskell/crypto-pubkey/ChangeLog
17
18 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-pubkey/ChangeLog?rev=1.11&view=markup
19 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-pubkey/ChangeLog?rev=1.11&content-type=text/plain
20 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-pubkey/ChangeLog?r1=1.10&r2=1.11
21
22 Index: ChangeLog
23 ===================================================================
24 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/crypto-pubkey/ChangeLog,v
25 retrieving revision 1.10
26 retrieving revision 1.11
27 diff -u -r1.10 -r1.11
28 --- ChangeLog 24 Dec 2014 03:32:13 -0000 1.10
29 +++ ChangeLog 31 Jan 2015 20:31:29 -0000 1.11
30 @@ -1,6 +1,14 @@
31 # ChangeLog for dev-haskell/crypto-pubkey
32 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
33 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-pubkey/ChangeLog,v 1.10 2014/12/24 03:32:13 gienah Exp $
34 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
35 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-pubkey/ChangeLog,v 1.11 2015/01/31 20:31:29 qnikst Exp $
36 +
37 +*crypto-pubkey-0.2.8 (31 Jan 2015)
38 +
39 + 31 Jan 2015; Alexander Vershilov <qnikst@g.o>
40 + +crypto-pubkey-0.2.8.ebuild, -crypto-pubkey-0.1.4.ebuild,
41 + -crypto-pubkey-0.2.3.ebuild, -crypto-pubkey-0.2.4.ebuild,
42 + -crypto-pubkey-0.2.5.ebuild, -crypto-pubkey-0.2.6.ebuild:
43 + dev-haskell/crypto-pubkey: add new, drop old
44
45 *crypto-pubkey-0.2.6 (24 Dec 2014)
46
47
48
49
50 1.1 dev-haskell/crypto-pubkey/crypto-pubkey-0.2.8.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.8.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.8.ebuild?rev=1.1&content-type=text/plain
54
55 Index: crypto-pubkey-0.2.8.ebuild
56 ===================================================================
57 # Copyright 1999-2015 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.8.ebuild,v 1.1 2015/01/31 20:31:29 qnikst Exp $
60
61 EAPI=5
62
63 # ebuild generated by hackport 0.4.4.9999
64
65 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
66 inherit haskell-cabal
67
68 DESCRIPTION="Public Key cryptography"
69 HOMEPAGE="https://github.com/vincenthz/hs-crypto-pubkey"
70 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
71
72 LICENSE="BSD"
73 SLOT="0/${PV}"
74 KEYWORDS="~amd64 ~x86"
75 IUSE=""
76
77 RESTRICT=test # missing files
78
79 RDEPEND="dev-haskell/byteable:=[profile?]
80 >=dev-haskell/crypto-numbers-0.2.2:=[profile?]
81 >=dev-haskell/crypto-pubkey-types-0.4.1:=[profile?] <dev-haskell/crypto-pubkey-types-0.5:=[profile?]
82 >=dev-haskell/crypto-random-0.0:=[profile?] <dev-haskell/crypto-random-0.1:=[profile?]
83 >=dev-haskell/cryptohash-0.9.1:=[profile?]
84 >=dev-lang/ghc-7.4.1:=
85 "
86 DEPEND="${RDEPEND}
87 >=dev-haskell/cabal-1.8
88 test? ( dev-haskell/tasty
89 dev-haskell/tasty-hunit
90 dev-haskell/tasty-kat
91 dev-haskell/tasty-quickcheck )
92 "