From 3a2444aaf0bafd5c58c0dc8dda102352f20c76d8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 29 Sep 2022 15:22:55 +0100 Subject: gentoo auto-resync : 29:09:2022 - 15:22:54 --- dev-haskell/polyparse/Manifest | 3 --- dev-haskell/polyparse/metadata.xml | 16 -------------- dev-haskell/polyparse/polyparse-1.13.ebuild | 33 ----------------------------- 3 files changed, 52 deletions(-) delete mode 100644 dev-haskell/polyparse/Manifest delete mode 100644 dev-haskell/polyparse/metadata.xml delete mode 100644 dev-haskell/polyparse/polyparse-1.13.ebuild (limited to 'dev-haskell/polyparse') diff --git a/dev-haskell/polyparse/Manifest b/dev-haskell/polyparse/Manifest deleted file mode 100644 index e49987541a44..000000000000 --- a/dev-haskell/polyparse/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST polyparse-1.13.tar.gz 33144 BLAKE2B 0b142e4e82df045d838861124b204c06bfc62e642ea8a6a88697be0312df2a33998984a7e85ded35e4a0bb5eec304447b66a0d61dab196db32e63843a4b3e1cc SHA512 3b66a73f97d6b5b6628193f87cae1ae1a68d63df0058532b2ac9a62af82dabe28e15fe1464075a2f436e70a7d20b57e72fdd7831f8b11035ff8117becb08d18e -EBUILD polyparse-1.13.ebuild 802 BLAKE2B dd95b494d480f54a028f47ee8996537934b48bd2b068a47b5a92feff3981934f2d427ae60eed2e2ec9dba7f52b900d6bdef746551b0750c30f3bd84bbeaeb1c1 SHA512 ba1daa4558533e7ab5ca04e068b870ac28d9f412e440f5fc1f32ea549eb749709ea90b02c681e739163796d0b03cef007a20d3861549e1986791cd9399654492 -MISC metadata.xml 649 BLAKE2B 8a8a4d03cb65ca1440f609b50799a7d8b733f08a9e4c2ca01720e58f486924c326431aab5bd596c14683e8cf0b44155f6f4690deb88cb0f25e58ce8e03543ace SHA512 119fed19403707e3ff1d3c2838cbbbc5b58d2e66545e8eace4ee2e892c5812fd6d0a8897e3d8003b9237605123ca0b8c2bf708cb119c60da6babd38bbc1d34c4 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' -} -- cgit v1.2.3