diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-09-29 15:22:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-09-29 15:22:55 +0100 |
commit | 3a2444aaf0bafd5c58c0dc8dda102352f20c76d8 (patch) | |
tree | 055720c0e02ac3f8bc4255b6740f18ba32db1c54 /dev-haskell/polyparse | |
parent | b94ab464dd0d948b7e7eac833b9bb51c03515918 (diff) |
gentoo auto-resync : 29:09:2022 - 15:22:54
Diffstat (limited to 'dev-haskell/polyparse')
-rw-r--r-- | dev-haskell/polyparse/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/polyparse/metadata.xml | 16 | ||||
-rw-r--r-- | dev-haskell/polyparse/polyparse-1.13.ebuild | 33 |
3 files changed, 0 insertions, 52 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>haskell@gentoo.org</email> - <name>Gentoo Haskell</name> - </maintainer> - <longdescription> - 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. - </longdescription> -</pkgmetadata> 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/fail-4.10:=[profile?] - >=dev-haskell/text-1.2.3.0:=[profile?] <dev-haskell/text-1.3:=[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' -} |