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/rfc5051/
Date: Sat, 14 Dec 2019 14:06:13
Message-Id: 1576332354.77faa68564532d0a4e6499a1ac04d9701bc88c66.slyfox@gentoo
1 commit: 77faa68564532d0a4e6499a1ac04d9701bc88c66
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 14 13:57:27 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 14 14:05:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77faa685
7
8 dev-haskell/rfc5051: bump up to 0.1.0.4
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/rfc5051/Manifest | 1 +
14 dev-haskell/rfc5051/rfc5051-0.1.0.4.ebuild | 29 +++++++++++++++++++++++++++++
15 2 files changed, 30 insertions(+)
16
17 diff --git a/dev-haskell/rfc5051/Manifest b/dev-haskell/rfc5051/Manifest
18 index 2490c4cb1e9..777748513b6 100644
19 --- a/dev-haskell/rfc5051/Manifest
20 +++ b/dev-haskell/rfc5051/Manifest
21 @@ -1 +1,2 @@
22 DIST rfc5051-0.1.0.3.tar.gz 217935 BLAKE2B 0957fd189a5d9560a790f9c8bc9ef7d6c839dcd2111471195c8b89ef1efbb448084b03498889e724095b5b0760138493a74d80026a478d0ba3a49cffa95be9a3 SHA512 aef601b6e42c3f4238e77452ef302f155ba7bc815d35cf680e2f260ce337644652ee4ac77ea03696a91563faaabd7c124b95a4c16661dd104ddc85be7d9dffa0
23 +DIST rfc5051-0.1.0.4.tar.gz 218105 BLAKE2B 456ab3fe7d1cffebaeaef0aea1b0867ef69729076af9317cdf8f0f802800552a5a1e6ce27e6684eee94457acc925ad9d7c750864b6098b687af576b5aa74d772 SHA512 5a8a3f3ccb846986242152c8c30a0069466072f2b3fb449565b7fb95615c7909be04a320b9215d313d8b8e442a01959ffead0d5076bc61ee7f33f5ff1d9dd67b
24
25 diff --git a/dev-haskell/rfc5051/rfc5051-0.1.0.4.ebuild b/dev-haskell/rfc5051/rfc5051-0.1.0.4.ebuild
26 new file mode 100644
27 index 00000000000..ab23fbd2737
28 --- /dev/null
29 +++ b/dev-haskell/rfc5051/rfc5051-0.1.0.4.ebuild
30 @@ -0,0 +1,29 @@
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="Simple unicode collation as per RFC5051"
42 +HOMEPAGE="http://hackage.haskell.org/package/rfc5051"
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="mkunicodedata"
49 +
50 +RDEPEND=">=dev-lang/ghc-7.4.1:=
51 +"
52 +DEPEND="${RDEPEND}
53 + >=dev-haskell/cabal-1.8
54 +"
55 +
56 +src_configure() {
57 + haskell-cabal_src_configure \
58 + $(cabal_flag mkunicodedata mkunicodedata)
59 +}