forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-vcs/git-repair: new package, add 1.20220404
Signed-off-by: Florian Schmaus <[email protected]>
- Loading branch information
Showing
3 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST git-repair-1.20220404.tar.gz 107186 BLAKE2B ccfda04c27a3f5b1a276c93647e0f296f07bf71c04803093fb7de1836f1c64539a0687ace0e3d770e035f9b521ed34912e3e6a8ce29b3a1e6b8b4db43ee4ce67 SHA512 5982d0039657a6669c4ddfc9118ad40209d72a5871db6cfd02a262142452b1387c3a23699e41fa9deb0e31c4abaa0c4f973b8ebb740585235617dd2effd2cca2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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>[email protected]</email> | ||
</maintainer> | ||
</pkgmetadata> |