Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/parser-combinators/
Date: Sun, 27 Jan 2019 11:06:21
Message-Id: 1548587128.c662848801f0b9a9dc4788ff6e528e8e6fd60a80.pacho@gentoo
1 commit: c662848801f0b9a9dc4788ff6e528e8e6fd60a80
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 10:40:44 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 11:05:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6628488
7
8 dev-haskell/parser-combinators: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-haskell/parser-combinators/Manifest | 1 -
14 .../parser-combinators-0.4.0.ebuild | 31 ----------------------
15 2 files changed, 32 deletions(-)
16
17 diff --git a/dev-haskell/parser-combinators/Manifest b/dev-haskell/parser-combinators/Manifest
18 index 8c1defa448f..519cbe1cc8c 100644
19 --- a/dev-haskell/parser-combinators/Manifest
20 +++ b/dev-haskell/parser-combinators/Manifest
21 @@ -1,2 +1 @@
22 -DIST parser-combinators-0.4.0.tar.gz 9130 BLAKE2B 368482bd968a4476366ac04162efe1d8ac502dbb964b21e4090bf48ee9f3e81879bce69a0cb8e72d3b51b4f278be23c3c6bb4f4fd434938682c680214b0a95dd SHA512 9748a8a23bef1cb386970722e148a4cc4e36e8f4100ac34794e2a2223b4bfe0f1e6e0f58d82b500e535cc42a0066be0c5bb5676892e4b607d8d6eac4c4f93a28
23 DIST parser-combinators-1.0.0.tar.gz 10349 BLAKE2B c8b21ab8c1afd8fdc931f60258245596a70adb404366f5926743b61b6c7b802558436e7869d012dabaaa8d36097028269cec3c99f647958d0b15d14402c05c6b SHA512 308b38faca865801c2356b9eb0128824956f00a31d98de075166018b34d53a04bad0dc7f1afabafa9946b307ef3fb77df303db78ac7bd6ff476c9b96a3020e9c
24
25 diff --git a/dev-haskell/parser-combinators/parser-combinators-0.4.0.ebuild b/dev-haskell/parser-combinators/parser-combinators-0.4.0.ebuild
26 deleted file mode 100644
27 index 3f37e434112..00000000000
28 --- a/dev-haskell/parser-combinators/parser-combinators-0.4.0.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -# ebuild generated by hackport 0.5.5
37 -#hackport: flags: -dev
38 -
39 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
40 -inherit haskell-cabal
41 -
42 -DESCRIPTION="Lightweight package providing commonly useful parser combinators"
43 -HOMEPAGE="https://github.com/mrkkrp/parser-combinators"
44 -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0/${PV}"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE=""
50 -
51 -RDEPEND=">=dev-haskell/semigroups-0.18:=[profile?] <dev-haskell/semigroups-0.19:=[profile?]
52 - >=dev-lang/ghc-7.4.1:=
53 -"
54 -DEPEND="${RDEPEND}
55 - >=dev-haskell/cabal-1.18
56 -"
57 -
58 -src_configure() {
59 - haskell-cabal_src_configure \
60 - --flag=-dev
61 -}