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

commit:     5359f5af57ac2a2837757c9b19a665d61af7bc2a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 12:16:44 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 12:16:44 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5359f5af

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

Package-Manager: portage-2.2.21

 dev-ros/object_recognition_msgs/Manifest           |  1 +
 dev-ros/object_recognition_msgs/metadata.xml       |  5 ++++
 .../object_recognition_msgs-0.4.1.ebuild           | 27 ++++++++++++++++++++++
 .../object_recognition_msgs-9999.ebuild            | 27 ++++++++++++++++++++++
 4 files changed, 60 insertions(+)

diff --git a/dev-ros/object_recognition_msgs/Manifest b/dev-ros/object_recognition_msgs/Manifest
new file mode 100644
index 0000000..d16ebb1
--- /dev/null
+++ b/dev-ros/object_recognition_msgs/Manifest
@@ -0,0 +1 @@
+DIST object_recognition_msgs-0.4.1.tar.gz 4756 SHA256 b7689a079ad78a4358946fa5a38de0c9a5c12e46381d22106f053ac5cde357f1 SHA512 4e2d48795b0376640dbb6eb82ca3d0cdf5e2d4a2e7ec8d723ce7613c678fc2dc037fceafe8b37a905d9bb2f0a283e84e4adbf986dd6e5322ae96d43de120a3cf WHIRLPOOL 6c30dfe2ef30bd2b90b2b686e4569e89e3c1e0a50f3c34370bd62a1a0572ab8916831e8c1bce3518e9bdf174ff6a68550d934c9d620d3ac5aa5295852a67fc4e

diff --git a/dev-ros/object_recognition_msgs/metadata.xml b/dev-ros/object_recognition_msgs/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/dev-ros/object_recognition_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/object_recognition_msgs/object_recognition_msgs-0.4.1.ebuild b/dev-ros/object_recognition_msgs/object_recognition_msgs-0.4.1.ebuild
new file mode 100644
index 0000000..8aa6ad8
--- /dev/null
+++ b/dev-ros/object_recognition_msgs/object_recognition_msgs-0.4.1.ebuild
@@ -0,0 +1,27 @@
+# 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/wg-perception/object_recognition_msgs"
+CATKIN_HAS_MESSAGES=yes
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+CATKIN_MESSAGES_TRANSITIVE_DEPS="
+	dev-ros/actionlib_msgs
+	dev-ros/geometry_msgs
+	dev-ros/sensor_msgs
+	dev-ros/shape_msgs
+	dev-ros/std_msgs
+"
+
+inherit ros-catkin
+
+DESCRIPTION="ROS message and the actionlib definition used in object_recognition_core"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"

diff --git a/dev-ros/object_recognition_msgs/object_recognition_msgs-9999.ebuild b/dev-ros/object_recognition_msgs/object_recognition_msgs-9999.ebuild
new file mode 100644
index 0000000..8aa6ad8
--- /dev/null
+++ b/dev-ros/object_recognition_msgs/object_recognition_msgs-9999.ebuild
@@ -0,0 +1,27 @@
+# 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/wg-perception/object_recognition_msgs"
+CATKIN_HAS_MESSAGES=yes
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+CATKIN_MESSAGES_TRANSITIVE_DEPS="
+	dev-ros/actionlib_msgs
+	dev-ros/geometry_msgs
+	dev-ros/sensor_msgs
+	dev-ros/shape_msgs
+	dev-ros/std_msgs
+"
+
+inherit ros-catkin
+
+DESCRIPTION="ROS message and the actionlib definition used in object_recognition_core"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"


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

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

commit:     ae9ad2ab606a35ba1e5513725b478d3373ac869d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 12:05:47 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 12:20:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9ad2ab

dev-ros/object_recognition_msgs: add more python support

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ros/object_recognition_msgs/object_recognition_msgs-0.4.1.ebuild b/dev-ros/object_recognition_msgs/object_recognition_msgs-0.4.1.ebuild
index 3586a9d0570..95a730816af 100644
--- a/dev-ros/object_recognition_msgs/object_recognition_msgs-0.4.1.ebuild
+++ b/dev-ros/object_recognition_msgs/object_recognition_msgs-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/wg-perception/object_recognition_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} )
 CATKIN_MESSAGES_TRANSITIVE_DEPS="
 	dev-ros/actionlib_msgs
 	dev-ros/geometry_msgs

