app-editors/kakoune: drop old 0_pre20160620
[gentoo.git] / net-mail / mailbox-count / mailbox-count-0.0.2-r1.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 # ebuild generated by hackport 0.4.2
7
8 CABAL_FEATURES="bin test-suite"
9 inherit haskell-cabal
10
11 DESCRIPTION="Count mailboxes in a SQL database"
12 HOMEPAGE="http://hackage.haskell.org/package/mailbox-count"
13 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
14
15 LICENSE="GPL-3"
16 SLOT="0"
17 KEYWORDS="~amd64 ~x86"
18 IUSE=""
19
20 RDEPEND=""
21 DEPEND="${RDEPEND}
22         >=dev-haskell/cabal-1.16.0
23         >=dev-haskell/cmdargs-0.10
24         >=dev-haskell/configurator-0.2
25         >=dev-haskell/hdbc-2.4
26         >=dev-haskell/hdbc-postgresql-2.3
27         >=dev-haskell/hdbc-sqlite3-2.3
28         >=dev-haskell/missingh-1.2
29         >=dev-haskell/tasty-0.8
30         >=dev-haskell/tasty-hunit-0.8
31         >=dev-lang/ghc-7.6.1
32         test? ( >=dev-haskell/doctest-0.9
33                 >=dev-haskell/filemanip-0.3.6 )
34 "