Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/orocos_kdl/files/, sci-libs/orocos_kdl/
Date: Fri, 07 Oct 2016 16:16:55
Message-Id: 1475857000.faad8baa62c9fda9111f38990441bf1df37ebf85.aballier@gentoo
1 commit: faad8baa62c9fda9111f38990441bf1df37ebf85
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 7 16:01:54 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 7 16:16:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faad8baa
7
8 sci-libs/orocos_kdl: install package.xml file in /usr/share/ros_packages/$PN
9
10 Package-Manager: portage-2.3.1
11
12 sci-libs/orocos_kdl/files/gentoo.patch | 10 ++++++++++
13 .../{orocos_kdl-1.3.0.ebuild => orocos_kdl-1.3.0-r1.ebuild} | 3 ++-
14 sci-libs/orocos_kdl/orocos_kdl-9999.ebuild | 3 ++-
15 3 files changed, 14 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-libs/orocos_kdl/files/gentoo.patch b/sci-libs/orocos_kdl/files/gentoo.patch
18 new file mode 100644
19 index 00000000..3766e12
20 --- /dev/null
21 +++ b/sci-libs/orocos_kdl/files/gentoo.patch
22 @@ -0,0 +1,10 @@
23 +Index: orocos_kdl/CMakeLists.txt
24 +===================================================================
25 +--- orocos_kdl.orig/CMakeLists.txt
26 ++++ orocos_kdl/CMakeLists.txt
27 +@@ -114,4 +114,4 @@ INSTALL(FILES ${PROJECT_BINARY_DIR}/oroc
28 + INSTALL(FILES ${PROJECT_BINARY_DIR}/orocos_kdl-config-version.cmake DESTINATION share/orocos_kdl)
29 + INSTALL(EXPORT OrocosKDLTargets DESTINATION share/orocos_kdl)
30 +
31 +-INSTALL(FILES package.xml DESTINATION share/orocos_kdl)
32 ++INSTALL(FILES package.xml DESTINATION share/ros_packages/orocos_kdl)
33
34 diff --git a/sci-libs/orocos_kdl/orocos_kdl-1.3.0.ebuild b/sci-libs/orocos_kdl/orocos_kdl-1.3.0-r1.ebuild
35 similarity index 94%
36 rename from sci-libs/orocos_kdl/orocos_kdl-1.3.0.ebuild
37 rename to sci-libs/orocos_kdl/orocos_kdl-1.3.0-r1.ebuild
38 index 29a3169..fac6891 100644
39 --- a/sci-libs/orocos_kdl/orocos_kdl-1.3.0.ebuild
40 +++ b/sci-libs/orocos_kdl/orocos_kdl-1.3.0-r1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2014 Gentoo Foundation
43 +# Copyright 1999-2016 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Id$
46
47 @@ -33,6 +33,7 @@ DEPEND="${RDEPEND}
48 REQUIRED_USE="examples? ( models )"
49
50 DOCS=( README )
51 +PATCHES=( "${FILESDIR}/gentoo.patch" )
52
53 if [ "${PV#9999}" != "${PV}" ] ; then
54 S=${WORKDIR}/${P}/orocos_kdl
55
56 diff --git a/sci-libs/orocos_kdl/orocos_kdl-9999.ebuild b/sci-libs/orocos_kdl/orocos_kdl-9999.ebuild
57 index 29a3169..fac6891 100644
58 --- a/sci-libs/orocos_kdl/orocos_kdl-9999.ebuild
59 +++ b/sci-libs/orocos_kdl/orocos_kdl-9999.ebuild
60 @@ -1,4 +1,4 @@
61 -# Copyright 1999-2014 Gentoo Foundation
62 +# Copyright 1999-2016 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 # $Id$
65
66 @@ -33,6 +33,7 @@ DEPEND="${RDEPEND}
67 REQUIRED_USE="examples? ( models )"
68
69 DOCS=( README )
70 +PATCHES=( "${FILESDIR}/gentoo.patch" )
71
72 if [ "${PV#9999}" != "${PV}" ] ; then
73 S=${WORKDIR}/${P}/orocos_kdl