commit: 541579bbc10c26f07af7b8cfb950b203d564d114
parent: 124728dac94de607ffde799bb1fc27debb825032
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 6 Jan 2020 05:44:24 +0100
Merge branch 'master' into gstreamer-1.16.2
Diffstat:
3 files changed, 34 insertions(+), 12 deletions(-)
diff --git a/dev-haskell/filepath-bytestring/Manifest b/dev-haskell/filepath-bytestring/Manifest
@@ -0,0 +1 @@
+DIST filepath-bytestring-1.4.2.1.1.tar.gz 24145 BLAKE2B d18dc1b3e8adffe08ff7d5390402a1b003288f76c2f87f8891798ccd58a4ab834e3f8cef09b6dda507652ee5717bdb6b33b90edcbfbcb3bed557564242dfe9a1 SHA512 baddbfb0200da041167a8932f4ea074831e39c5bcb0b38bfedc9a627b1fd710e722f835f6c33499ac4893ec2873e51146233f20bff607345f0cb7a107a046e80
diff --git a/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.1.ebuild b/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CABAL_FEATURES="haddock hoogle profile lib"
+inherit haskell-cabal
+
+DESCRIPTION="repairs a damanged git repisitory"
+HOMEPAGE="http://hackage.haskell.org/package/filepath-bytestring"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+ISUE=""
+
+RDEPEND="
+ dev-haskell/utf8-string:=[profile?]
+"
+DEPEND="${RDEPEND}"
diff --git a/dev-vcs/git-repair/git-repair-1.20200102.ebuild b/dev-vcs/git-repair/git-repair-1.20200102.ebuild
@@ -19,17 +19,18 @@ RDEPEND="
dev-haskell/attoparsec:=[profile?]
dev-haskell/data-default:=[profile?]
>=dev-haskell/exceptions-0.6:=[profile?]
- dev-haskell/hslogger
- dev-haskell/ifelse
- dev-haskell/mtl
- dev-haskell/network
- dev-haskell/network-uri
- >=dev-haskell/optparse-applicative-0.14.1
- dev-haskell/quickcheck
- dev-haskell/setenv
- dev-haskell/split
- dev-haskell/text
- >=dev-haskell/unix-compat-0.5
- dev-haskell/utf8-string
+ >=dev-haskell/filepath-bytestring:=[profile?]
+ dev-haskell/hslogger:=[profile?]
+ dev-haskell/ifelse:=[profile?]
+ dev-haskell/mtl:=[profile?]
+ dev-haskell/network:=[profile?]
+ dev-haskell/network-uri:=[profile?]
+ >=dev-haskell/optparse-applicative-0.14.1:=[profile?]
+ dev-haskell/quickcheck:=[profile?]
+ dev-haskell/setenv:=[profile?]
+ dev-haskell/split:=[profile?]
+ dev-haskell/text:=[profile?]
+ >=dev-haskell/unix-compat-0.5:=[profile?]
+ dev-haskell/utf8-string:=[profile?]
"
DEPEND="${RDEPEND}"