summaryrefslogtreecommitdiff
path: root/dev-vcs/svn2git/svn2git-9999.ebuild
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2018-06-02 18:31:21 +0200
committerSebastian Pipping <sping@gentoo.org>2018-06-02 18:32:05 +0200
commit87c1902f0d8ce19de9d31b3e52660fa30f73b4aa (patch)
tree9ca92566d6255b4783bb0910e9d9e2c9e1dcc8f9 /dev-vcs/svn2git/svn2git-9999.ebuild
parentee604746b688a9631001dff1618b97dd4ad1aa46 (diff)
downloadgentoo-87c1902f0d8ce19de9d31b3e52660fa30f73b4aa.tar.gz
gentoo-87c1902f0d8ce19de9d31b3e52660fa30f73b4aa.tar.bz2
gentoo-87c1902f0d8ce19de9d31b3e52660fa30f73b4aa.zip
dev-vcs/svn2git: 1.0.12 + sync 9999
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-vcs/svn2git/svn2git-9999.ebuild')
-rw-r--r--dev-vcs/svn2git/svn2git-9999.ebuild19
1 files changed, 6 insertions, 13 deletions
diff --git a/dev-vcs/svn2git/svn2git-9999.ebuild b/dev-vcs/svn2git/svn2git-9999.ebuild
index 0fd35c4b742f..77393d1e3fbe 100644
--- a/dev-vcs/svn2git/svn2git-9999.ebuild
+++ b/dev-vcs/svn2git/svn2git-9999.ebuild
@@ -28,20 +28,13 @@ RDEPEND="${DEPEND}
DOCS=( README.md )
-PATCHES=( "${FILESDIR}"/${PN}-1.0.2.1-include-path.patch )
-
-src_prepare() {
- # Note: patching order matters
- default
-
- if [[ "${PV}" != "9999" ]]; then
- eapply "${FILESDIR}"/${PN}-1.0.10-version.patch
- export SVN_ALL_FAST_EXPORT_VERSION=${PVR} # for src_compile
- fi
-}
-
src_configure() {
- eqmake5 fast-export2.pro
+ local qmake_args=(
+ APR_INCLUDE=/usr/include/apr-1
+ PREFIX=/usr
+ SVN_INCLUDE=/usr/include/subversion-1
+ )
+ eqmake5 "${qmake_args[@]}" fast-export2.pro
}
src_install() {