Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-annex/files/
Date: Wed, 06 Dec 2017 13:31:24
Message-Id: 1512567073.a55f43599de495b00e68a7e9c8f298b2b1f63d93.kensington@gentoo
1 commit: a55f43599de495b00e68a7e9c8f298b2b1f63d93
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 1 15:57:21 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 6 13:31:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55f4359
7
8 dev-vcs/git-annex: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/6380
11
12 .../files/git-annex-5.20150731-no-strange-installs.patch | 9 ---------
13 1 file changed, 9 deletions(-)
14
15 diff --git a/dev-vcs/git-annex/files/git-annex-5.20150731-no-strange-installs.patch b/dev-vcs/git-annex/files/git-annex-5.20150731-no-strange-installs.patch
16 deleted file mode 100644
17 index a2ca5b86628..00000000000
18 --- a/dev-vcs/git-annex/files/git-annex-5.20150731-no-strange-installs.patch
19 +++ /dev/null
20 @@ -1,9 +0,0 @@
21 -diff --git a/Setup.hs b/Setup.hs
22 -index f90a9b2..97afb7f 100644
23 ---- a/Setup.hs
24 -+++ b/Setup.hs
25 -@@ -25,3 +25,3 @@ main = defaultMainWithHooks simpleUserHooks
26 - return (Nothing, [])
27 -- , postCopy = myPostCopy
28 -+ -- , postCopy = myPostCopy
29 - }