logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: ace0854bec1dc949caa3707373aed76141bc1b36
parent 792e90c2ba2d78bc07cc21150a429a651ab03fcf
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 14 Apr 2019 09:28:00 +0200

dev-haskell/hfuse: Add old 0.2.4.4

Diffstat:

Mgui-wm/waymonad/waymonad-9999.ebuild15++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/gui-wm/waymonad/waymonad-9999.ebuild b/gui-wm/waymonad/waymonad-9999.ebuild @@ -3,12 +3,21 @@ EAPI=7 -inherit haskell-cabal git-r3 +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" -EGIT_REPO_URI="https://github.com/waymonad/waymonad.git" -EGIT_SUBMODULES=() SLOT="0" # Shipped in GHC: containers, time, directory, unix, process, bytestring,