logo

overlay

My own overlay for experimentations, use with caution, no support is provided
commit: 312efee4ccc12b5712e246fa8b68b0ebdfe41ea2
parent: e36ff65519f7b69665a4e8e23ab5a9263d423bff
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  6 Jan 2020 05:05:31 +0100

dev-vcs/git-repair: New package

Diffstat:

Adev-vcs/git-repair/Manifest1+
Adev-vcs/git-repair/git-repair-1.20200102.ebuild35+++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/dev-vcs/git-repair/Manifest b/dev-vcs/git-repair/Manifest @@ -0,0 +1 @@ +DIST git-repair-1.20200102.tar.gz 90754 BLAKE2B 5cf2f56ae86a442c390fe20a384c99d0aceb82e71ff37ee7fdae12a77b32f6947fa959ef4ed7a8a71cbdb3e0f20e015687fe6d27c8c3ce89635ba6cf23800e30 SHA512 50502d1afe4d0ad40ef18018ae8fa04be94f9b29f47e09e470e3b320c05a734a7a5b9ab84bf4b971b9cbf78902b99dac72a38dcbf09d3e4c3362109205137c53 diff --git a/dev-vcs/git-repair/git-repair-1.20200102.ebuild b/dev-vcs/git-repair/git-repair-1.20200102.ebuild @@ -0,0 +1,35 @@ +# Copyright 2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +CABAL_FEATURES="haddock hoogle profile" +inherit haskell-cabal + +DESCRIPTION="repairs a damanged git repisitory" +HOMEPAGE="https://git-repair.branchable.com/" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64" +ISUE="" + +RDEPEND=" + dev-haskell/async:=[profile?] + dev-haskell/attoparsec:=[profile?] + dev-haskell/data-default:=[profile?] + >=dev-haskell/exceptions-0.6:=[profile?] + dev-haskell/hslogger + dev-haskell/ifelse + dev-haskell/mtl + dev-haskell/network + dev-haskell/network-uri + >=dev-haskell/optparse-applicative-0.14.1 + dev-haskell/quickcheck + dev-haskell/setenv + dev-haskell/split + dev-haskell/text + >=dev-haskell/unix-compat-0.5 + dev-haskell/utf8-string +" +DEPEND="${RDEPEND}"