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 26FB9158094 for ; Sat, 23 Jul 2022 20:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57B04E0E25; Sat, 23 Jul 2022 20:55:47 +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 11EB7E0E24 for ; Sat, 23 Jul 2022 20:55:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 482063407AF for ; Sat, 23 Jul 2022 20:55:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A415654B for ; Sat, 23 Jul 2022 20:55:44 +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: <1658609732.d034b9c0c23e77b54d789905c969191a55c34a19.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/resolv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/resolv/resolv-0.1.2.0.ebuild X-VCS-Directories: dev-haskell/resolv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d034b9c0c23e77b54d789905c969191a55c34a19 X-VCS-Branch: master Date: Sat, 23 Jul 2022 20:55:44 +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: d1f7cedc-fad6-4dc5-a484-03d0098792bf X-Archives-Hash: 7557881b8863348e41ff109c2512ee49 commit: d034b9c0c23e77b54d789905c969191a55c34a19 Author: Sam James gentoo org> AuthorDate: Sat Jul 23 20:45:36 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 23 20:55:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d034b9c0 dev-haskell/resolv: drop 0.1.2.0 Signed-off-by: Sam James gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/26551 Signed-off-by: Sam James gentoo.org> dev-haskell/resolv/resolv-0.1.2.0.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/dev-haskell/resolv/resolv-0.1.2.0.ebuild b/dev-haskell/resolv/resolv-0.1.2.0.ebuild deleted file mode 100644 index b93b0da4fc23..000000000000 --- a/dev-haskell/resolv/resolv-0.1.2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" # Broken test-suite: needs a port to new srcloc -inherit haskell-cabal - -DESCRIPTION="Domain Name Service (DNS) lookup via the libresolv standard library routines" -HOMEPAGE="https://hackage.haskell.org/package/resolv" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT=test # fails to build test suite - -RDEPEND=">=dev-haskell/base16-bytestring-0.1:=[profile?] =dev-lang/ghc-7.10.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-2.2 -"