summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-07-02 12:02:44 +0000
committerMark Wright <gienah@gentoo.org>2014-07-02 12:02:44 +0000
commitfc6183f1621454fe73572802bef35df35dca2a70 (patch)
treec8cc5ef5ca804177e30224285215c67e5515f1e0 /dev-haskell/pem/pem-0.2.2.ebuild
parentBump pcre-light to 0.4.0.2 (diff)
downloadgentoo-2-fc6183f1621454fe73572802bef35df35dca2a70.tar.gz
gentoo-2-fc6183f1621454fe73572802bef35df35dca2a70.tar.bz2
gentoo-2-fc6183f1621454fe73572802bef35df35dca2a70.zip
Bump pem to 0.2.2
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/pem/pem-0.2.2.ebuild')
-rw-r--r--dev-haskell/pem/pem-0.2.2.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-haskell/pem/pem-0.2.2.ebuild b/dev-haskell/pem/pem-0.2.2.ebuild
new file mode 100644
index 000000000000..2ca21c8c273c
--- /dev/null
+++ b/dev-haskell/pem/pem-0.2.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pem/pem-0.2.2.ebuild,v 1.1 2014/07/02 12:02:44 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Privacy Enhanced Mail (PEM) format reader and writer."
+HOMEPAGE="http://github.com/vincenthz/hs-pem"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/base64-bytestring-1.0.0:=[profile?]
+ dev-haskell/mtl:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( dev-haskell/hunit
+ >=dev-haskell/quickcheck-2.4.0.1
+ >=dev-haskell/test-framework-0.3.3
+ dev-haskell/test-framework-hunit
+ dev-haskell/test-framework-quickcheck2 )
+"