diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 12:30:22 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 12:30:22 +0000 |
commit | d8b0e93ef6f4ddf46cb15eaa9c27e0b52a47141d (patch) | |
tree | c55e99b1a1354951faab9f63c2d9195c953c578b /dev-haskell/mime-mail | |
parent | dev-haskell/authenticate: initial layout (diff) | |
download | gentoo-2-d8b0e93ef6f4ddf46cb15eaa9c27e0b52a47141d.tar.gz gentoo-2-d8b0e93ef6f4ddf46cb15eaa9c27e0b52a47141d.tar.bz2 gentoo-2-d8b0e93ef6f4ddf46cb15eaa9c27e0b52a47141d.zip |
dev-haskell/mime-mail: initial layout
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/mime-mail')
-rw-r--r-- | dev-haskell/mime-mail/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/mime-mail/metadata.xml | 11 | ||||
-rw-r--r-- | dev-haskell/mime-mail/mime-mail-0.4.2.1.ebuild | 30 |
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-haskell/mime-mail/ChangeLog b/dev-haskell/mime-mail/ChangeLog new file mode 100644 index 000000000000..c431a59a5152 --- /dev/null +++ b/dev-haskell/mime-mail/ChangeLog @@ -0,0 +1,9 @@ +# 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 $ + +*mime-mail-0.4.2.1 (26 Aug 2013) + + 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +metadata.xml, + +mime-mail-0.4.2.1.ebuild: + dev-haskell/mime-mail: initial layout diff --git a/dev-haskell/mime-mail/metadata.xml b/dev-haskell/mime-mail/metadata.xml new file mode 100644 index 000000000000..d0f27dc5b2c1 --- /dev/null +++ b/dev-haskell/mime-mail/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> + This package provides some high-level datatypes for declaring MIME email messages, functions for automatically composing these into bytestrings, and the ability to send bytestrings via the sendmail executable. You can also use any other library you wish to send via different methods, eg directly to SMTP. + </longdescription> +</pkgmetadata> diff --git a/dev-haskell/mime-mail/mime-mail-0.4.2.1.ebuild b/dev-haskell/mime-mail/mime-mail-0.4.2.1.ebuild new file mode 100644 index 000000000000..88a27c33bec4 --- /dev/null +++ b/dev-haskell/mime-mail/mime-mail-0.4.2.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 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.2.1.ebuild,v 1.1 2013/08/26 12:30:22 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.3.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.8 + test? ( >=dev-haskell/hspec-1.3 + )" |