summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-03-09 12:49:34 +0000
committerMark Wright <gienah@gentoo.org>2014-03-09 12:49:34 +0000
commit9765115dfbb4446dfec477d8c226255bf3da00ba (patch)
treef35399dba087bed93298dd35343042e52fc6d5da /dev-haskell/mime-mail
parentversion bump (diff)
downloadgentoo-2-9765115dfbb4446dfec477d8c226255bf3da00ba.tar.gz
gentoo-2-9765115dfbb4446dfec477d8c226255bf3da00ba.tar.bz2
gentoo-2-9765115dfbb4446dfec477d8c226255bf3da00ba.zip
Bump mime-mail to 0.4.4.1
(Portage version: 2.2.8-r1/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.4.1.ebuild30
2 files changed, 37 insertions, 2 deletions
diff --git a/dev-haskell/mime-mail/ChangeLog b/dev-haskell/mime-mail/ChangeLog
index c431a59a5152..a9ca839ab74f 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mime-mail/ChangeLog,v 1.1 2013/08/26 12:30:22 qnikst Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mime-mail/ChangeLog,v 1.2 2014/03/09 12:49:34 gienah Exp $
+
+*mime-mail-0.4.4.1 (09 Mar 2014)
+
+ 09 Mar 2014; Mark Wright <gienah@gentoo.org> +mime-mail-0.4.4.1.ebuild:
+ Bump mime-mail to 0.4.4.1
*mime-mail-0.4.2.1 (26 Aug 2013)
diff --git a/dev-haskell/mime-mail/mime-mail-0.4.4.1.ebuild b/dev-haskell/mime-mail/mime-mail-0.4.4.1.ebuild
new file mode 100644
index 000000000000..69600e406038
--- /dev/null
+++ b/dev-haskell/mime-mail/mime-mail-0.4.4.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 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.4.1.ebuild,v 1.1 2014/03/09 12:49:34 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.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="BSD"
+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.4:=[profile?]
+ >=dev-haskell/random-1.0:=[profile?]
+ >=dev-haskell/text-0.7:=[profile?]
+ >=dev-lang/ghc-7.0.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10.0.0
+ test? ( >=dev-haskell/hspec-1.3 )
+"