logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 9ac0d9dd0308a5136c049edb5f0f7a3df830a1a7
parent cd9cc3ae3151f5f8ac7ee119cfff4a493816395f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 27 Aug 2021 18:15:03 +0200

dev-vcs/git-repair: Moved to guru

Diffstat:

Ddev-vcs/git-repair/Manifest1-
Ddev-vcs/git-repair/git-repair-1.20200102.ebuild39---------------------------------------
2 files changed, 0 insertions(+), 40 deletions(-)

diff --git a/dev-vcs/git-repair/Manifest b/dev-vcs/git-repair/Manifest @@ -1 +0,0 @@ -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 @@ -1,39 +0,0 @@ -# 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/filepath-bytestring-1.4.2.1.0:=[profile?] - dev-haskell/hslogger:=[profile?] - dev-haskell/ifelse:=[profile?] - dev-haskell/mtl:=[profile?] - dev-haskell/network:=[profile?] - dev-haskell/network-uri:=[profile?] - >=dev-haskell/optparse-applicative-0.14.1:=[profile?] - dev-haskell/quickcheck:=[profile?] - dev-haskell/setenv:=[profile?] - dev-haskell/split:=[profile?] - dev-haskell/text:=[profile?] - >=dev-haskell/unix-compat-0.5:=[profile?] - dev-haskell/utf8-string:=[profile?] -" -DEPEND=" - ${RDEPEND} - >=dev-lang/ghc-8.4.1 -"