summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-12-11 05:54:51 +0000
committerMark Wright <gienah@gentoo.org>2013-12-11 05:54:51 +0000
commitdc9e9d2fed950bcfd8f790c4d095402f80b389d3 (patch)
treead77fbd99b6628ab374f7461109e4c89146310cf
parentBump crypto-pubkey-types to 0.4.1 (diff)
downloadgentoo-2-dc9e9d2fed950bcfd8f790c4d095402f80b389d3.tar.gz
gentoo-2-dc9e9d2fed950bcfd8f790c4d095402f80b389d3.tar.bz2
gentoo-2-dc9e9d2fed950bcfd8f790c4d095402f80b389d3.zip
Bump cryptocipher to 0.6.2
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
-rw-r--r--dev-haskell/cryptocipher/ChangeLog7
-rw-r--r--dev-haskell/cryptocipher/cryptocipher-0.6.2.ebuild31
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-haskell/cryptocipher/ChangeLog b/dev-haskell/cryptocipher/ChangeLog
index e2ee567f2aa3..3cef98ff73d4 100644
--- a/dev-haskell/cryptocipher/ChangeLog
+++ b/dev-haskell/cryptocipher/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/cryptocipher
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptocipher/ChangeLog,v 1.2 2013/09/13 06:07:07 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptocipher/ChangeLog,v 1.3 2013/12/11 05:54:51 gienah Exp $
+
+*cryptocipher-0.6.2 (11 Dec 2013)
+
+ 11 Dec 2013; Mark Wright <gienah@gentoo.org> +cryptocipher-0.6.2.ebuild:
+ Bump cryptocipher to 0.6.2
*cryptocipher-0.6.1 (13 Sep 2013)
diff --git a/dev-haskell/cryptocipher/cryptocipher-0.6.2.ebuild b/dev-haskell/cryptocipher/cryptocipher-0.6.2.ebuild
new file mode 100644
index 000000000000..dc49a776eb96
--- /dev/null
+++ b/dev-haskell/cryptocipher/cryptocipher-0.6.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptocipher/cryptocipher-0.6.2.ebuild,v 1.1 2013/12/11 05:54:51 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Symmetrical block and stream ciphers."
+HOMEPAGE="http://github.com/vincenthz/hs-crypto-cipher"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/cipher-aes-0.2.3:=[profile?] <dev-haskell/cipher-aes-0.3:=[profile?]
+ >=dev-haskell/cipher-blowfish-0.0:=[profile?] <dev-haskell/cipher-blowfish-0.1:=[profile?]
+ >=dev-haskell/cipher-camellia-0.0:=[profile?] <dev-haskell/cipher-camellia-0.1:=[profile?]
+ >=dev-haskell/cipher-des-0.0:=[profile?] <dev-haskell/cipher-des-0.1:=[profile?]
+ >=dev-haskell/cipher-rc4-0.1.3:=[profile?] <dev-haskell/cipher-rc4-0.2:=[profile?]
+ >=dev-haskell/crypto-cipher-types-0.0.8:=[profile?] <dev-haskell/crypto-cipher-types-0.1:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"