public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/move_base_msgs/
@ 2015-09-23  8:51 Alexis Ballier
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier @ 2015-09-23  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     6ffe85ef0bcb87b2353926ed6fac0d38fa1b6a80
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 08:41:57 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 08:41:57 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffe85ef

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

Package-Manager: portage-2.2.21

 dev-ros/move_base_msgs/Manifest                     |  1 +
 dev-ros/move_base_msgs/metadata.xml                 |  5 +++++
 dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild | 21 +++++++++++++++++++++
 dev-ros/move_base_msgs/move_base_msgs-9999.ebuild   | 21 +++++++++++++++++++++
 4 files changed, 48 insertions(+)

diff --git a/dev-ros/move_base_msgs/Manifest b/dev-ros/move_base_msgs/Manifest
new file mode 100644
index 0000000..2ce2517
--- /dev/null
+++ b/dev-ros/move_base_msgs/Manifest
@@ -0,0 +1 @@
+DIST navigation_msgs-1.13.0.tar.gz 2251 SHA256 09bba8fb7a60135183830dec4381cd3187244794aab9759ac50bbc6007e04a61 SHA512 e7b4a83bbbd5384f72d1a9d7e3544cde718728ba2a2562b3c0da5b5fd7db146faf8c717d4af2509eaf1ff545ac85da121f7e37cb7b6b53c8a5b8d683c6b4e66c WHIRLPOOL 43284659576fd06fd15db50ad38ab98160e60d594ba9306cba209b9a789c6895a5e00744126a683ffdeedfd177891b0e38a01b69cf72f4445f80ff6126497cc3

diff --git a/dev-ros/move_base_msgs/metadata.xml b/dev-ros/move_base_msgs/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/dev-ros/move_base_msgs/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/move_base_msgs/move_base_msgs-1.13.0.ebuild b/dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild
new file mode 100644
index 0000000..3132558
--- /dev/null
+++ b/dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild
@@ -0,0 +1,21 @@
+# 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/ros-planning/navigation_msgs"
+CATKIN_HAS_MESSAGES=yes
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Holds the action description and relevant messages for the move_base package"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"

diff --git a/dev-ros/move_base_msgs/move_base_msgs-9999.ebuild b/dev-ros/move_base_msgs/move_base_msgs-9999.ebuild
new file mode 100644
index 0000000..3132558
--- /dev/null
+++ b/dev-ros/move_base_msgs/move_base_msgs-9999.ebuild
@@ -0,0 +1,21 @@
+# 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/ros-planning/navigation_msgs"
+CATKIN_HAS_MESSAGES=yes
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Holds the action description and relevant messages for the move_base package"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/move_base_msgs/
@ 2017-06-14 12:21 Alexis Ballier
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier @ 2017-06-14 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     95098a18872bb70b6c83957f0795db1d6c967799
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 12:01:08 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 12:20:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95098a18

dev-ros/move_base_msgs: add more python support

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild | 4 ++--
 dev-ros/move_base_msgs/move_base_msgs-9999.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild b/dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild
index d721a54470c..07bf1992528 100644
--- a/dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild
+++ b/dev-ros/move_base_msgs/move_base_msgs-1.13.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 ROS_REPO_URI="https://github.com/ros-planning/navigation_msgs"
 CATKIN_HAS_MESSAGES=yes
 KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
 ROS_SUBDIR=${PN}
 CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/geometry_msgs"
 

diff --git a/dev-ros/move_base_msgs/move_base_msgs-9999.ebuild b/dev-ros/move_base_msgs/move_base_msgs-9999.ebuild
index d721a54470c..07bf1992528 100644
--- a/dev-ros/move_base_msgs/move_base_msgs-9999.ebuild
+++ b/dev-ros/move_base_msgs/move_base_msgs-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 ROS_REPO_URI="https://github.com/ros-planning/navigation_msgs"
 CATKIN_HAS_MESSAGES=yes
 KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
 ROS_SUBDIR=${PN}
 CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/geometry_msgs"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/move_base_msgs/
@ 2021-02-02 14:28 Alexis Ballier
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier @ 2021-02-02 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     feb637b930c2d984596b6610b3b80fdbf56bf808
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  2 14:05:36 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb  2 14:28:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb637b9

dev-ros/move_base_msgs: bump to 1.14.1

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

 dev-ros/move_base_msgs/Manifest                                         | 2 +-
 .../{move_base_msgs-1.14.0.ebuild => move_base_msgs-1.14.1.ebuild}      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/move_base_msgs/Manifest b/dev-ros/move_base_msgs/Manifest
index fac54639634..3e530ce8548 100644
--- a/dev-ros/move_base_msgs/Manifest
+++ b/dev-ros/move_base_msgs/Manifest
@@ -1 +1 @@
-DIST navigation_msgs-1.14.0.tar.gz 2329 BLAKE2B 7414a4b67fde26223cdf81a14b1c3e56f2bf5519d46455234de75bf79b10c8fa0f1a04a2865703723c0a975bde77e22754e751c07edc73fddd10bae9ac5b0feb SHA512 0354856b8964547cb96d59717d1d1e8b4c261b79bd451a25755303d295aecf3f0011a825307e0fc6ccd5179f4ea921a8debd8be79b5e4d2bdab0f0d57b54e56d
+DIST navigation_msgs-1.14.1.tar.gz 2631 BLAKE2B 3d965cd2fa73da3f427a856374bfae641ffdabaa149cd2d452cdb3c0bbc528332d8a436d74f62691a87cd6c8c428e62c2c4cd48f0737a9f558e3ee9dc17a2fe6 SHA512 1574037199ede3d93c6672fffd4bbe9c8c6f8704ef773d6fee12faf9d627d686fa637f0ee710ee9f28a5abe806e993936170a4c437a568c6e10089a3e4df5f44

diff --git a/dev-ros/move_base_msgs/move_base_msgs-1.14.0.ebuild b/dev-ros/move_base_msgs/move_base_msgs-1.14.1.ebuild
similarity index 92%
rename from dev-ros/move_base_msgs/move_base_msgs-1.14.0.ebuild
rename to dev-ros/move_base_msgs/move_base_msgs-1.14.1.ebuild
index 4ccf99a8e8d..9462bb36177 100644
--- a/dev-ros/move_base_msgs/move_base_msgs-1.14.0.ebuild
+++ b/dev-ros/move_base_msgs/move_base_msgs-1.14.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


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

end of thread, other threads:[~2021-02-02 14:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-14 12:21 [gentoo-commits] repo/gentoo:master commit in: dev-ros/move_base_msgs/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2021-02-02 14:28 Alexis Ballier
2015-09-23  8:51 Alexis Ballier

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