public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/octomap_ros/
@ 2015-10-11 15:34 Alexis Ballier
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier @ 2015-10-11 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     620a2a96ea7a45aa4a3ba239b4d6c6cab81e9d14
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 15:34:05 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 15:34:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620a2a96

dev-ros/octomap_ros: Initial import. Ebuild by me.

Package-Manager: portage-2.2.23

 dev-ros/octomap_ros/Manifest                 |  1 +
 dev-ros/octomap_ros/metadata.xml             |  5 +++++
 dev-ros/octomap_ros/octomap_ros-0.4.0.ebuild | 22 ++++++++++++++++++++++
 dev-ros/octomap_ros/octomap_ros-9999.ebuild  | 22 ++++++++++++++++++++++
 4 files changed, 50 insertions(+)

diff --git a/dev-ros/octomap_ros/Manifest b/dev-ros/octomap_ros/Manifest
new file mode 100644
index 0000000..6483a21
--- /dev/null
+++ b/dev-ros/octomap_ros/Manifest
@@ -0,0 +1 @@
+DIST octomap_ros-0.4.0.tar.gz 5076 SHA256 6f4f90bbfe88c8314a406cfe70f0c4388d4d2d85a461d90911b2e6bf738ed153 SHA512 41910879d042dcbd969544e89fe40c1da8be75118ef1b813e3cb0319b83529a9c759fe99ed430b275d10d5df987bed7e2b4d7300ed561d159b6007de306bc8ce WHIRLPOOL 0840264e55bbcf9298e4d18ed0d39e8bfb7bbde7b42998ecdb28fa4b26e8184caa762747896a9e0da9f7028691836c508d22f74a61a8a20c7b562e2ec34892c1

diff --git a/dev-ros/octomap_ros/metadata.xml b/dev-ros/octomap_ros/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/dev-ros/octomap_ros/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ros</herd>
+</pkgmetadata>

diff --git a/dev-ros/octomap_ros/octomap_ros-0.4.0.ebuild b/dev-ros/octomap_ros/octomap_ros-0.4.0.ebuild
new file mode 100644
index 0000000..36b7f89
--- /dev/null
+++ b/dev-ros/octomap_ros/octomap_ros-0.4.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/OctoMap/octomap_ros"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+DESCRIPTION="Conversion functions between ROS / PCL and OctoMap's native types"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/tf
+	dev-ros/pcl_ros
+	dev-ros/octomap_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+DEPEND="${RDEPEND}"

diff --git a/dev-ros/octomap_ros/octomap_ros-9999.ebuild b/dev-ros/octomap_ros/octomap_ros-9999.ebuild
new file mode 100644
index 0000000..36b7f89
--- /dev/null
+++ b/dev-ros/octomap_ros/octomap_ros-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/OctoMap/octomap_ros"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+DESCRIPTION="Conversion functions between ROS / PCL and OctoMap's native types"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/tf
+	dev-ros/pcl_ros
+	dev-ros/octomap_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/octomap_ros/
@ 2015-11-14 10:57 Alexis Ballier
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier @ 2015-11-14 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3bef884396b88bedd6655574e24ad98a97bb9c05
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 14 10:57:05 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 10:57:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bef8843

dev-ros/octomap_ros: add missing dep on sci-libs/octomap. Bug #565746

Package-Manager: portage-2.2.24
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 .../{octomap_ros-0.4.0.ebuild => octomap_ros-0.4.0-r1.ebuild}            | 1 +
 dev-ros/octomap_ros/octomap_ros-9999.ebuild                              | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-ros/octomap_ros/octomap_ros-0.4.0.ebuild b/dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild
similarity index 96%
rename from dev-ros/octomap_ros/octomap_ros-0.4.0.ebuild
rename to dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild
index 36b7f89..7a84d61 100644
--- a/dev-ros/octomap_ros/octomap_ros-0.4.0.ebuild
+++ b/dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild
@@ -16,6 +16,7 @@ IUSE=""
 RDEPEND="
 	dev-ros/tf
 	dev-ros/pcl_ros
+	sci-libs/octomap
 	dev-ros/octomap_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 "

diff --git a/dev-ros/octomap_ros/octomap_ros-9999.ebuild b/dev-ros/octomap_ros/octomap_ros-9999.ebuild
index 36b7f89..7a84d61 100644
--- a/dev-ros/octomap_ros/octomap_ros-9999.ebuild
+++ b/dev-ros/octomap_ros/octomap_ros-9999.ebuild
@@ -16,6 +16,7 @@ IUSE=""
 RDEPEND="
 	dev-ros/tf
 	dev-ros/pcl_ros
+	sci-libs/octomap
 	dev-ros/octomap_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 "


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/octomap_ros/
@ 2020-07-16 13:02 Alexis Ballier
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier @ 2020-07-16 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     8c72f4e6000e12493bdd30f040610fd52cdfb2da
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 12:55:56 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 13:02:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c72f4e6

