mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
dev-vcs/git-repair: new package, add 1.20220404
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
1
dev-vcs/git-repair/Manifest
Normal file
1
dev-vcs/git-repair/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST git-repair-1.20220404.tar.gz 107186 BLAKE2B ccfda04c27a3f5b1a276c93647e0f296f07bf71c04803093fb7de1836f1c64539a0687ace0e3d770e035f9b521ed34912e3e6a8ce29b3a1e6b8b4db43ee4ce67 SHA512 5982d0039657a6669c4ddfc9118ad40209d72a5871db6cfd02a262142452b1387c3a23699e41fa9deb0e31c4abaa0c4f973b8ebb740585235617dd2effd2cca2
|
||||
53
dev-vcs/git-repair/git-repair-1.20220404.ebuild
Normal file
53
dev-vcs/git-repair/git-repair-1.20220404.ebuild
Normal file
@@ -0,0 +1,53 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# ebuild generated by hackport 0.8.0.0
|
||||
|
||||
CABAL_FEATURES="haddock hoogle profile"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="A tool to repair damaged git repositories"
|
||||
HOMEPAGE="https://git-repair.branchable.com/"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
GHC_BOOTSTRAP_PACKAGES=(
|
||||
async
|
||||
data-default
|
||||
filepath-bytestring
|
||||
hslogger
|
||||
IfElse
|
||||
split
|
||||
time
|
||||
unix-compat
|
||||
)
|
||||
|
||||
RDEPEND="
|
||||
dev-haskell/async:=[profile?]
|
||||
dev-haskell/attoparsec:=[profile?]
|
||||
dev-haskell/data-default:=[profile?]
|
||||
>=dev-haskell/filepath-bytestring-1.4.2.1.4:=[profile?]
|
||||
dev-haskell/hslogger:=[profile?]
|
||||
dev-haskell/ifelse:=[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/unix-compat-0.5:=[profile?]
|
||||
dev-haskell/utf8-string:=[profile?]
|
||||
>=dev-lang/ghc-8.10.1:=[profile?]
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-haskell/cabal-3.2.0.0
|
||||
"
|
||||
|
||||
src_install() {
|
||||
haskell-cabal_src_install
|
||||
doman git-repair.1
|
||||
}
|
||||
8
dev-vcs/git-repair/metadata.xml
Normal file
8
dev-vcs/git-repair/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Florian Schmaus</name>
|
||||
<email>flow@gentoo.org</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user