diff options
author | 2016-07-15 18:06:06 -0400 | |
---|---|---|
committer | 2016-07-15 18:06:06 -0400 | |
commit | 65bb6654e931adfeafc407c3554f25f77691d321 (patch) | |
tree | 74a1c4bdc66ed0c40a452d3faa75caa762dba9ce /net-mail/mailbox-count/mailbox-count-0.0.2-r1.ebuild | |
parent | dev-php/PHPMailer: version bump 5.2.14 -> 5.2.16. (diff) | |
download | gentoo-65bb6654e931adfeafc407c3554f25f77691d321.tar.gz gentoo-65bb6654e931adfeafc407c3554f25f77691d321.tar.bz2 gentoo-65bb6654e931adfeafc407c3554f25f77691d321.zip |
net-mail/mailbox-count: new package to count SQL mailboxes.
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-mail/mailbox-count/mailbox-count-0.0.2-r1.ebuild')
-rw-r--r-- | net-mail/mailbox-count/mailbox-count-0.0.2-r1.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/net-mail/mailbox-count/mailbox-count-0.0.2-r1.ebuild b/net-mail/mailbox-count/mailbox-count-0.0.2-r1.ebuild new file mode 100644 index 00000000000..2fc2721c9df --- /dev/null +++ b/net-mail/mailbox-count/mailbox-count-0.0.2-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.4.2 + +CABAL_FEATURES="bin test-suite" +inherit haskell-cabal + +DESCRIPTION="Count mailboxes in a SQL database" +HOMEPAGE="http://hackage.haskell.org/package/mailbox-count" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.16.0 + >=dev-haskell/cmdargs-0.10 + >=dev-haskell/configurator-0.2 + >=dev-haskell/hdbc-2.4 + >=dev-haskell/hdbc-postgresql-2.3 + >=dev-haskell/hdbc-sqlite-2.3 + >=dev-haskell/missingh-1.2 + >=dev-haskell/tasty-0.8 + >=dev-haskell/tasty-hunit-0.8 + >=dev-lang/ghc-7.6.1 + test? ( >=dev-haskell/doctest-0.9 + >=dev-haskell/filemanip-0.3.6 ) +" |