commit:     b2373ee97544a701c20241ec472db792976ebda9
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 08:45:17 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 08:47:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2373ee9

dev-vcs/git-repair: new package, add 1.20220404

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-vcs/git-repair/Manifest                     |  1 +
 dev-vcs/git-repair/git-repair-1.20220404.ebuild | 53 +++++++++++++++++++++++++
 dev-vcs/git-repair/metadata.xml                 |  8 ++++
 3 files changed, 62 insertions(+)

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>[email protected]</email>
+       </maintainer>
+</pkgmetadata>

Reply via email to