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-conduit: metadata.xml crypto-conduit-0.5.2.ebuild ChangeLog
Date: Mon, 26 Aug 2013 12:25:06
Message-Id: 20130826122502.609852004C@flycatcher.gentoo.org
1 qnikst 13/08/26 12:25:02
2
3 Added: metadata.xml crypto-conduit-0.5.2.ebuild ChangeLog
4 Log:
5 dev-haskell/crypto-conduit: initial layout
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
8
9 Revision Changes Path
10 1.1 dev-haskell/crypto-conduit/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>haskell</herd>
21 <maintainer>
22 <email>haskell@g.o</email>
23 </maintainer>
24 <longdescription>
25 This package contains everything that you need to use a
26 cryptographic package that supports the @crypto-api@ package
27 using conduits from the @conduit@ package.
28 </longdescription>
29 </pkgmetadata>
30
31
32
33 1.1 dev-haskell/crypto-conduit/crypto-conduit-0.5.2.ebuild
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/crypto-conduit-0.5.2.ebuild?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/crypto-conduit-0.5.2.ebuild?rev=1.1&content-type=text/plain
37
38 Index: crypto-conduit-0.5.2.ebuild
39 ===================================================================
40 # Copyright 1999-2013 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/crypto-conduit-0.5.2.ebuild,v 1.1 2013/08/26 12:25:02 qnikst Exp $
43
44 EAPI=5
45
46 # ebuild generated by hackport 0.3.2.9999
47
48 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
49 inherit haskell-cabal
50
51 DESCRIPTION="Conduit interface for cryptographic operations (from crypto-api)."
52 HOMEPAGE="https://github.com/meteficha/crypto-conduit"
53 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
54
55 LICENSE="BSD"
56 SLOT="0/${PV}"
57 KEYWORDS="~amd64 ~x86"
58 IUSE=""
59
60 RDEPEND="=dev-haskell/cereal-0.3*:=[profile?]
61 =dev-haskell/conduit-1.0*:=[profile?]
62 >=dev-haskell/transformers-0.2:=[profile?]
63 <dev-haskell/transformers-0.4:=[profile?]
64 >=dev-lang/ghc-6.10.4:=
65 <dev-haskell/crypto-api-0.13:=[profile?]
66 >=dev-haskell/crypto-api-0.9:=[profile?]
67 "
68 DEPEND="${RDEPEND}
69 >=dev-haskell/cabal-1.8
70 test? ( >=dev-haskell/cryptocipher-0.4
71 >=dev-haskell/cryptohash-cryptoapi-0.1
72 >=dev-haskell/hspec-1.3
73 >=dev-haskell/skein-0.1
74 )"
75
76 # fails to build
77 # Not in scope: `CM.incIV'
78 # Perhaps you meant `C.incIV' (imported from Crypto.Classes)
79 RESTRICT=test
80 CABAL_EXTRA_CONFIGURE_FLAGS+=" --disable-tests"
81
82
83
84 1.1 dev-haskell/crypto-conduit/ChangeLog
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/ChangeLog?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/ChangeLog?rev=1.1&content-type=text/plain
88
89 Index: ChangeLog
90 ===================================================================
91 # ChangeLog for dev-haskell/crypto-conduit
92 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
93 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/ChangeLog,v 1.1 2013/08/26 12:25:02 qnikst Exp $
94
95 *crypto-conduit-0.5.2 (26 Aug 2013)
96
97 26 Aug 2013; Alexander Vershilov <qnikst@g.o>
98 +crypto-conduit-0.5.2.ebuild, +metadata.xml:
99 dev-haskell/crypto-conduit: initial layout