Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/shape_tools/
Date: Mon, 16 Oct 2017 00:08:47
Message-Id: 1508112407.61bd7aa8e6f4122842661f435452304cd19d0ce7.soap@gentoo
1 commit: 61bd7aa8e6f4122842661f435452304cd19d0ce7
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 23:34:32 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 00:06:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61bd7aa8
7
8 dev-ros/shape_tools: [QA] Add cmake-utils_src_prepare
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 dev-ros/shape_tools/shape_tools-0.2.1.ebuild | 4 +++-
13 dev-ros/shape_tools/shape_tools-9999.ebuild | 4 +++-
14 2 files changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ros/shape_tools/shape_tools-0.2.1.ebuild b/dev-ros/shape_tools/shape_tools-0.2.1.ebuild
17 index a01d63a6d97..be5d89f8bd9 100644
18 --- a/dev-ros/shape_tools/shape_tools-0.2.1.ebuild
19 +++ b/dev-ros/shape_tools/shape_tools-0.2.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -21,6 +21,8 @@ RDEPEND="
27 DEPEND="${RDEPEND}"
28
29 src_prepare() {
30 + cmake-utils_src_prepare
31 +
32 sed -e 's/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/' \
33 -i CMakeLists.txt \
34 || die
35
36 diff --git a/dev-ros/shape_tools/shape_tools-9999.ebuild b/dev-ros/shape_tools/shape_tools-9999.ebuild
37 index a01d63a6d97..be5d89f8bd9 100644
38 --- a/dev-ros/shape_tools/shape_tools-9999.ebuild
39 +++ b/dev-ros/shape_tools/shape_tools-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 @@ -21,6 +21,8 @@ RDEPEND="
47 DEPEND="${RDEPEND}"
48
49 src_prepare() {
50 + cmake-utils_src_prepare
51 +
52 sed -e 's/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/' \
53 -i CMakeLists.txt \
54 || die