diff --git a/dev-ros/object_recognition_msgs/object_recognition_msgs-9999.ebuild b/dev-ros/object_recognition_msgs/object_recognition_msgs-9999.ebuild
index 3586a9d0570..95a730816af 100644
--- a/dev-ros/object_recognition_msgs/object_recognition_msgs-9999.ebuild
+++ b/dev-ros/object_recognition_msgs/object_recognition_msgs-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/wg-perception/object_recognition_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} )
 CATKIN_MESSAGES_TRANSITIVE_DEPS="
 	dev-ros/actionlib_msgs
 	dev-ros/geometry_msgs


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/object_recognition_msgs/
@ 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:     8a4504d4715b7667f2334e5291d36da7a69743b6
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 12:57:52 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=8a4504d4

dev-ros/object_recognition_msgs: bump eapi

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

 dev-ros/object_recognition_msgs/object_recognition_msgs-0.4.1.ebuild | 3 +--
 dev-ros/object_recognition_msgs/object_recognition_msgs-9999.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-ros/object_recognition_msgs/object_recognition_msgs-0.4.1.ebuild b/dev-ros/object_recognition_msgs/object_recognition_msgs-0.4.1.ebuild
index b816408304e..9af6f1bdaa7 100644
--- a/dev-ros/object_recognition_msgs/object_recognition_msgs-0.4.1.ebuild
+++ b/dev-ros/object_recognition_msgs/object_recognition_msgs-0.4.1.ebuild
@@ -1,12 +1,11 @@
 # 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/wg-perception/object_recognition_msgs"
 CATKIN_HAS_MESSAGES=yes
 KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
 CATKIN_MESSAGES_TRANSITIVE_DEPS="
 	dev-ros/actionlib_msgs
 	dev-ros/geometry_msgs

diff --git a/dev-ros/object_recognition_msgs/object_recognition_msgs-9999.ebuild b/dev-ros/object_recognition_msgs/object_recognition_msgs-9999.ebuild
index b816408304e..9af6f1bdaa7 100644
--- a/dev-ros/object_recognition_msgs/object_recognition_msgs-9999.ebuild
+++ b/dev-ros/object_recognition_msgs/object_recognition_msgs-9999.ebuild
@@ -1,12 +1,11 @@
 # 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/wg-perception/object_recognition_msgs"
 CATKIN_HAS_MESSAGES=yes
 KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
 CATKIN_MESSAGES_TRANSITIVE_DEPS="
 	dev-ros/actionlib_msgs
 	dev-ros/geometry_msgs


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

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

commit:     5091db276890f37f0569c28da959decc86b1190b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 08:53:09 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 09:13:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5091db27

dev-ros/object_recognition_msgs: bump to 0.4.2

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

 dev-ros/object_recognition_msgs/Manifest                                | 2 +-
 ...cognition_msgs-0.4.1.ebuild => object_recognition_msgs-0.4.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ros/object_recognition_msgs/Manifest b/dev-ros/object_recognition_msgs/Manifest
index c2522ddb102..c75baaced7d 100644
--- a/dev-ros/object_recognition_msgs/Manifest
+++ b/dev-ros/object_recognition_msgs/Manifest
@@ -1 +1 @@
-DIST object_recognition_msgs-0.4.1.tar.gz 4756 BLAKE2B 9d6c919b82d4e9300eebc9ba36498414f62a9a6392649adb7db011e315eb64d2810b1c8eab6f647a58d8ab60dfa1dfae77d98164b9f97d9f4a9c47716a0d3cc4 SHA512 4e2d48795b0376640dbb6eb82ca3d0cdf5e2d4a2e7ec8d723ce7613c678fc2dc037fceafe8b37a905d9bb2f0a283e84e4adbf986dd6e5322ae96d43de120a3cf
+DIST object_recognition_msgs-0.4.2.tar.gz 4810 BLAKE2B 004087f2f7982b2cffca52023061a5f05830fb2e10e4d62683ca171f3c36926c912d9c6e07ab5ae2a694a07fe2a3d8dac040d8f0c3abb9640e8c07462084c416 SHA512 20a2e1d05f5610c0102340a6f6fe725d47134bf6a69e018a607dde68a2d980455fc0b7d848202259801cfd7d9671a80a3f4f1bd3f571df73240e4885f5eb9d34

diff --git a/dev-ros/object_recognition_msgs/object_recognition_msgs-0.4.1.ebuild b/dev-ros/object_recognition_msgs/object_recognition_msgs-0.4.2.ebuild
similarity index 100%
rename from dev-ros/object_recognition_msgs/object_recognition_msgs-0.4.1.ebuild
rename to dev-ros/object_recognition_msgs/object_recognition_msgs-0.4.2.ebuild


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

end of thread, other threads:[~2020-10-13  9:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-13  9:13 [gentoo-commits] repo/gentoo:master commit in: dev-ros/object_recognition_msgs/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2020-07-16 13:02 Alexis Ballier
2017-06-14 12:21 Alexis Ballier
2015-09-23 12:50 Alexis Ballier

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