Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/parsec/
Date: Tue, 27 Oct 2020 09:16:01
Message-Id: 1603790139.e891589ac62e85bb993096728b942a991f6b6c82.slyfox@gentoo
1 commit: e891589ac62e85bb993096728b942a991f6b6c82
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 09:15:39 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 09:15:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e891589a
7
8 dev-haskell/parsec: drop old
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/parsec/Manifest | 3 ---
14 dev-haskell/parsec/parsec-3.1.11.ebuild | 29 --------------------------
15 dev-haskell/parsec/parsec-3.1.5.ebuild | 26 -----------------------
16 dev-haskell/parsec/parsec-3.1.9-r1.ebuild | 34 -------------------------------
17 4 files changed, 92 deletions(-)
18
19 diff --git a/dev-haskell/parsec/Manifest b/dev-haskell/parsec/Manifest
20 index 685a08327fe..3283533d3ed 100644
21 --- a/dev-haskell/parsec/Manifest
22 +++ b/dev-haskell/parsec/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST parsec-3.1.11.tar.gz 32412 BLAKE2B 7e463d37b1da799820079500d96d719e2f34781ba1d443391d5a49b60c3ad935c6c4e766aaa5963c1128ca12a0070f86b17fcbdf6e96224573742e0f9341c7f6 SHA512 f913c172295b184fc118a59ad5fd66c35133885c39aac62239fc3a1aa98b4741465f67d0cffafc1706262ada42259a4694bfbb9175a399997e5b8840da4a809f
25 DIST parsec-3.1.13.0.tar.gz 35207 BLAKE2B d5d39122bdc8117aa45b7fc83c15162ac5d366ede01fbf99a94909c0b8ff6a31b6058bbd52ec6aa2366c6e9b1c909acb78c90a697821f8a88b67fa01c7655ff4 SHA512 4efa52bf5f8cdfe81ea97f1ea0bb5522331217976feaf98bb5ebfdf37f4685263f653de091c0ec0ecb0fc26cf6f8525639f9728c9e92afc154e91c6d4239c9b3
26 DIST parsec-3.1.14.0.tar.gz 35688 BLAKE2B 474b14ff35d332339ce07f09ef22cbbdf971de9d9712848eb1c67b7ea4359e46079b67d39f978755c7560c55baf6d5f0d69a425291644a3ff638139a8bbec3ce SHA512 db14f77a2d36da5e540be35f0facb7fa61f2c46057b98039bdf16c06fe9865d5ee47e3523a312201665ca133f3f93855b42f0d0a920b8e233ffc8274075c56d3
27 -DIST parsec-3.1.5.tar.gz 27894 BLAKE2B 4c0daaa10d2307f59770747662b387cd286b46d27c3dff27c581d0e295f7bc652cc7e6e0f141ce69ef15da2af0e9f612f732b9bf09f17c9bab56dba0dc596481 SHA512 58bd5e1ea878349a678c4a8d77caf42962ab65f801411bbbad4fa1e4f387de743f2f64944b5d7ef82042507552f281f70a7f4b40984a0ca4fd37618a0d1ec662
28 -DIST parsec-3.1.9.tar.gz 29668 BLAKE2B 296049551258044915936afa0928b0d73b30ec7cbb217b3ac76972cfc3f9cb49efbe5091c49fe1232f5bb24951efc0c56d89b7818046cc5b8edeb67796de28f6 SHA512 bc5209813ad0742c68c275f0ecd3e284b6249d2651f75daf16ad9a776003591217eb7d47fdaad88530af90455fe7d3e014c3c1d7d0893482721d4997b23a2d16
29
30 diff --git a/dev-haskell/parsec/parsec-3.1.11.ebuild b/dev-haskell/parsec/parsec-3.1.11.ebuild
31 deleted file mode 100644
32 index 5cf1bcd1d0b..00000000000
33 --- a/dev-haskell/parsec/parsec-3.1.11.ebuild
34 +++ /dev/null
35 @@ -1,29 +0,0 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -# ebuild generated by hackport 0.5.9999
42 -
43 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
44 -inherit haskell-cabal
45 -
46 -DESCRIPTION="Monadic parser combinators"
47 -HOMEPAGE="https://github.com/aslatter/parsec"
48 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
49 -
50 -LICENSE="BSD"
51 -SLOT="0/${PV}"
52 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
53 -IUSE=""
54 -
55 -RDEPEND="dev-haskell/mtl:=[profile?]
56 - >=dev-haskell/text-0.2:=[profile?] <dev-haskell/text-1.3:=[profile?]
57 - >=dev-lang/ghc-7.4.1:=
58 -"
59 -DEPEND="${RDEPEND}
60 - >=dev-haskell/cabal-1.8
61 - test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.4
62 - >=dev-haskell/test-framework-0.6 <dev-haskell/test-framework-0.9
63 - >=dev-haskell/test-framework-hunit-0.2 <dev-haskell/test-framework-hunit-0.4 )
64 -"
65
66 diff --git a/dev-haskell/parsec/parsec-3.1.5.ebuild b/dev-haskell/parsec/parsec-3.1.5.ebuild
67 deleted file mode 100644
68 index ff5420a9168..00000000000
69 --- a/dev-haskell/parsec/parsec-3.1.5.ebuild
70 +++ /dev/null
71 @@ -1,26 +0,0 @@
72 -# Copyright 1999-2020 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=5
76 -
77 -# ebuild generated by hackport 0.3.6.9999
78 -
79 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
80 -inherit haskell-cabal
81 -
82 -DESCRIPTION="Monadic parser combinators"
83 -HOMEPAGE="http://www.cs.uu.nl/~daan/parsec.html"
84 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
85 -
86 -LICENSE="BSD"
87 -SLOT="0/${PV}"
88 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
89 -IUSE=""
90 -
91 -RDEPEND="dev-haskell/mtl:=[profile?]
92 - >=dev-haskell/text-0.2:=[profile?] <dev-haskell/text-1.2:=[profile?]
93 - >=dev-lang/ghc-6.10.4:=
94 -"
95 -DEPEND="${RDEPEND}
96 - >=dev-haskell/cabal-1.6.0.3
97 -"
98
99 diff --git a/dev-haskell/parsec/parsec-3.1.9-r1.ebuild b/dev-haskell/parsec/parsec-3.1.9-r1.ebuild
100 deleted file mode 100644
101 index f5970d8f255..00000000000
102 --- a/dev-haskell/parsec/parsec-3.1.9-r1.ebuild
103 +++ /dev/null
104 @@ -1,34 +0,0 @@
105 -# Copyright 1999-2019 Gentoo Authors
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=5
109 -
110 -# ebuild generated by hackport 0.4.4.9999
111 -
112 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
113 -inherit haskell-cabal
114 -
115 -DESCRIPTION="Monadic parser combinators"
116 -HOMEPAGE="https://github.com/aslatter/parsec"
117 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
118 -
119 -LICENSE="BSD"
120 -SLOT="0/${PV}"
121 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
122 -IUSE=""
123 -
124 -RDEPEND="dev-haskell/mtl:=[profile?]
125 - >=dev-haskell/text-0.2:=[profile?] <dev-haskell/text-1.3:=[profile?]
126 - >=dev-lang/ghc-7.4.1:=
127 -"
128 -DEPEND="${RDEPEND}
129 - >=dev-haskell/cabal-1.8
130 - test? ( >=dev-haskell/hunit-1.2
131 - >=dev-haskell/test-framework-0.6 <dev-haskell/test-framework-0.9
132 - >=dev-haskell/test-framework-hunit-0.2 <dev-haskell/test-framework-hunit-0.4 )
133 -"
134 -
135 -src_prepare() {
136 - cabal_chdeps \
137 - 'HUnit == 1.2.*' 'HUnit >= 1.2'
138 -}