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/wl-pprint/
Date: Sat, 14 Dec 2019 12:21:24
Message-Id: 1576325662.65732aaff5b4ee60086b8a37913e3abcb73744c1.slyfox@gentoo
1 commit: 65732aaff5b4ee60086b8a37913e3abcb73744c1
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 14 12:14:22 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 14 12:14:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65732aaf
7
8 dev-haskell/wl-pprint: bump up to 1.2.1
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/wl-pprint/Manifest | 1 +
14 dev-haskell/wl-pprint/wl-pprint-1.2.1.ebuild | 24 ++++++++++++++++++++++++
15 2 files changed, 25 insertions(+)
16
17 diff --git a/dev-haskell/wl-pprint/Manifest b/dev-haskell/wl-pprint/Manifest
18 index c32c1ad6530..89a6de575ea 100644
19 --- a/dev-haskell/wl-pprint/Manifest
20 +++ b/dev-haskell/wl-pprint/Manifest
21 @@ -1 +1,2 @@
22 +DIST wl-pprint-1.2.1.tar.gz 9959 BLAKE2B 03192e4e28f6a30661f156006f2cfad91f857b0c99d19fc5c00083de278a9b7a77e5bd60bf677f555b570965c9ea476b6d0cbcfb7daf67e55f8574aa6562d35a SHA512 84a3646b9039455b24c3dd4a4bbb2fc69ffa1fa3ead4d0574dc90da1a28064590a28c147135a0568700550c42e4ff83b04b0280564f0ed19acbfcb9d0400c2a3
23 DIST wl-pprint-1.2.tar.gz 9881 BLAKE2B 7025f41b0a5213b6c08b07d0a87deeb16526f102ec73c1196be72179bb76320a83ac5631bfd16d88845751a756d0f87db60afe9109106e8676f8953eb6095851 SHA512 b5e6a8be51f10f1e1dad225020ba769cac62c311d6c0cc13a4ff8623e9b906218826d6f829e9169396eef9fc44379ba32d642914f543bd2f4e7070d6886ee91b
24
25 diff --git a/dev-haskell/wl-pprint/wl-pprint-1.2.1.ebuild b/dev-haskell/wl-pprint/wl-pprint-1.2.1.ebuild
26 new file mode 100644
27 index 00000000000..619d7513bdc
28 --- /dev/null
29 +++ b/dev-haskell/wl-pprint/wl-pprint-1.2.1.ebuild
30 @@ -0,0 +1,24 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +# ebuild generated by hackport 0.5.6.9999
37 +
38 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
39 +inherit haskell-cabal
40 +
41 +DESCRIPTION="The Wadler/Leijen Pretty Printer"
42 +HOMEPAGE="http://hackage.haskell.org/package/wl-pprint"
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-lang/ghc-7.4.1:=
51 +"
52 +DEPEND="${RDEPEND}
53 + >=dev-haskell/cabal-1.6
54 +"