diff options
author | 2020-09-12 22:51:54 +0100 | |
---|---|---|
committer | 2020-09-12 22:57:24 +0100 | |
commit | f22db4dea7312adee8c64554e636814e0f2e191f (patch) | |
tree | 6492cfb699ab1d2243ab03d79f3d67aba925170e /dev-haskell/polyparse | |
parent | dev-haskell/pid1: drop old (diff) | |
download | gentoo-f22db4dea7312adee8c64554e636814e0f2e191f.tar.gz gentoo-f22db4dea7312adee8c64554e636814e0f2e191f.tar.bz2 gentoo-f22db4dea7312adee8c64554e636814e0f2e191f.zip |
dev-haskell/polyparse: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/polyparse')
-rw-r--r-- | dev-haskell/polyparse/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/polyparse/polyparse-1.11.ebuild | 25 | ||||
-rw-r--r-- | dev-haskell/polyparse/polyparse-1.9.ebuild | 23 |
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-haskell/polyparse/Manifest b/dev-haskell/polyparse/Manifest index 5f47d615a133..3c61ee584e31 100644 --- a/dev-haskell/polyparse/Manifest +++ b/dev-haskell/polyparse/Manifest @@ -1,3 +1 @@ -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 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" |