Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python_orocos_kdl/files/, dev-python/python_orocos_kdl/
Date: Tue, 28 Feb 2017 11:27:50
Message-Id: 1488281209.e5a802869b1eb1c8300176a550d290b24f347e78.aballier@gentoo
1 commit: e5a802869b1eb1c8300176a550d290b24f347e78
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 09:34:35 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 11:26:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a80286
7
8 dev-python/python_orocos_kdl: Install package.xml in ros_packages and standard location.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/python_orocos_kdl/files/gentoo.patch | 3 ++-
13 ...ython_orocos_kdl-1.3.1.ebuild => python_orocos_kdl-1.3.1-r1.ebuild} | 2 +-
14 2 files changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/python_orocos_kdl/files/gentoo.patch b/dev-python/python_orocos_kdl/files/gentoo.patch
17 index f5e6638436..571ee03482 100644
18 --- a/dev-python/python_orocos_kdl/files/gentoo.patch
19 +++ b/dev-python/python_orocos_kdl/files/gentoo.patch
20 @@ -2,10 +2,11 @@ Index: python_orocos_kdl/CMakeLists.txt
21 ===================================================================
22 --- python_orocos_kdl.orig/CMakeLists.txt
23 +++ python_orocos_kdl/CMakeLists.txt
24 -@@ -21,4 +21,4 @@ set(SIP_EXTRA_OPTIONS "-o")
25 +@@ -21,4 +21,5 @@ set(SIP_EXTRA_OPTIONS "-o")
26 set(PYTHON_SITE_PACKAGES_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/${PYTHON_SITE_PACKAGES})
27 add_sip_python_module(PyKDL PyKDL/PyKDL.sip ${orocos_kdl_LIBRARIES})
28
29 -install(FILES package.xml DESTINATION share/python_orocos_kdl)
30 \ No newline at end of file
31 ++install(FILES package.xml DESTINATION share/python_orocos_kdl)
32 +install(FILES package.xml DESTINATION share/ros_packages/python_orocos_kdl)
33
34 diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1-r1.ebuild
35 similarity index 96%
36 rename from dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1.ebuild
37 rename to dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1-r1.ebuild
38 index 89a4b94a28..227c40d706 100644
39 --- a/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1.ebuild
40 +++ b/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1-r1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2016 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Id$