Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/osqoop/
Date: Tue, 07 Feb 2017 22:50:37
Message-Id: 1486507826.0223e6611c47e1fba279c7db5a7a217123e55dca.xmw@gentoo
1 commit: 0223e6611c47e1fba279c7db5a7a217123e55dca
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 7 22:49:38 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 22:50:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0223e661
7
8 sci-electronics/osqoop: EAPI=6, call cmake-utils_src_prepare (thanks johu).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-electronics/osqoop/osqoop-1.1.1.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-electronics/osqoop/osqoop-1.1.1.ebuild b/sci-electronics/osqoop/osqoop-1.1.1.ebuild
16 index 3e01da3..4d309cd 100644
17 --- a/sci-electronics/osqoop/osqoop-1.1.1.ebuild
18 +++ b/sci-electronics/osqoop/osqoop-1.1.1.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=4
26 +EAPI=6
27
28 inherit cmake-utils toolchain-funcs
29
30 @@ -22,6 +22,8 @@ DEPEND="${RDEPEND}"
31 S=${WORKDIR}/${PN}-${PN}
32
33 src_prepare() {
34 + cmake-utils_src_prepare
35 +
36 for f in $(find datasource processing -name CMakeLists.txt); do
37 sed -e '/install(TARGETS/s:DESTINATION :DESTINATION '$(get_libdir)/${PN}'/:' \
38 -i "${f}" || die