diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-01-06 09:45:17 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-01-06 09:47:32 +0100 |
commit | b2373ee97544a701c20241ec472db792976ebda9 (patch) | |
tree | 77076a5f13a49ec9e92b782f6ab149121ece6e69 /dev-vcs/git-repair | |
parent | app-misc/ca-certificates: add 20211016.3.87 (diff) | |
download | gentoo-b2373ee97544a701c20241ec472db792976ebda9.tar.gz gentoo-b2373ee97544a701c20241ec472db792976ebda9.tar.bz2 gentoo-b2373ee97544a701c20241ec472db792976ebda9.zip |
dev-vcs/git-repair: new package, add 1.20220404
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-vcs/git-repair')
-rw-r--r-- | dev-vcs/git-repair/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/git-repair/git-repair-1.20220404.ebuild | 53 | ||||
-rw-r--r-- | dev-vcs/git-repair/metadata.xml | 8 |
3 files changed, 62 insertions, 0 deletions
diff --git a/dev-vcs/git-repair/Manifest b/dev-vcs/git-repair/Manifest new file mode 100644 index 000000000000..92f22a9f00de --- /dev/null +++ b/dev-vcs/git-repair/Manifest @@ -0,0 +1 @@ +DIST git-repair-1.20220404.tar.gz 107186 BLAKE2B ccfda04c27a3f5b1a276c93647e0f296f07bf71c04803093fb7de1836f1c64539a0687ace0e3d770e035f9b521ed34912e3e6a8ce29b3a1e6b8b4db43ee4ce67 SHA512 5982d0039657a6669c4ddfc9118ad40209d72a5871db6cfd02a262142452b1387c3a23699e41fa9deb0e31c4abaa0c4f973b8ebb740585235617dd2effd2cca2 diff --git a/dev-vcs/git-repair/git-repair-1.20220404.ebuild b/dev-vcs/git-repair/git-repair-1.20220404.ebuild new file mode 100644 index 000000000000..24c70ff87dd1 --- /dev/null +++ b/dev-vcs/git-repair/git-repair-1.20220404.ebuild @@ -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 +} diff --git a/dev-vcs/git-repair/metadata.xml b/dev-vcs/git-repair/metadata.xml new file mode 100644 index 000000000000..87a759d410cf --- /dev/null +++ b/dev-vcs/git-repair/metadata.xml @@ -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> |