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/fmlist/
Date: Sat, 14 Dec 2019 22:54:03
Message-Id: 1576364024.6dbae735fe37ee4bc3ea29d13878ca809d01f959.slyfox@gentoo
1 commit: 6dbae735fe37ee4bc3ea29d13878ca809d01f959
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 14 22:38:41 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 14 22:53:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dbae735
7
8 dev-haskell/fmlist: bump up to 0.9.3
9
10 Package-Manager: Portage-2.3.81, Repoman-2.3.20
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/fmlist/Manifest | 1 +
14 dev-haskell/fmlist/fmlist-0.9.3.ebuild | 25 +++++++++++++++++++++++++
15 2 files changed, 26 insertions(+)
16
17 diff --git a/dev-haskell/fmlist/Manifest b/dev-haskell/fmlist/Manifest
18 index 41cbf639b40..777c4bf7017 100644
19 --- a/dev-haskell/fmlist/Manifest
20 +++ b/dev-haskell/fmlist/Manifest
21 @@ -1 +1,2 @@
22 +DIST fmlist-0.9.3.tar.gz 4428 BLAKE2B 818911f2e670e7b371e0dd58bb9ee661a7f0fd4130e611606d393aeea7b5c4d0eddb8ce04babb2d85cac54a4d3511457c2291eeb5b548967a4409291e18990a9 SHA512 1dba120af3c06d22b41269b22aad7950dd1d567daee213eeaa316f8dcd9e97a2f4499372b310561bb3a25909c38060c0aefacfe640d85ec3c90c5f5503db8915
23 DIST fmlist-0.9.tar.gz 4256 BLAKE2B b6dff5a18f3e13c16c7aed41eb4b22d6fa01ee0a8fe8250fab706a0d07b38cf50bf09b40f0b794aae304c6c4e93fd30ede2ab1765cbbdede2a08e9b12b5d07ea SHA512 ddead2f2742e91365381ac9c003f59ea57441c4e9a32b01f3d1aa989120d954b01bb6b19f148a4d89c0cb7332093c39f17567d8c479d47133a0568b8abc757d4
24
25 diff --git a/dev-haskell/fmlist/fmlist-0.9.3.ebuild b/dev-haskell/fmlist/fmlist-0.9.3.ebuild
26 new file mode 100644
27 index 00000000000..0ff4a019eb1
28 --- /dev/null
29 +++ b/dev-haskell/fmlist/fmlist-0.9.3.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +# ebuild generated by hackport 0.6.9999
37 +
38 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
39 +inherit haskell-cabal
40 +
41 +DESCRIPTION="FoldMap lists"
42 +HOMEPAGE="https://github.com/sjoerdvisscher/fmlist"
43 +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
44 +
45 +LICENSE="BSD"
46 +SLOT="0/${PV}"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE=""
49 +
50 +RDEPEND="dev-haskell/fail:=[profile?]
51 + >=dev-lang/ghc-7.4.1:=
52 +"
53 +DEPEND="${RDEPEND}
54 + >=dev-haskell/cabal-1.10
55 +"