diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-30 12:28:35 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-31 21:01:42 +0100 |
commit | f9b75f5b9ab95f25a69aaac8e50bcf56b8dd1190 (patch) | |
tree | 858381ddb388cfd6aea1a66d40dc43f5e9348f4b /dev-vcs/qsvn | |
parent | dev-vcs/qsvn: Drop duplicated dependency (diff) | |
download | gentoo-f9b75f5b9ab95f25a69aaac8e50bcf56b8dd1190.tar.gz gentoo-f9b75f5b9ab95f25a69aaac8e50bcf56b8dd1190.tar.bz2 gentoo-f9b75f5b9ab95f25a69aaac8e50bcf56b8dd1190.zip |
dev-vcs/qsvn: EAPI 6
Acked-by: Davide Pesavento <pesa@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/3724
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-vcs/qsvn')
-rw-r--r-- | dev-vcs/qsvn/files/qsvn-0.8.3-static-lib.patch | 4 | ||||
-rw-r--r-- | dev-vcs/qsvn/files/qsvn-0.8.3-tests.patch | 4 | ||||
-rw-r--r-- | dev-vcs/qsvn/qsvn-0.8.3.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
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 index 4bef9d63ea7d..a0e50aadf223 100644 --- a/dev-vcs/qsvn/files/qsvn-0.8.3-static-lib.patch +++ b/dev-vcs/qsvn/files/qsvn-0.8.3-static-lib.patch @@ -1,5 +1,5 @@ ---- origsrc/qsvn-0.8.3/src/svnqt/CMakeLists.txt 2009-07-05 04:56:34.000000000 -0500 -+++ src/qsvn-0.8.3/src/svnqt/CMakeLists.txt 2009-08-25 00:56:52.432416800 -0500 +--- a/svnqt/CMakeLists.txt 2009-07-05 04:56:34.000000000 -0500 ++++ b/svnqt/CMakeLists.txt 2009-08-25 00:56:52.432416800 -0500 @@ -131,7 +131,7 @@ CONFIGURE_FILE( SET(INST_HEADERS ${INST_HEADERS} ${CMAKE_CURRENT_BINARY_DIR}/svnqt_defines.hpp) INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_BINARY_DIR}) diff --git a/dev-vcs/qsvn/files/qsvn-0.8.3-tests.patch b/dev-vcs/qsvn/files/qsvn-0.8.3-tests.patch index eb7a45291af6..e61f116c84f3 100644 --- a/dev-vcs/qsvn/files/qsvn-0.8.3-tests.patch +++ b/dev-vcs/qsvn/files/qsvn-0.8.3-tests.patch @@ -1,7 +1,7 @@ The included tests are simple, "hello world" style tests that do not actually test this package. ---- CMakeLists.txt -+++ CMakeLists.txt +--- a/CMakeLists.txt ++++ b/CMakeLists.txt @@ -187,7 +187,3 @@ /dVcInstallDir=$ENV{VCINSTALLDIR} ) diff --git a/dev-vcs/qsvn/qsvn-0.8.3.ebuild b/dev-vcs/qsvn/qsvn-0.8.3.ebuild index 709cc46ba30e..037732f72aa6 100644 --- a/dev-vcs/qsvn/qsvn-0.8.3.ebuild +++ b/dev-vcs/qsvn/qsvn-0.8.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 inherit cmake-utils |