dev-ros/octomap_ros: bump eapi

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/octomap_ros/Manifest                                       | 1 +
 .../{octomap_ros-9999.ebuild => octomap_ros-0.4.1.ebuild}          | 7 ++++---
 dev-ros/octomap_ros/octomap_ros-9999.ebuild                        | 7 ++++---
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/dev-ros/octomap_ros/Manifest b/dev-ros/octomap_ros/Manifest
index 00282f524df..cb26de2dcd6 100644
--- a/dev-ros/octomap_ros/Manifest
+++ b/dev-ros/octomap_ros/Manifest
@@ -1 +1,2 @@
 DIST octomap_ros-0.4.0.tar.gz 5076 BLAKE2B 4c1431d139e7025cae3ac9fa41fa86c71690be58d3177a3a4694f62affc2d61a73eeb456ab78b17c6b63ece8cf9582cff179c4f73ba3520e792a1e819e5ee69b SHA512 41910879d042dcbd969544e89fe40c1da8be75118ef1b813e3cb0319b83529a9c759fe99ed430b275d10d5df987bed7e2b4d7300ed561d159b6007de306bc8ce
+DIST octomap_ros-0.4.1.tar.gz 5879 BLAKE2B a41d8d6688bfc2a182fce6c7b2e032c3cbc7b467c6c8b806adc4e93f371fb49a1aa5d9001b17407d8db33facc3edf868020816a06ff051d5190b9ca5463d6b12 SHA512 692a9f16589b24521440f81f4a55ddaca1778a5bc3c05e30313847300b4012af3a2d2db3786fec7e4a6b7af197c37dc447fded81ab343fcccfa2a4c8810883ab

diff --git a/dev-ros/octomap_ros/octomap_ros-9999.ebuild b/dev-ros/octomap_ros/octomap_ros-0.4.1.ebuild
similarity index 86%
copy from dev-ros/octomap_ros/octomap_ros-9999.ebuild
copy to dev-ros/octomap_ros/octomap_ros-0.4.1.ebuild
index b7367724187..a45d9828a87 100644
--- a/dev-ros/octomap_ros/octomap_ros-9999.ebuild
+++ b/dev-ros/octomap_ros/octomap_ros-0.4.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 ROS_REPO_URI="https://github.com/OctoMap/octomap_ros"
 KEYWORDS="~amd64 ~arm"
 
@@ -16,7 +16,8 @@ RDEPEND="
 	dev-ros/tf
 	dev-ros/pcl_ros
 	sci-libs/octomap
+"
+DEPEND="${RDEPEND}
 	dev-ros/octomap_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 "
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/octomap_ros/octomap_ros-9999.ebuild b/dev-ros/octomap_ros/octomap_ros-9999.ebuild
index b7367724187..a45d9828a87 100644
--- a/dev-ros/octomap_ros/octomap_ros-9999.ebuild
+++ b/dev-ros/octomap_ros/octomap_ros-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 ROS_REPO_URI="https://github.com/OctoMap/octomap_ros"
 KEYWORDS="~amd64 ~arm"
 
@@ -16,7 +16,8 @@ RDEPEND="
 	dev-ros/tf
 	dev-ros/pcl_ros
 	sci-libs/octomap
+"
+DEPEND="${RDEPEND}
 	dev-ros/octomap_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 "
-DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/octomap_ros/
@ 2020-07-16 13:02 Alexis Ballier
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier @ 2020-07-16 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     cf383dc365d0fca3885d3f915acec20ed3ec1413
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 12:56:26 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 13:02:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf383dc3

dev-ros/octomap_ros: Remove old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/octomap_ros/Manifest                    |  1 -
 dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/dev-ros/octomap_ros/Manifest b/dev-ros/octomap_ros/Manifest
index cb26de2dcd6..cd6e0b4e4fe 100644
--- a/dev-ros/octomap_ros/Manifest
+++ b/dev-ros/octomap_ros/Manifest
@@ -1,2 +1 @@
-DIST octomap_ros-0.4.0.tar.gz 5076 BLAKE2B 4c1431d139e7025cae3ac9fa41fa86c71690be58d3177a3a4694f62affc2d61a73eeb456ab78b17c6b63ece8cf9582cff179c4f73ba3520e792a1e819e5ee69b SHA512 41910879d042dcbd969544e89fe40c1da8be75118ef1b813e3cb0319b83529a9c759fe99ed430b275d10d5df987bed7e2b4d7300ed561d159b6007de306bc8ce
 DIST octomap_ros-0.4.1.tar.gz 5879 BLAKE2B a41d8d6688bfc2a182fce6c7b2e032c3cbc7b467c6c8b806adc4e93f371fb49a1aa5d9001b17407d8db33facc3edf868020816a06ff051d5190b9ca5463d6b12 SHA512 692a9f16589b24521440f81f4a55ddaca1778a5bc3c05e30313847300b4012af3a2d2db3786fec7e4a6b7af197c37dc447fded81ab343fcccfa2a4c8810883ab

diff --git a/dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild b/dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild
deleted file mode 100644
index b7367724187..00000000000
--- a/dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/OctoMap/octomap_ros"
-KEYWORDS="~amd64 ~arm"
-
-inherit ros-catkin
-
-DESCRIPTION="Conversion functions between ROS / PCL and OctoMap's native types"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/tf
-	dev-ros/pcl_ros
-	sci-libs/octomap
-	dev-ros/octomap_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-"
-DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-16 13:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-11 15:34 [gentoo-commits] repo/gentoo:master commit in: dev-ros/octomap_ros/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2015-11-14 10:57 Alexis Ballier
2020-07-16 13:02 Alexis Ballier
2020-07-16 13:02 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox