Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xmonad-contrib/
Date: Mon, 03 Aug 2020 18:10:36
Message-Id: 1596478211.097f64a08ba2624d893bef4019c33ae7806b84bf.slyfox@gentoo
1 commit: 097f64a08ba2624d893bef4019c33ae7806b84bf
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 18:10:04 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 18:10:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=097f64a0
7
8 x11-wm/xmonad-contrib: bump up to 0.16 (ghc-8.8 compatible)
9
10 Reported-by: Dima Pasechnik
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 x11-wm/xmonad-contrib/Manifest | 1 +
15 x11-wm/xmonad-contrib/xmonad-contrib-0.16.ebuild | 41 ++++++++++++++++++++++++
16 2 files changed, 42 insertions(+)
17
18 diff --git a/x11-wm/xmonad-contrib/Manifest b/x11-wm/xmonad-contrib/Manifest
19 index 057faa6bca6..727c07591c4 100644
20 --- a/x11-wm/xmonad-contrib/Manifest
21 +++ b/x11-wm/xmonad-contrib/Manifest
22 @@ -3,3 +3,4 @@ DIST xmonad-contrib-0.11.4.tar.gz 401743 BLAKE2B f6962bcb88e88ebf620ef037c08de8c
23 DIST xmonad-contrib-0.12.tar.gz 464978 BLAKE2B 72b08d01a24e1a878bc1d7175755b45d0751236f01c276f3b5baaf332f3baf5c81b2c75c8ab88e221f1cabde0f3ed3f7a613b672b038da95de0ef4d69f249307 SHA512 5bb145fc7d07ebc8e4dde5ba83b5340913fb089581d22e993663402fc6728eab9f6939466b7a262827c0098599073a928700e0acb8245b943b23e6cd01e63056
24 DIST xmonad-contrib-0.13.tar.gz 485351 BLAKE2B ef42ad08bf5878046abfbc0c2cbb79853c01e2e0ba0e6ab0723e575531dc106c32dce58fe9e6e35b5e84f18b04456aec03ef838a9cb6fc34396415a311e1b2d5 SHA512 40b8a8fc8a1fa134f2726c273ff75eee26a43c9f18095bad9251e4b37b0cca5ee6c32eec5c42aa00c9e0c5c90ae54e6414739a2cee5b5d2917814358449d55f5
25 DIST xmonad-contrib-0.15.tar.gz 524285 BLAKE2B e34b32a4899e98b00ae5ea4539a8566f056f794adb672df035d140532faf0996ef4bcf078998a1a6bd93320c5ebd41d51babf98a5332142c3a8644d3eb0e007d SHA512 c4669a51f6c1fbb50f5d484ae4a24b608d2b03c2e6814fa2ae079fe57a4b599e3072ae23c29b22fe2cf86a04840b4262a646ee4c7ba7c9a859ee78a31f99bc8a
26 +DIST xmonad-contrib-0.16.tar.gz 540237 BLAKE2B 7ddf8730481c39e9b5e40a548f3cbe36f301901656c57cc5ffdd11e05ad516019dc0b82c7dcf77665c152c390f7b7ae49c04ec6ae39347565b11a23aef23cce3 SHA512 22a18b4045cbfca0229cbf6c0bf1dfa595cbffbe6b82fd58b1fcf941cbfd306642160995b55859cead3cf574df696d2a3cea6507cac4d5c7c58cf09b3a86bc25
27
28 diff --git a/x11-wm/xmonad-contrib/xmonad-contrib-0.16.ebuild b/x11-wm/xmonad-contrib/xmonad-contrib-0.16.ebuild
29 new file mode 100644
30 index 00000000000..5156c063509
31 --- /dev/null
32 +++ b/x11-wm/xmonad-contrib/xmonad-contrib-0.16.ebuild
33 @@ -0,0 +1,41 @@
34 +# Copyright 1999-2020 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +# ebuild generated by hackport 0.6.1
40 +#hackport: flags: -testing,use_xft:xft
41 +
42 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
43 +inherit haskell-cabal
44 +
45 +DESCRIPTION="Third party extensions for xmonad"
46 +HOMEPAGE="http://xmonad.org/"
47 +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
48 +
49 +LICENSE="BSD"
50 +SLOT="0/${PV}"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE="+xft"
53 +
54 +RDEPEND="dev-haskell/extensible-exceptions:=[profile?]
55 + >=dev-haskell/mtl-1:=[profile?] <dev-haskell/mtl-3:=[profile?]
56 + dev-haskell/old-locale:=[profile?]
57 + dev-haskell/old-time:=[profile?]
58 + dev-haskell/random:=[profile?]
59 + dev-haskell/semigroups:=[profile?]
60 + dev-haskell/utf8-string:=[profile?]
61 + >=dev-haskell/x11-1.6.1:=[profile?] <dev-haskell/x11-1.10:=[profile?]
62 + >=dev-lang/ghc-8.0.1:=
63 + >=x11-wm/xmonad-0.15:=[profile?] <x11-wm/xmonad-0.16:=[profile?]
64 + xft? ( >=dev-haskell/x11-xft-0.2:=[profile?] )
65 +"
66 +DEPEND="${RDEPEND}
67 + >=dev-haskell/cabal-1.24.0.0
68 +"
69 +
70 +src_configure() {
71 + haskell-cabal_src_configure \
72 + --flag=-testing \
73 + $(cabal_flag xft use_xft)
74 +}