slyfox      15/07/26 14:04:26

  Modified:             ChangeLog
  Added:                cipher-aes-0.2.11.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  Changes    Path
1.16                 dev-haskell/cipher-aes/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cipher-aes/ChangeLog?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cipher-aes/ChangeLog?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cipher-aes/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   6 Jun 2015 10:37:40 -0000       1.15
+++ ChangeLog   26 Jul 2015 14:04:26 -0000      1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/cipher-aes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/ChangeLog,v 1.15 
2015/06/06 10:37:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/ChangeLog,v 1.16 
2015/07/26 14:04:26 slyfox Exp $
+
+*cipher-aes-0.2.11 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich <[email protected]> 
+cipher-aes-0.2.11.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add github to remote-id in metadata.xml



1.1                  dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild

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

Index: cipher-aes-0.2.11.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild,v 1.1 
2015/07/26 14:04:26 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.9999
#hackport: flags: support_aesni:cpu_flags_x86_aes

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

DESCRIPTION="Fast AES cipher implementation with advanced mode of operations"
HOMEPAGE="https://github.com/vincenthz/hs-cipher-aes";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND="dev-haskell/byteable:=[profile?]
        >=dev-haskell/crypto-cipher-types-0.0.6:=[profile?] 
<dev-haskell/crypto-cipher-types-0.1:=[profile?]
        >=dev-haskell/securemem-0.1.2:=[profile?]
        >=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.8
        test? ( >=dev-haskell/crypto-cipher-tests-0.0.8
                >=dev-haskell/quickcheck-2
                >=dev-haskell/test-framework-0.3.3
                >=dev-haskell/test-framework-quickcheck2-0.2.9 )
"

src_configure() {
        local want_aes="-"

        use cpu_flags_x86_aes && \
                use cpu_flags_x86_ssse3 && \
                        want_aes=""

        haskell-cabal_src_configure \
                --flag=${want_aes}support_aesni
}




Reply via email to