diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-27 09:15:39 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-27 09:15:39 +0000 |
commit | e891589ac62e85bb993096728b942a991f6b6c82 (patch) | |
tree | 9631f701ebb0607c21ec5516b2e20230e53edc3f /dev-haskell/parsec | |
parent | dev-haskell/profunctor-extras: update to EAPI=7 (diff) | |
download | gentoo-e891589ac62e85bb993096728b942a991f6b6c82.tar.gz gentoo-e891589ac62e85bb993096728b942a991f6b6c82.tar.bz2 gentoo-e891589ac62e85bb993096728b942a991f6b6c82.zip |
dev-haskell/parsec: drop old
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r-- | dev-haskell/parsec/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/parsec/parsec-3.1.11.ebuild | 29 | ||||
-rw-r--r-- | dev-haskell/parsec/parsec-3.1.5.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/parsec/parsec-3.1.9-r1.ebuild | 34 |
4 files changed, 0 insertions, 92 deletions
diff --git a/dev-haskell/parsec/Manifest b/dev-haskell/parsec/Manifest index 685a08327fe9..3283533d3ed2 100644 --- a/dev-haskell/parsec/Manifest +++ b/dev-haskell/parsec/Manifest @@ -1,5 +1,2 @@ -DIST parsec-3.1.11.tar.gz 32412 BLAKE2B 7e463d37b1da799820079500d96d719e2f34781ba1d443391d5a49b60c3ad935c6c4e766aaa5963c1128ca12a0070f86b17fcbdf6e96224573742e0f9341c7f6 SHA512 f913c172295b184fc118a59ad5fd66c35133885c39aac62239fc3a1aa98b4741465f67d0cffafc1706262ada42259a4694bfbb9175a399997e5b8840da4a809f DIST parsec-3.1.13.0.tar.gz 35207 BLAKE2B d5d39122bdc8117aa45b7fc83c15162ac5d366ede01fbf99a94909c0b8ff6a31b6058bbd52ec6aa2366c6e9b1c909acb78c90a697821f8a88b67fa01c7655ff4 SHA512 4efa52bf5f8cdfe81ea97f1ea0bb5522331217976feaf98bb5ebfdf37f4685263f653de091c0ec0ecb0fc26cf6f8525639f9728c9e92afc154e91c6d4239c9b3 DIST parsec-3.1.14.0.tar.gz 35688 BLAKE2B 474b14ff35d332339ce07f09ef22cbbdf971de9d9712848eb1c67b7ea4359e46079b67d39f978755c7560c55baf6d5f0d69a425291644a3ff638139a8bbec3ce SHA512 db14f77a2d36da5e540be35f0facb7fa61f2c46057b98039bdf16c06fe9865d5ee47e3523a312201665ca133f3f93855b42f0d0a920b8e233ffc8274075c56d3 -DIST parsec-3.1.5.tar.gz 27894 BLAKE2B 4c0daaa10d2307f59770747662b387cd286b46d27c3dff27c581d0e295f7bc652cc7e6e0f141ce69ef15da2af0e9f612f732b9bf09f17c9bab56dba0dc596481 SHA512 58bd5e1ea878349a678c4a8d77caf42962ab65f801411bbbad4fa1e4f387de743f2f64944b5d7ef82042507552f281f70a7f4b40984a0ca4fd37618a0d1ec662 -DIST parsec-3.1.9.tar.gz 29668 BLAKE2B 296049551258044915936afa0928b0d73b30ec7cbb217b3ac76972cfc3f9cb49efbe5091c49fe1232f5bb24951efc0c56d89b7818046cc5b8edeb67796de28f6 SHA512 bc5209813ad0742c68c275f0ecd3e284b6249d2651f75daf16ad9a776003591217eb7d47fdaad88530af90455fe7d3e014c3c1d7d0893482721d4997b23a2d16 diff --git a/dev-haskell/parsec/parsec-3.1.11.ebuild b/dev-haskell/parsec/parsec-3.1.11.ebuild deleted file mode 100644 index 5cf1bcd1d0b2..000000000000 --- a/dev-haskell/parsec/parsec-3.1.11.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Monadic parser combinators" -HOMEPAGE="https://github.com/aslatter/parsec" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -RDEPEND="dev-haskell/mtl:=[profile?] - >=dev-haskell/text-0.2:=[profile?] <dev-haskell/text-1.3:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.4 - >=dev-haskell/test-framework-0.6 <dev-haskell/test-framework-0.9 - >=dev-haskell/test-framework-hunit-0.2 <dev-haskell/test-framework-hunit-0.4 ) -" diff --git a/dev-haskell/parsec/parsec-3.1.5.ebuild b/dev-haskell/parsec/parsec-3.1.5.ebuild deleted file mode 100644 index ff5420a91684..000000000000 --- a/dev-haskell/parsec/parsec-3.1.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.3.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Monadic parser combinators" -HOMEPAGE="http://www.cs.uu.nl/~daan/parsec.html" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -RDEPEND="dev-haskell/mtl:=[profile?] - >=dev-haskell/text-0.2:=[profile?] <dev-haskell/text-1.2:=[profile?] - >=dev-lang/ghc-6.10.4:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6.0.3 -" diff --git a/dev-haskell/parsec/parsec-3.1.9-r1.ebuild b/dev-haskell/parsec/parsec-3.1.9-r1.ebuild deleted file mode 100644 index f5970d8f255d..000000000000 --- a/dev-haskell/parsec/parsec-3.1.9-r1.ebuild +++ /dev/null @@ -1,34 +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 test-suite" -inherit haskell-cabal - -DESCRIPTION="Monadic parser combinators" -HOMEPAGE="https://github.com/aslatter/parsec" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -RDEPEND="dev-haskell/mtl:=[profile?] - >=dev-haskell/text-0.2:=[profile?] <dev-haskell/text-1.3:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/hunit-1.2 - >=dev-haskell/test-framework-0.6 <dev-haskell/test-framework-0.9 - >=dev-haskell/test-framework-hunit-0.2 <dev-haskell/test-framework-hunit-0.4 ) -" - -src_prepare() { - cabal_chdeps \ - 'HUnit == 1.2.*' 'HUnit >= 1.2' -} |