public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catkin/files/, dev-util/catkin/
Date: Tue, 28 Feb 2017 11:27:00 +0000 (UTC)	[thread overview]
Message-ID: <1488281209.4be2f6509bf1c198360af74212cd49e1751b340c.aballier@gentoo> (raw)

commit:     4be2f6509bf1c198360af74212cd49e1751b340c
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 08:24:16 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 11:26:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be2f650

dev-util/catkin: Install package.xml twice, once in ros_packages for fast searching/crawling, once in its standard location for other tools to find it.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 ...{catkin-0.7.6.ebuild => catkin-0.7.6-r1.ebuild} |  0
 dev-util/catkin/files/package_xml.patch            | 38 +++++++++++-----------
 2 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/dev-util/catkin/catkin-0.7.6.ebuild b/dev-util/catkin/catkin-0.7.6-r1.ebuild
similarity index 100%
rename from dev-util/catkin/catkin-0.7.6.ebuild
rename to dev-util/catkin/catkin-0.7.6-r1.ebuild

diff --git a/dev-util/catkin/files/package_xml.patch b/dev-util/catkin/files/package_xml.patch
index 6099f07960..52506ee680 100644
--- a/dev-util/catkin/files/package_xml.patch
+++ b/dev-util/catkin/files/package_xml.patch
@@ -1,19 +1,19 @@
-Index: catkin-0.7.1/cmake/catkin_package.cmake
+Index: catkin-0.7.6/cmake/catkin_package.cmake
 ===================================================================
---- catkin-0.7.1.orig/cmake/catkin_package.cmake
-+++ catkin-0.7.1/cmake/catkin_package.cmake
-@@ -518,6 +518,6 @@ function(_catkin_package)
- 
-   # install package.xml
+--- catkin-0.7.6.orig/cmake/catkin_package.cmake
++++ catkin-0.7.6/cmake/catkin_package.cmake
+@@ -527,4 +527,7 @@ function(_catkin_package)
    install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/package.xml
--    DESTINATION share/${PROJECT_NAME}
-+    DESTINATION share/ros_packages/${PROJECT_NAME}
+     DESTINATION share/${PROJECT_NAME}
    )
++  install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/package.xml
++    DESTINATION share/ros_packages/${PROJECT_NAME}
++  )
  endfunction()
-Index: catkin-0.7.1/cmake/all.cmake
+Index: catkin-0.7.6/cmake/all.cmake
 ===================================================================
---- catkin-0.7.1.orig/cmake/all.cmake
-+++ catkin-0.7.1/cmake/all.cmake
+--- catkin-0.7.6.orig/cmake/all.cmake
++++ catkin-0.7.6/cmake/all.cmake
 @@ -156,7 +156,7 @@ foreach(filename
  endforeach()
  
@@ -23,15 +23,15 @@ Index: catkin-0.7.1/cmake/all.cmake
  message(STATUS "catkin ${catkin_VERSION}")
  # ensure that no current package name is set
  unset(_CATKIN_CURRENT_PACKAGE)
-Index: catkin-0.7.1/cmake/catkin_metapackage.cmake
+Index: catkin-0.7.6/cmake/catkin_metapackage.cmake
 ===================================================================
---- catkin-0.7.1.orig/cmake/catkin_metapackage.cmake
-+++ catkin-0.7.1/cmake/catkin_metapackage.cmake
-@@ -40,6 +40,6 @@ function(catkin_metapackage)
- 
-   # install package.xml
+--- catkin-0.7.6.orig/cmake/catkin_metapackage.cmake
++++ catkin-0.7.6/cmake/catkin_metapackage.cmake
+@@ -42,4 +42,7 @@ function(catkin_metapackage)
    install(FILES ${ARG_DIRECTORY}/package.xml
--    DESTINATION share/${PROJECT_NAME}
-+    DESTINATION share/ros_packages/${PROJECT_NAME}
+     DESTINATION share/${PROJECT_NAME}
    )
++  install(FILES ${ARG_DIRECTORY}/package.xml
++    DESTINATION share/ros_packages/${PROJECT_NAME}
++  )
  endfunction()


             reply	other threads:[~2017-02-28 11:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-28 11:27 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-07-30 15:03 [gentoo-commits] repo/gentoo:master commit in: dev-util/catkin/files/, dev-util/catkin/ Alexis Ballier
2020-07-30 15:03 Alexis Ballier
2019-05-24 16:23 Alexis Ballier
2017-02-23  9:44 Alexis Ballier
2016-10-07 15:55 Alexis Ballier
2015-11-27 12:31 Alexis Ballier
2015-11-19  9:58 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1488281209.4be2f6509bf1c198360af74212cd49e1751b340c.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox