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 88519158094 for ; Thu, 29 Sep 2022 07:49:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FD73E095F; Thu, 29 Sep 2022 07:49:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5AEC1E095F for ; Thu, 29 Sep 2022 07:49:27 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A4F33412E8 for ; Thu, 29 Sep 2022 07:49:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B7B060B for ; Thu, 29 Sep 2022 07:49:23 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1664437662.4030b18f84f1b3903e2b96817c2e4b90f0ad1f04.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-haskell/polyparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/polyparse/Manifest dev-haskell/polyparse/metadata.xml dev-haskell/polyparse/polyparse-1.13.ebuild profiles/package.mask X-VCS-Directories: dev-haskell/polyparse/ profiles/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 4030b18f84f1b3903e2b96817c2e4b90f0ad1f04 X-VCS-Branch: master Date: Thu, 29 Sep 2022 07:49:23 +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: fef9760a-da2b-4a05-a3cc-2f915bca7a00 X-Archives-Hash: a69de086ee719de544eb2b75f555e3dd commit: 4030b18f84f1b3903e2b96817c2e4b90f0ad1f04 Author: Jakov Smolić gentoo org> AuthorDate: Thu Sep 29 07:47:42 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Sep 29 07:47:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4030b18f dev-haskell/polyparse: Remove last-rited pkg Signed-off-by: Jakov Smolić gentoo.org> dev-haskell/polyparse/Manifest | 1 - dev-haskell/polyparse/metadata.xml | 16 -------------- dev-haskell/polyparse/polyparse-1.13.ebuild | 33 ----------------------------- profiles/package.mask | 1 - 4 files changed, 51 deletions(-) diff --git a/dev-haskell/polyparse/Manifest b/dev-haskell/polyparse/Manifest deleted file mode 100644 index 3c61ee584e31..000000000000 --- a/dev-haskell/polyparse/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST polyparse-1.13.tar.gz 33144 BLAKE2B 0b142e4e82df045d838861124b204c06bfc62e642ea8a6a88697be0312df2a33998984a7e85ded35e4a0bb5eec304447b66a0d61dab196db32e63843a4b3e1cc SHA512 3b66a73f97d6b5b6628193f87cae1ae1a68d63df0058532b2ac9a62af82dabe28e15fe1464075a2f436e70a7d20b57e72fdd7831f8b11035ff8117becb08d18e diff --git a/dev-haskell/polyparse/metadata.xml b/dev-haskell/polyparse/metadata.xml deleted file mode 100644 index e5ab95ac816d..000000000000 --- a/dev-haskell/polyparse/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - haskell@gentoo.org - Gentoo Haskell - - - A variety of alternative parser combinator libraries, including - the original HuttonMeijer set. The Poly sets have features like - good error reporting, arbitrary token type, running state, lazy - parsing, and so on. Finally, Text.Parse is a proposed - replacement for the standard Read class, for better - deserialisation of Haskell values from Strings. - - diff --git a/dev-haskell/polyparse/polyparse-1.13.ebuild b/dev-haskell/polyparse/polyparse-1.13.ebuild deleted file mode 100644 index 56e5391cec99..000000000000 --- a/dev-haskell/polyparse/polyparse-1.13.ebuild +++ /dev/null @@ -1,33 +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.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="A variety of alternative parser combinator libraries" -HOMEPAGE="http://code.haskell.org/~malcolm/polyparse/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/fail-4.9:=[profile?] =dev-haskell/text-1.2.3.0:=[profile?] =dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 -" - -src_prepare() { - default - - cabal_chdeps \ - 'base >= 4.3.1.0 && < 4.14' 'base >= 4.3.1.0' -} diff --git a/profiles/package.mask b/profiles/package.mask index edb52a5f7b76..23704495bf44 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -326,7 +326,6 @@ dev-haskell/pantry dev-haskell/path dev-haskell/path-io dev-haskell/pointed -dev-haskell/polyparse # hololeap (2022-08-21) # doctest-parallel does not currently work with Setup.hs (used internally by