mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-vcs/git-repair: New Package
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
42
dev-vcs/git-repair/git-repair-1.20210629.ebuild
Normal file
42
dev-vcs/git-repair/git-repair-1.20210629.ebuild
Normal file
@@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# ebuild generated by hackport 0.7
|
||||
|
||||
CABAL_FEATURES="haddock hoogle profile"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="repairs a damaged git repository"
|
||||
HOMEPAGE="https://git-repair.branchable.com/"
|
||||
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
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-2.6:=[profile?]
|
||||
>=dev-haskell/network-uri-2.6:=[profile?]
|
||||
>=dev-haskell/optparse-applicative-0.14.1:=[profile?]
|
||||
dev-haskell/quickcheck:2=[profile?]
|
||||
dev-haskell/split:=[profile?]
|
||||
dev-haskell/text:=[profile?]
|
||||
>=dev-haskell/unix-compat-0.5:=[profile?]
|
||||
dev-haskell/utf8-string:=[profile?]
|
||||
>=dev-lang/ghc-8.4.3:=[profile?]
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-haskell/cabal-2.2.0.1
|
||||
>=dev-haskell/filepath-bytestring-1.4.2.1.1
|
||||
"
|
||||
Reference in New Issue
Block a user