summaryrefslogtreecommitdiff
path: root/dev-vcs/svn2git/files/svn2git-1.0.2.1-include-path.patch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-22 23:22:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-22 20:40:19 +0200
commitcd4dbe74372202a17c8d602b3d31db774617102a (patch)
treeede01a368e7bea3300c053f68e9bb93604c2672b /dev-vcs/svn2git/files/svn2git-1.0.2.1-include-path.patch
parent9644b465808f5708269e705c04ceff087d4b8273 (diff)
downloadgentoo-cd4dbe74372202a17c8d602b3d31db774617102a.tar.gz
gentoo-cd4dbe74372202a17c8d602b3d31db774617102a.tar.bz2
gentoo-cd4dbe74372202a17c8d602b3d31db774617102a.zip
dev-vcs/svn2git: Drop <=1.0.13-r1
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-vcs/svn2git/files/svn2git-1.0.2.1-include-path.patch')
-rw-r--r--dev-vcs/svn2git/files/svn2git-1.0.2.1-include-path.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-vcs/svn2git/files/svn2git-1.0.2.1-include-path.patch b/dev-vcs/svn2git/files/svn2git-1.0.2.1-include-path.patch
deleted file mode 100644
index e5c898ba9738..000000000000
--- a/dev-vcs/svn2git/files/svn2git-1.0.2.1-include-path.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/src.pro 2011-01-11 09:02:15.696463807 +0100
-+++ b/src/src.pro 2011-01-11 09:03:59.793959849 +0100
-@@ -3,8 +3,8 @@
- # Automatically generated by qmake (2.01a) dim. dc. 23 13:49:28 2007
- ######################################################################
-
--SVN_INCLUDE = /usr/include/subversion-1 /usr/local/include/subversion-1
--APR_INCLUDE = /usr/include/apr-1.0 /usr/include/apr-1 /usr/local/include/apr-1
-+SVN_INCLUDE = /usr/include/subversion-1
-+APR_INCLUDE = /usr/include/apr-1
- exists(local-config.pri):include(local-config.pri)
-
- VERSION = $$system(git --no-pager show --pretty=oneline --no-notes | head -1 | cut -b-40)