summaryrefslogtreecommitdiff
path: root/dev-haskell/polyparse
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
commit9ee6d97c2883d42f204a533a8bc1f4562df778fb (patch)
treeb690ddc0ca30f1472887edbb0b8313629bfcbbb2 /dev-haskell/polyparse
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'dev-haskell/polyparse')
-rw-r--r--dev-haskell/polyparse/Manifest4
-rw-r--r--dev-haskell/polyparse/polyparse-1.11.ebuild25
-rw-r--r--dev-haskell/polyparse/polyparse-1.9.ebuild23
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-haskell/polyparse/Manifest b/dev-haskell/polyparse/Manifest
index 2c724448654f..05440a94cf05 100644
--- a/dev-haskell/polyparse/Manifest
+++ b/dev-haskell/polyparse/Manifest
@@ -1,7 +1,3 @@
-DIST polyparse-1.11.tar.gz 22978 BLAKE2B 22154655fb090234223189f9f25e871c73f478ee3681313654d737930d594c9a378fa1d259ff4cdbe93d2df5a8ac79104ee12b9efed7e9fdf1caf6ad269ab988 SHA512 b2cecc633596caaa2b8a00ceb16f141cd69de9ec697ce53cd827a17c82cac70ffaf10bc1d8669156ed4d28589b11ac56820b5c02905c8a6bdcae65112126fa5e
DIST polyparse-1.13.tar.gz 33144 BLAKE2B 0b142e4e82df045d838861124b204c06bfc62e642ea8a6a88697be0312df2a33998984a7e85ded35e4a0bb5eec304447b66a0d61dab196db32e63843a4b3e1cc SHA512 3b66a73f97d6b5b6628193f87cae1ae1a68d63df0058532b2ac9a62af82dabe28e15fe1464075a2f436e70a7d20b57e72fdd7831f8b11035ff8117becb08d18e
-DIST polyparse-1.9.tar.gz 22256 BLAKE2B 01f2280db5d966d86450b4a3ae352e1ba911c1d7b116e6e94cd182c6d49c4b43e6d52f264097b4e8c87867bd535140b18c04a445ee9ab60f9296e1a15bcdeb0f SHA512 80f7cc269c7082d256aa273ce668a8fd9f58b4827fa69e390d749a622d667d5c01b7ede3719d52408d3efa35de66928a3fa659f3798826a2d53222d8a8d9d7e6
-EBUILD polyparse-1.11.ebuild 618 BLAKE2B 92ef34d1740339b51cff63565124484cfe19e3a88a5f239a60732865466a4ea21c822c0c0ca00eeecde5c854985333a481cae87ec30cd5ab6d143b0a68d43fbf SHA512 dd6e93d841d39e0e1209e3ad80f53009389dac76e1027479d617aec098afadd3f1a0dc2eb3e78329cd20601312ea2b71fa360c00d6fd5b697ebea335fd082518
EBUILD polyparse-1.13.ebuild 802 BLAKE2B dd95b494d480f54a028f47ee8996537934b48bd2b068a47b5a92feff3981934f2d427ae60eed2e2ec9dba7f52b900d6bdef746551b0750c30f3bd84bbeaeb1c1 SHA512 ba1daa4558533e7ab5ca04e068b870ac28d9f412e440f5fc1f32ea549eb749709ea90b02c681e739163796d0b03cef007a20d3861549e1986791cd9399654492
-EBUILD polyparse-1.9.ebuild 595 BLAKE2B f058fe9192f2cc29d7716a655afb6a3ba71966756a03a3bc04f80dabb2fe9571af2f7c1af0624e6cc07cf9c01a35498b846ad9fb582f3d9abdd5d9097c389a31 SHA512 365cb7945e385ee8bbdb8cd48e6f01986d4e212e1127a6419c30faea4e243451f5b4fc6f6d307655834c62adadbd9701af0983ee4661c969c0282206e0a2df35
MISC metadata.xml 648 BLAKE2B ec7679bb8dec7212a08a306a1b57b796aa6037f642cbedc234a42da09de700a7a7faff3219e9d8019ff6ae0641260e07bbdc7cd78352940f195bc300f6e2bf6b SHA512 ec7413b7f4fbc51776411fef7a21be4bfdbfbb52640d3b21467177b09903c0cdf860c201c7450e9f2dbcd87c918676fd69969319afafc29e75d0f989b4e7963d
diff --git a/dev-haskell/polyparse/polyparse-1.11.ebuild b/dev-haskell/polyparse/polyparse-1.11.ebuild
deleted file mode 100644
index 2e22ff00fd55..000000000000
--- a/dev-haskell/polyparse/polyparse-1.11.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.4.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 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-haskell/text:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.2
-"
diff --git a/dev-haskell/polyparse/polyparse-1.9.ebuild b/dev-haskell/polyparse/polyparse-1.9.ebuild
deleted file mode 100644
index 4ee88b42f7eb..000000000000
--- a/dev-haskell/polyparse/polyparse-1.9.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.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/text:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.2"