Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/qsvn/files/, dev-vcs/qsvn/
Date: Tue, 31 Jan 2017 20:03:12
Message-Id: 1485892902.f9b75f5b9ab95f25a69aaac8e50bcf56b8dd1190.johu@gentoo
1 commit: f9b75f5b9ab95f25a69aaac8e50bcf56b8dd1190
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 11:28:35 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 20:01:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b75f5b
7
8 dev-vcs/qsvn: EAPI 6
9
10 Acked-by: Davide Pesavento <pesa <AT> gentoo.org>
11 Closes: https://github.com/gentoo/gentoo/pull/3724
12
13 Package-Manager: Portage-2.3.3, Repoman-2.3.1
14
15 dev-vcs/qsvn/files/qsvn-0.8.3-static-lib.patch | 4 ++--
16 dev-vcs/qsvn/files/qsvn-0.8.3-tests.patch | 4 ++--
17 dev-vcs/qsvn/qsvn-0.8.3.ebuild | 2 +-
18 3 files changed, 5 insertions(+), 5 deletions(-)
19
20 diff --git a/dev-vcs/qsvn/files/qsvn-0.8.3-static-lib.patch b/dev-vcs/qsvn/files/qsvn-0.8.3-static-lib.patch
21 index 4bef9d6..a0e50aa 100644
22 --- a/dev-vcs/qsvn/files/qsvn-0.8.3-static-lib.patch
23 +++ b/dev-vcs/qsvn/files/qsvn-0.8.3-static-lib.patch
24 @@ -1,5 +1,5 @@
25 ---- origsrc/qsvn-0.8.3/src/svnqt/CMakeLists.txt 2009-07-05 04:56:34.000000000 -0500
26 -+++ src/qsvn-0.8.3/src/svnqt/CMakeLists.txt 2009-08-25 00:56:52.432416800 -0500
27 +--- a/svnqt/CMakeLists.txt 2009-07-05 04:56:34.000000000 -0500
28 ++++ b/svnqt/CMakeLists.txt 2009-08-25 00:56:52.432416800 -0500
29 @@ -131,7 +131,7 @@ CONFIGURE_FILE(
30 SET(INST_HEADERS ${INST_HEADERS} ${CMAKE_CURRENT_BINARY_DIR}/svnqt_defines.hpp)
31 INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_BINARY_DIR})
32
33 diff --git a/dev-vcs/qsvn/files/qsvn-0.8.3-tests.patch b/dev-vcs/qsvn/files/qsvn-0.8.3-tests.patch
34 index eb7a452..e61f116 100644
35 --- a/dev-vcs/qsvn/files/qsvn-0.8.3-tests.patch
36 +++ b/dev-vcs/qsvn/files/qsvn-0.8.3-tests.patch
37 @@ -1,7 +1,7 @@
38 The included tests are simple, "hello world" style tests
39 that do not actually test this package.
40 ---- CMakeLists.txt
41 -+++ CMakeLists.txt
42 +--- a/CMakeLists.txt
43 ++++ b/CMakeLists.txt
44 @@ -187,7 +187,3 @@
45 /dVcInstallDir=$ENV{VCINSTALLDIR}
46 )
47
48 diff --git a/dev-vcs/qsvn/qsvn-0.8.3.ebuild b/dev-vcs/qsvn/qsvn-0.8.3.ebuild
49 index 709cc46..037732f 100644
50 --- a/dev-vcs/qsvn/qsvn-0.8.3.ebuild
51 +++ b/dev-vcs/qsvn/qsvn-0.8.3.ebuild
52 @@ -2,7 +2,7 @@
53 # Distributed under the terms of the GNU General Public License v2
54 # $Id$
55
56 -EAPI=4
57 +EAPI=6
58
59 inherit cmake-utils