gienah      14/12/14 10:52:01

  Modified:             ChangeLog
  Added:                crypto-conduit-0.5.5.ebuild
  Log:
  Bump crypto-conduit to 0.5.5
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  Changes    Path
1.7                  dev-haskell/crypto-conduit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   25 Jul 2014 09:16:13 -0000      1.6
+++ ChangeLog   14 Dec 2014 10:52:01 -0000      1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/crypto-conduit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/ChangeLog,v 1.6 
2014/07/25 09:16:13 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/ChangeLog,v 1.7 
2014/12/14 10:52:01 gienah Exp $
+
+*crypto-conduit-0.5.5 (14 Dec 2014)
+
+  14 Dec 2014; Mark Wright <gie...@gentoo.org> +crypto-conduit-0.5.5.ebuild:
+  Bump crypto-conduit to 0.5.5
 
   25 Jul 2014; Sergei Trofimovich <sly...@gentoo.org>
   crypto-conduit-0.5.2.1.ebuild, crypto-conduit-0.5.2.2.ebuild,



1.1                  dev-haskell/crypto-conduit/crypto-conduit-0.5.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/crypto-conduit-0.5.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/crypto-conduit/crypto-conduit-0.5.5.ebuild?rev=1.1&content-type=text/plain

Index: crypto-conduit-0.5.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/crypto-conduit-0.5.5.ebuild,v
 1.1 2014/12/14 10:52:01 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.9999
#hackport: flags: -old-crypto-api

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="Conduit interface for cryptographic operations (from crypto-api)"
HOMEPAGE="https://github.com/prowdsponsor/crypto-conduit";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+conduit11"

RDEPEND=">=dev-haskell/cereal-0.3:=[profile?] 
<dev-haskell/cereal-0.5:=[profile?]
        >=dev-haskell/conduit-1.0:=[profile?] 
<dev-haskell/conduit-1.3:=[profile?]
        >=dev-haskell/crypto-api-0.9:=[profile?] 
<dev-haskell/crypto-api-0.14:=[profile?]
        dev-haskell/resourcet:=[profile?]
        >=dev-haskell/transformers-0.2:=[profile?] 
<dev-haskell/transformers-0.5:=[profile?]
        >=dev-lang/ghc-7.4.1:=
        conduit11? ( >=dev-haskell/conduit-extra-1.1:=[profile?] )
"
DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.8
        test? ( >=dev-haskell/crypto-api-0.13
                >=dev-haskell/cryptocipher-0.4
                >=dev-haskell/cryptohash-cryptoapi-0.1
                >=dev-haskell/hspec-1.3
                >=dev-haskell/skein-0.1 )
"

src_configure() {
        haskell-cabal_src_configure \
                $(cabal_flag conduit11 conduit11) \
                --flag=-old-crypto-api
}




Reply via email to