diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-10-07 18:01:54 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-10-07 18:16:40 +0200 |
commit | faad8baa62c9fda9111f38990441bf1df37ebf85 (patch) | |
tree | a60f61fb32d2e081277b3388feaf5f701b977ce1 /sci-libs/orocos_kdl | |
parent | app-emulation/cloud-init: stable amd64 x86 (diff) | |
download | gentoo-faad8baa62c9fda9111f38990441bf1df37ebf85.tar.gz gentoo-faad8baa62c9fda9111f38990441bf1df37ebf85.tar.bz2 gentoo-faad8baa62c9fda9111f38990441bf1df37ebf85.zip |
sci-libs/orocos_kdl: install package.xml file in /usr/share/ros_packages/$PN
Package-Manager: portage-2.3.1
Diffstat (limited to 'sci-libs/orocos_kdl')
-rw-r--r-- | sci-libs/orocos_kdl/files/gentoo.patch | 10 | ||||
-rw-r--r-- | sci-libs/orocos_kdl/orocos_kdl-1.3.0-r1.ebuild (renamed from sci-libs/orocos_kdl/orocos_kdl-1.3.0.ebuild) | 3 | ||||
-rw-r--r-- | sci-libs/orocos_kdl/orocos_kdl-9999.ebuild | 3 |
3 files changed, 14 insertions, 2 deletions
diff --git a/sci-libs/orocos_kdl/files/gentoo.patch b/sci-libs/orocos_kdl/files/gentoo.patch new file mode 100644 index 000000000000..3766e12f589b --- /dev/null +++ b/sci-libs/orocos_kdl/files/gentoo.patch @@ -0,0 +1,10 @@ +Index: orocos_kdl/CMakeLists.txt +=================================================================== +--- orocos_kdl.orig/CMakeLists.txt ++++ orocos_kdl/CMakeLists.txt +@@ -114,4 +114,4 @@ INSTALL(FILES ${PROJECT_BINARY_DIR}/oroc + INSTALL(FILES ${PROJECT_BINARY_DIR}/orocos_kdl-config-version.cmake DESTINATION share/orocos_kdl) + INSTALL(EXPORT OrocosKDLTargets DESTINATION share/orocos_kdl) + +-INSTALL(FILES package.xml DESTINATION share/orocos_kdl) ++INSTALL(FILES package.xml DESTINATION share/ros_packages/orocos_kdl) 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 index 29a3169e4b1c..fac689144b57 100644 --- a/sci-libs/orocos_kdl/orocos_kdl-1.3.0.ebuild +++ b/sci-libs/orocos_kdl/orocos_kdl-1.3.0-r1.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$ @@ -33,6 +33,7 @@ DEPEND="${RDEPEND} REQUIRED_USE="examples? ( models )" DOCS=( README ) +PATCHES=( "${FILESDIR}/gentoo.patch" ) if [ "${PV#9999}" != "${PV}" ] ; then S=${WORKDIR}/${P}/orocos_kdl diff --git a/sci-libs/orocos_kdl/orocos_kdl-9999.ebuild b/sci-libs/orocos_kdl/orocos_kdl-9999.ebuild index 29a3169e4b1c..fac689144b57 100644 --- a/sci-libs/orocos_kdl/orocos_kdl-9999.ebuild +++ b/sci-libs/orocos_kdl/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$ @@ -33,6 +33,7 @@ DEPEND="${RDEPEND} REQUIRED_USE="examples? ( models )" DOCS=( README ) +PATCHES=( "${FILESDIR}/gentoo.patch" ) if [ "${PV#9999}" != "${PV}" ] ; then S=${WORKDIR}/${P}/orocos_kdl |