summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2015-04-03 10:31:06 +0000
committerMark Wright <gienah@gentoo.org>2015-04-03 10:31:06 +0000
commit968d9d18eae0fe47199e41e667495dfc0be0f75c (patch)
tree732a8335fa050e00007751a97d4f8587bf18c880 /dev-haskell/mime-mail
parentkeyword arm/arm64, tested on cortex-a9/cortex-a53 hardware (diff)
downloadgentoo-2-968d9d18eae0fe47199e41e667495dfc0be0f75c.tar.gz
gentoo-2-968d9d18eae0fe47199e41e667495dfc0be0f75c.tar.bz2
gentoo-2-968d9d18eae0fe47199e41e667495dfc0be0f75c.zip
Bump mime-mail to 0.4.8.2
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/mime-mail')
-rw-r--r--dev-haskell/mime-mail/ChangeLog9
-rw-r--r--dev-haskell/mime-mail/mime-mail-0.4.8.2.ebuild30
2 files changed, 37 insertions, 2 deletions
diff --git a/dev-haskell/mime-mail/ChangeLog b/dev-haskell/mime-mail/ChangeLog
index 2d79bbde769c..73fa75f2e425 100644
--- a/dev-haskell/mime-mail/ChangeLog
+++ b/dev-haskell/mime-mail/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/mime-mail
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mime-mail/ChangeLog,v 1.7 2014/12/22 11:39:06 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mime-mail/ChangeLog,v 1.8 2015/04/03 10:31:06 gienah Exp $
+
+*mime-mail-0.4.8.2 (03 Apr 2015)
+
+ 03 Apr 2015; Mark Wright <gienah@gentoo.org> +mime-mail-0.4.8.2.ebuild:
+ Bump mime-mail to 0.4.8.2
*mime-mail-0.4.6.2 (22 Dec 2014)
diff --git a/dev-haskell/mime-mail/mime-mail-0.4.8.2.ebuild b/dev-haskell/mime-mail/mime-mail-0.4.8.2.ebuild
new file mode 100644
index 000000000000..e687496994b1
--- /dev/null
+++ b/dev-haskell/mime-mail/mime-mail-0.4.8.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mime-mail/mime-mail-0.4.8.2.ebuild,v 1.1 2015/04/03 10:31:06 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Compose MIME email messages"
+HOMEPAGE="http://github.com/snoyberg/mime-mail"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/base64-bytestring-0.1:=[profile?]
+ >=dev-haskell/blaze-builder-0.2.1:=[profile?] <dev-haskell/blaze-builder-0.5:=[profile?]
+ >=dev-haskell/random-1.0:=[profile?]
+ >=dev-haskell/text-0.7:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( >=dev-haskell/hspec-1.3 )
+"