diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-10-07 18:16:33 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-10-07 18:16:40 +0200 |
commit | 388afd787a605fcaa732f3863cd88bbc8f461059 (patch) | |
tree | ceeb434791182ffa35fb57b3206eb2f872e51faa /dev-python/python_orocos_kdl | |
parent | dev-ros/mavlink-gbp-release: nstall package.xml in /usr/share/ros_packages/$PN (diff) | |
download | gentoo-388afd787a605fcaa732f3863cd88bbc8f461059.tar.gz gentoo-388afd787a605fcaa732f3863cd88bbc8f461059.tar.bz2 gentoo-388afd787a605fcaa732f3863cd88bbc8f461059.zip |
dev-python/python_orocos_kdl: install package.xml in /usr/share/ros_packages/$PN
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-python/python_orocos_kdl')
-rw-r--r-- | dev-python/python_orocos_kdl/files/gentoo.patch | 11 | ||||
-rw-r--r-- | dev-python/python_orocos_kdl/python_orocos_kdl-1.3.0-r2.ebuild (renamed from dev-python/python_orocos_kdl/python_orocos_kdl-1.3.0-r1.ebuild) | 4 | ||||
-rw-r--r-- | dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild | 3 |
3 files changed, 15 insertions, 3 deletions
diff --git a/dev-python/python_orocos_kdl/files/gentoo.patch b/dev-python/python_orocos_kdl/files/gentoo.patch new file mode 100644 index 000000000000..f5e66384365b --- /dev/null +++ b/dev-python/python_orocos_kdl/files/gentoo.patch @@ -0,0 +1,11 @@ +Index: python_orocos_kdl/CMakeLists.txt +=================================================================== +--- python_orocos_kdl.orig/CMakeLists.txt ++++ python_orocos_kdl/CMakeLists.txt +@@ -21,4 +21,4 @@ set(SIP_EXTRA_OPTIONS "-o") + set(PYTHON_SITE_PACKAGES_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/${PYTHON_SITE_PACKAGES}) + add_sip_python_module(PyKDL PyKDL/PyKDL.sip ${orocos_kdl_LIBRARIES}) + +-install(FILES package.xml DESTINATION share/python_orocos_kdl) +\ No newline at end of file ++install(FILES package.xml DESTINATION share/ros_packages/python_orocos_kdl) diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.0-r1.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.0-r2.ebuild index 928ce27e5f42..a281238922d1 100644 --- a/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.0-r1.ebuild +++ b/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -32,7 +32,7 @@ RDEPEND=" dev-python/sip[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}/py3.patch" ) +PATCHES=( "${FILESDIR}/py3.patch" "${FILESDIR}/gentoo.patch" ) if [ "${PV#9999}" != "${PV}" ] ; then S=${WORKDIR}/${P}/python_orocos_kdl diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild index 036c759d0b7e..2d7c7184c906 100644 --- a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild +++ b/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -32,6 +32,7 @@ RDEPEND=" dev-python/sip[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}/gentoo.patch" ) if [ "${PV#9999}" != "${PV}" ] ; then S=${WORKDIR}/${P}/python_orocos_kdl |