From 2484132579ec86372a1f243c6a2ba4e807fd1431 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 3 Feb 2020 16:10:45 -0500 Subject: net-mail/mailbox-count: new version 0.0.5. This new version contains a one-line upstream fix to unbreak the build on ghc-8.0 and ghc-8.2 (but not higher or lower versions...). Poor Toralf. Closes: https://bugs.gentoo.org/708030 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Michael Orlitzky --- net-mail/mailbox-count/Manifest | 2 +- net-mail/mailbox-count/mailbox-count-0.0.4.ebuild | 41 ----------------------- net-mail/mailbox-count/mailbox-count-0.0.5.ebuild | 41 +++++++++++++++++++++++ 3 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 net-mail/mailbox-count/mailbox-count-0.0.4.ebuild create mode 100644 net-mail/mailbox-count/mailbox-count-0.0.5.ebuild (limited to 'net-mail') diff --git a/net-mail/mailbox-count/Manifest b/net-mail/mailbox-count/Manifest index ee68504812eb..d732e867fcb3 100644 --- a/net-mail/mailbox-count/Manifest +++ b/net-mail/mailbox-count/Manifest @@ -1 +1 @@ -DIST mailbox-count-0.0.4.tar.gz 21470 BLAKE2B e26653b9224250d13da907c3dcf3397728e3bba0e300e2246edc19d63daf99408a97f9ebd4745e56982772f770eebf502c26e59bc4acef442de65414db0791cc SHA512 6a5e65442ccb827d7f89fd63dbfec79d513d126d64df71104e46c713cdd87bd4635f57670feae504e84ad88d57439e314cc22fafc1cdcec8bcec8b2530c69c3d +DIST mailbox-count-0.0.5.tar.gz 21476 BLAKE2B 3ad79233ae1dbb202bc46c60e8a7d13d5d6820f74e090056f37eacb7b37c2f18498f599603d1ee32a7ac43b5f9931f26aba1780ff5160333c66129889ac6812b SHA512 3c63bd9021f64ba745572907eae8bc25e9ddc7d443d5ab84626dd90f95af71267cbffb9d371f0e308988fbdf14f3a126d93a727d55bf9ee3e02037e687267d26 diff --git a/net-mail/mailbox-count/mailbox-count-0.0.4.ebuild b/net-mail/mailbox-count/mailbox-count-0.0.4.ebuild deleted file mode 100644 index 00d1fe4550c6..000000000000 --- a/net-mail/mailbox-count/mailbox-count-0.0.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -CABAL_FEATURES="test-suite" -inherit haskell-cabal - -DESCRIPTION="Count mailboxes in a SQL database" -HOMEPAGE="http://hackage.haskell.org/package/mailbox-count" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=dev-haskell/cmdargs-0.10 - >=dev-haskell/configurator-0.2 - >=dev-haskell/hdbc-2.4 - >=dev-haskell/hdbc-postgresql-2.3 - >=dev-haskell/hdbc-sqlite3-2.3 - >=dev-haskell/missingh-1.2 - >=dev-haskell/tasty-0.8 - >=dev-haskell/tasty-hunit-0.8 - || ( >=dev-lang/ghc-8.0 - ( >=dev-lang/ghc-7.10.1 -