logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: cd00cd2cb7c8d4ec9a024784cef819ca355e9d14
parent aa796008d9ecdf631b88781ce7a03cbb45a45d92
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 10 Apr 2021 03:22:01 +0200

gui-wm/waymonad: Last-rite

Diffstat:

Dgui-wm/waymonad/waymonad-9999.ebuild48------------------------------------------------
1 file changed, 0 insertions(+), 48 deletions(-)

diff --git a/gui-wm/waymonad/waymonad-9999.ebuild b/gui-wm/waymonad/waymonad-9999.ebuild @@ -1,48 +0,0 @@ -# Copyright 2018-2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me> -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -CABAL_FEATURES="lib" - -inherit haskell-cabal - -if [[ $PV = 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/waymonad/waymonad.git" - EGIT_SUBMODULES=() -else - SRC_URI="https://github.com/waymonad/waymonad/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="wayland compositor based on ideas from and inspired by xmonad" -HOMEPAGE="https://github.com/waymonad/waymonad" -SLOT="0" - -# Shipped in GHC: containers, time, directory, unix, process, bytestring, -# deepseq, template-haskell, ghc-prim -DEPEND=" - dev-haskell/hsroots - dev-haskell/hayland - dev-haskell/clock - dev-haskell/xkbcommon - dev-haskell/composition - dev-haskell/mtl - dev-haskell/text - dev-haskell/transformers - dev-haskell/config-schema - dev-haskell/config-value - dev-haskell/xdg-basedir - dev-haskell/network - dev-haskell/data-default - dev-haskell/semigroupoids - dev-haskell/hfuse - dev-haskell/formatting - dev-haskell/stm - dev-haskell/unliftio-core - dev-haskell/unliftio - dev-haskell/libinput - dev-haskell/safe - dev-haskell/waymonad-scanner -"