From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 493B6158094 for ; Sun, 31 Jul 2022 04:10:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70B17E0D71; Sun, 31 Jul 2022 04:10:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 596ABE0D74 for ; Sun, 31 Jul 2022 04:10:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B923340ECC for ; Sun, 31 Jul 2022 04:10:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CC71574 for ; Sun, 31 Jul 2022 04:10:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1659240632.9d28c1634c27cc70f23711646b8acbc60f158ee7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/integer-logarithms/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/integer-logarithms/integer-logarithms-1.0.3.1.ebuild X-VCS-Directories: dev-haskell/integer-logarithms/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9d28c1634c27cc70f23711646b8acbc60f158ee7 X-VCS-Branch: master Date: Sun, 31 Jul 2022 04:10:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 647ec0af-acfc-455d-afa5-6df0ee2a79e2 X-Archives-Hash: 8d8b1a463f478d574847cd18556be19b commit: 9d28c1634c27cc70f23711646b8acbc60f158ee7 Author: matoro users noreply github com> AuthorDate: Sun Jul 31 03:19:49 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 31 04:10:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d28c163 dev-haskell/integer-logarithms: drop 1.0.3.1 Signed-off-by: Sam James gentoo.org> .../integer-logarithms-1.0.3.1.ebuild | 39 ---------------------- 1 file changed, 39 deletions(-) diff --git a/dev-haskell/integer-logarithms/integer-logarithms-1.0.3.1.ebuild b/dev-haskell/integer-logarithms/integer-logarithms-1.0.3.1.ebuild deleted file mode 100644 index 2951f7036eb2..000000000000 --- a/dev-haskell/integer-logarithms/integer-logarithms-1.0.3.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.7.9999 -#hackport: flags: -check-bounds - -CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite" -inherit haskell-cabal - -DESCRIPTION="Integer logarithms" -HOMEPAGE="https://github.com/haskellari/integer-logarithms" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -#circular dependency: scientific -> integer-logarithms -> tasty -> scientific -RESTRICT=test - -RDEPEND=">=dev-lang/ghc-8.4.3:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-2.2.0.1" -# test? ( >=dev-haskell/quickcheck-2.14.1 =dev-haskell/smallcheck-1.2 =dev-haskell/tasty-0.10 =dev-haskell/tasty-hunit-0.9 =dev-haskell/tasty-quickcheck-0.8 =dev-haskell/tasty-smallcheck-0.8