Skip to content

Commit

Permalink
dev-vcs/git-repair: new package, add 1.20220404
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Schmaus <[email protected]>
  • Loading branch information
Flowdalic committed Jan 6, 2023
1 parent dff447e commit b2373ee
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-vcs/git-repair/Manifest
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
53 changes: 53 additions & 0 deletions dev-vcs/git-repair/git-repair-1.20220404.ebuild
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
}
8 changes: 8 additions & 0 deletions dev-vcs/git-repair/metadata.xml
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>

0 comments on commit b2373ee

Please sign in to comment.