Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@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.3.ebuild ChangeLog
Date: Wed, 02 Jul 2014 04:13:58
Message-Id: 20140702041354.E9DCA2004E@flycatcher.gentoo.org
1 gienah 14/07/02 04:13:54
2
3 Modified: metadata.xml ChangeLog
4 Added: crypto-conduit-0.5.3.ebuild
5 Log:
6 Bump crypto-conduit to 0.5.3
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 618E971F)
9
10 Revision Changes Path
11 1.2 dev-haskell/crypto-conduit/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 26 Aug 2013 12:25:02 -0000 1.1
24 +++ metadata.xml 2 Jul 2014 04:13:54 -0000 1.2
25 @@ -10,4 +10,7 @@
26 cryptographic package that supports the @crypto-api@ package
27 using conduits from the @conduit@ package.
28 </longdescription>
29 +<use>
30 + <flag name='conduit11'>Use conduit >= 1.1.</flag>
31 +</use>
32 </pkgmetadata>
33
34
35
36 1.4 dev-haskell/crypto-conduit/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/ChangeLog?rev=1.4&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/ChangeLog?rev=1.4&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/ChangeLog?r1=1.3&r2=1.4
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/ChangeLog,v
45 retrieving revision 1.3
46 retrieving revision 1.4
47 diff -u -r1.3 -r1.4
48 --- ChangeLog 9 Mar 2014 12:37:26 -0000 1.3
49 +++ ChangeLog 2 Jul 2014 04:13:54 -0000 1.4
50 @@ -1,6 +1,12 @@
51 # ChangeLog for dev-haskell/crypto-conduit
52 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/ChangeLog,v 1.3 2014/03/09 12:37:26 gienah Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/ChangeLog,v 1.4 2014/07/02 04:13:54 gienah Exp $
55 +
56 +*crypto-conduit-0.5.3 (02 Jul 2014)
57 +
58 + 02 Jul 2014; Mark Wright <gienah@g.o> +crypto-conduit-0.5.3.ebuild,
59 + metadata.xml:
60 + Bump crypto-conduit to 0.5.3
61
62 *crypto-conduit-0.5.2.2 (09 Mar 2014)
63
64
65
66
67 1.1 dev-haskell/crypto-conduit/crypto-conduit-0.5.3.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/crypto-conduit-0.5.3.ebuild?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/crypto-conduit-0.5.3.ebuild?rev=1.1&content-type=text/plain
71
72 Index: crypto-conduit-0.5.3.ebuild
73 ===================================================================
74 # Copyright 1999-2014 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/crypto-conduit-0.5.3.ebuild,v 1.1 2014/07/02 04:13:54 gienah Exp $
77
78 EAPI=5
79
80 # ebuild generated by hackport 0.3.6.9999
81 #hackport: flags: -old-crypto-api
82
83 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
84 inherit haskell-cabal
85
86 DESCRIPTION="Conduit interface for cryptographic operations (from crypto-api)."
87 HOMEPAGE="https://github.com/meteficha/crypto-conduit"
88 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
89
90 LICENSE="BSD"
91 SLOT="0/${PV}"
92 KEYWORDS="~amd64 ~x86"
93 IUSE="+conduit11"
94
95 RDEPEND=">=dev-haskell/cereal-0.3:=[profile?] <dev-haskell/cereal-0.5:=[profile?]
96 >=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.2:=[profile?]
97 >=dev-haskell/crypto-api-0.9:=[profile?] <dev-haskell/crypto-api-0.14:=[profile?]
98 dev-haskell/resourcet:=[profile?]
99 >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
100 >=dev-lang/ghc-6.10.4:=
101 conduit11? ( >=dev-haskell/conduit-extra-1.1:=[profile?] )
102 "
103 DEPEND="${RDEPEND}
104 >=dev-haskell/cabal-1.8
105 test? ( >=dev-haskell/cryptocipher-0.4
106 >=dev-haskell/cryptohash-cryptoapi-0.1
107 >=dev-haskell/hspec-1.3
108 >=dev-haskell/skein-0.1 )
109 "
110
111 src_prepare() {
112 cabal_chdeps \
113 'transformers >= 0.2 && < 0.4' 'transformers >= 0.2 && < 0.5'
114 }
115
116 src_configure() {
117 haskell-cabal_src_configure \
118 $(cabal_flag conduit11 conduit11) \
119 --flag=-old-crypto-api
120 }