dev-vcs/git-annex: add missing patches
authorSergei Trofimovich <slyfox@gentoo.org>
Thu, 16 Feb 2017 21:52:37 +0000 (21:52 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Thu, 16 Feb 2017 21:57:14 +0000 (21:57 +0000)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-vcs/git-annex/files/git-annex-6.20161210-directory-1.3.patch [new file with mode: 0644]
dev-vcs/git-annex/files/git-annex-6.20170101-crypto-api.patch [new file with mode: 0644]

diff --git a/dev-vcs/git-annex/files/git-annex-6.20161210-directory-1.3.patch b/dev-vcs/git-annex/files/git-annex-6.20161210-directory-1.3.patch
new file mode 100644 (file)
index 0000000..1e9bb57
--- /dev/null
@@ -0,0 +1,9 @@
+diff --git a/Common.hs b/Common.hs
+index 5213863..74b054e 100644
+--- a/Common.hs
++++ b/Common.hs
+@@ -27,3 +27,3 @@ import Utility.Process as X
+ import Utility.Path as X
+-import Utility.Directory as X
++import Utility.Directory as X hiding (getFileSize)
+ import Utility.Monad as X
diff --git a/dev-vcs/git-annex/files/git-annex-6.20170101-crypto-api.patch b/dev-vcs/git-annex/files/git-annex-6.20170101-crypto-api.patch
new file mode 100644 (file)
index 0000000..c517c65
--- /dev/null
@@ -0,0 +1,8 @@
+diff --git a/git-annex.cabal b/git-annex.cabal
+index 5b95a16..f03024d 100644
+--- a/git-annex.cabal
++++ b/git-annex.cabal
+@@ -326,2 +326,3 @@ Executable git-annex
+    case-insensitive,
++   crypto-api,
+    random,