commit:     01550e4b841cea68414c782773cda9eb8519a8b9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 08:33:54 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 08:34:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01550e4b

x11-wm/xmonad-contrib: bump up to 0.15, bug #680504

Reported-by: yuLya
Closes: https://bugs.gentoo.org/680504
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 x11-wm/xmonad-contrib/Manifest                   |  1 +
 x11-wm/xmonad-contrib/xmonad-contrib-0.15.ebuild | 41 ++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/x11-wm/xmonad-contrib/Manifest b/x11-wm/xmonad-contrib/Manifest
index 9cb9bf3cf67..057faa6bca6 100644
--- a/x11-wm/xmonad-contrib/Manifest
+++ b/x11-wm/xmonad-contrib/Manifest
@@ -2,3 +2,4 @@ DIST xmonad-contrib-0.11.2.tar.gz 401758 BLAKE2B 
06697bac621dabbbc3e066c38efbfc8
 DIST xmonad-contrib-0.11.4.tar.gz 401743 BLAKE2B 
f6962bcb88e88ebf620ef037c08de8c21ebbb10cb863852f60b5f3ba03d72d00dfb737b57ca0bb5f2fa3364a120fe00377d6c27735abbc8f7eb0b1992ec705b7
 SHA512 
3d747988baa497475255be4cc96f7eba5cf6fc81658f8f877ca92148fb9a154423ee98ebeb23690de00b186d2e34ad13d94cf1fe332d4ca4f1f4a64790e46ed7
 DIST xmonad-contrib-0.12.tar.gz 464978 BLAKE2B 
72b08d01a24e1a878bc1d7175755b45d0751236f01c276f3b5baaf332f3baf5c81b2c75c8ab88e221f1cabde0f3ed3f7a613b672b038da95de0ef4d69f249307
 SHA512 
5bb145fc7d07ebc8e4dde5ba83b5340913fb089581d22e993663402fc6728eab9f6939466b7a262827c0098599073a928700e0acb8245b943b23e6cd01e63056
 DIST xmonad-contrib-0.13.tar.gz 485351 BLAKE2B 
ef42ad08bf5878046abfbc0c2cbb79853c01e2e0ba0e6ab0723e575531dc106c32dce58fe9e6e35b5e84f18b04456aec03ef838a9cb6fc34396415a311e1b2d5
 SHA512 
40b8a8fc8a1fa134f2726c273ff75eee26a43c9f18095bad9251e4b37b0cca5ee6c32eec5c42aa00c9e0c5c90ae54e6414739a2cee5b5d2917814358449d55f5
+DIST xmonad-contrib-0.15.tar.gz 524285 BLAKE2B 
e34b32a4899e98b00ae5ea4539a8566f056f794adb672df035d140532faf0996ef4bcf078998a1a6bd93320c5ebd41d51babf98a5332142c3a8644d3eb0e007d
 SHA512 
c4669a51f6c1fbb50f5d484ae4a24b608d2b03c2e6814fa2ae079fe57a4b599e3072ae23c29b22fe2cf86a04840b4262a646ee4c7ba7c9a859ee78a31f99bc8a

diff --git a/x11-wm/xmonad-contrib/xmonad-contrib-0.15.ebuild 
b/x11-wm/xmonad-contrib/xmonad-contrib-0.15.ebuild
new file mode 100644
index 00000000000..4d0d9737f40
--- /dev/null
+++ b/x11-wm/xmonad-contrib/xmonad-contrib-0.15.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.6.9999
+#hackport: flags: -testing,use_xft:xft
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Third party extensions for xmonad"
+HOMEPAGE="http://xmonad.org/";
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+xft"
+
+RDEPEND="dev-haskell/extensible-exceptions:=[profile?]
+       >=dev-haskell/mtl-1:=[profile?] <dev-haskell/mtl-3:=[profile?]
+       dev-haskell/old-locale:=[profile?]
+       dev-haskell/old-time:=[profile?]
+       dev-haskell/random:=[profile?]
+       dev-haskell/semigroups:=[profile?]
+       dev-haskell/utf8-string:=[profile?]
+       >=dev-haskell/x11-1.6.1:=[profile?] <dev-haskell/x11-1.10:=[profile?]
+       >=dev-lang/ghc-7.6.1:=
+       >=x11-wm/xmonad-0.15:=[profile?] <x11-wm/xmonad-0.16:=[profile?]
+       xft? ( >=dev-haskell/x11-xft-0.2:=[profile?] )
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-1.16.0
+"
+
+src_configure() {
+       haskell-cabal_src_configure \
+               --flag=-testing \
+               $(cabal_flag xft use_xft)
+}

Reply via email to