public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_core/
@ 2015-09-22 15:08 Alexis Ballier
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2015-09-22 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     be3b15a3d41728b0a97758dfaab04ddaeb8db76a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 15:08:03 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 15:08:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3b15a3

ros-meta/ros_core: Initial import. Ebuild by me.

Package-Manager: portage-2.2.21

 ros-meta/ros_core/Manifest              |  1 +
 ros-meta/ros_core/metadata.xml          |  5 +++++
 ros-meta/ros_core/ros_core-1.2.0.ebuild | 40 +++++++++++++++++++++++++++++++++
 ros-meta/ros_core/ros_core-9999.ebuild  | 40 +++++++++++++++++++++++++++++++++
 4 files changed, 86 insertions(+)

diff --git a/ros-meta/ros_core/Manifest b/ros-meta/ros_core/Manifest
new file mode 100644
index 0000000..7ebda7a
--- /dev/null
+++ b/ros-meta/ros_core/Manifest
@@ -0,0 +1 @@
+DIST metapackages-1.2.0.tar.gz 1803 SHA256 02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80 WHIRLPOOL 1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79

diff --git a/ros-meta/ros_core/metadata.xml b/ros-meta/ros_core/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/ros-meta/ros_core/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/ros-meta/ros_core/ros_core-1.2.0.ebuild b/ros-meta/ros_core/ros_core-1.2.0.ebuild
new file mode 100644
index 0000000..639e93a
--- /dev/null
+++ b/ros-meta/ros_core/ros_core-1.2.0.ebuild
@@ -0,0 +1,40 @@
+# 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/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage to aggregate the packages required to use core ROS concepts"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-util/catkin
+	dev-ros/cmake_modules
+	ros-meta/common_msgs
+	dev-ros/gencpp
+	dev-ros/geneus
+	dev-ros/genlisp
+	dev-ros/genpy
+	dev-ros/genmsg
+	dev-ros/message_generation
+	dev-ros/message_runtime
+	ros-meta/ros
+	ros-meta/ros_comm
+	dev-ros/rosconsole_bridge
+	ros-meta/roscpp_core
+	dev-ros/rosgraph_msgs
+	dev-ros/rospack
+	dev-ros/std_msgs
+	dev-ros/std_srvs
+	ros-meta/ros_tutorials
+	dev-ros/roslisp
+"
+DEPEND="${RDEPEND}"

diff --git a/ros-meta/ros_core/ros_core-9999.ebuild b/ros-meta/ros_core/ros_core-9999.ebuild
new file mode 100644
index 0000000..639e93a
--- /dev/null
+++ b/ros-meta/ros_core/ros_core-9999.ebuild
@@ -0,0 +1,40 @@
+# 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/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage to aggregate the packages required to use core ROS concepts"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-util/catkin
+	dev-ros/cmake_modules
+	ros-meta/common_msgs
+	dev-ros/gencpp
+	dev-ros/geneus
+	dev-ros/genlisp
+	dev-ros/genpy
+	dev-ros/genmsg
+	dev-ros/message_generation
+	dev-ros/message_runtime
+	ros-meta/ros
+	ros-meta/ros_comm
+	dev-ros/rosconsole_bridge
+	ros-meta/roscpp_core
+	dev-ros/rosgraph_msgs
+	dev-ros/rospack
+	dev-ros/std_msgs
+	dev-ros/std_srvs
+	ros-meta/ros_tutorials
+	dev-ros/roslisp
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_core/
@ 2016-05-11  8:45 Alexis Ballier
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2016-05-11  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     9e8bdb6736ad71e718b3d3af369eb05133ce1de4
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 08:27:23 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed May 11 08:45:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8bdb67

ros-meta/ros_core: bump to 1.3.0

Package-Manager: portage-2.2.28

 ros-meta/ros_core/Manifest              |  1 +
 ros-meta/ros_core/ros_core-1.3.0.ebuild | 41 +++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/ros-meta/ros_core/Manifest b/ros-meta/ros_core/Manifest
index 7ebda7a..6b60021 100644
--- a/ros-meta/ros_core/Manifest
+++ b/ros-meta/ros_core/Manifest
@@ -1 +1,2 @@
 DIST metapackages-1.2.0.tar.gz 1803 SHA256 02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80 WHIRLPOOL 1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79
+DIST metapackages-1.3.0.tar.gz 1813 SHA256 7cf9e193e22493ad11e2352188808500e3900b5de72660bfc9516d58aa51ec85 SHA512 290bbe4aafa9f720ebcfda7a346750fa20c5adb077e10374f9c7cebf5acb2a279f864ad1a51cf8a1a75a7d371844f8a48b62d7ac69761870c1ea1b7db0199c12 WHIRLPOOL 6f0aa0391437d59a13fba6de378216630a087ac5a6dcd259ef9f81a524b118d2d688afed947342a2ae8af01dd58e0237e36897a7b5608389d43e749a005da34e

diff --git a/ros-meta/ros_core/ros_core-1.3.0.ebuild b/ros-meta/ros_core/ros_core-1.3.0.ebuild
new file mode 100644
index 0000000..70ec967
--- /dev/null
+++ b/ros-meta/ros_core/ros_core-1.3.0.ebuild
@@ -0,0 +1,41 @@
+# 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/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage to aggregate the packages required to use core ROS concepts"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-util/catkin
+	dev-ros/cmake_modules
+	ros-meta/common_msgs
+	dev-ros/gencpp
+	dev-ros/geneus
+	dev-ros/genlisp
+	dev-ros/genpy
+	dev-ros/gennodejs
+	dev-ros/genmsg
+	dev-ros/message_generation
+	dev-ros/message_runtime
+	ros-meta/ros
+	ros-meta/ros_comm
+	dev-ros/rosconsole_bridge
+	ros-meta/roscpp_core
+	dev-ros/rosgraph_msgs
+	dev-ros/rospack
+	dev-ros/std_msgs
+	dev-ros/std_srvs
+	ros-meta/ros_tutorials
+	dev-ros/roslisp
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_core/
@ 2016-05-11  8:45 Alexis Ballier
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2016-05-11  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     b3b4050d19bcf6389e4376a8cd5fe86693334f05
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 08:26:42 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed May 11 08:45:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b4050d

ros-meta/ros_core: add gennodejs dep

Package-Manager: portage-2.2.28

 ros-meta/ros_core/ros_core-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ros-meta/ros_core/ros_core-9999.ebuild b/ros-meta/ros_core/ros_core-9999.ebuild
index 639e93a..70ec967 100644
--- a/ros-meta/ros_core/ros_core-9999.ebuild
+++ b/ros-meta/ros_core/ros_core-9999.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
 	dev-ros/geneus
 	dev-ros/genlisp
 	dev-ros/genpy
+	dev-ros/gennodejs
 	dev-ros/genmsg
 	dev-ros/message_generation
 	dev-ros/message_runtime


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_core/
@ 2017-05-09  7:14 Alexis Ballier
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2017-05-09  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a3b0bf152803c96888448aeffe6855b9787743be
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 06:26:01 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May  9 07:14:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b0bf15

ros-meta/ros_core: bump to 1.3.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/ros_core/Manifest              |  1 +
 ros-meta/ros_core/ros_core-1.3.1.ebuild | 40 +++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/ros-meta/ros_core/Manifest b/ros-meta/ros_core/Manifest
index 6b600216a5d..87d1b1dd678 100644
--- a/ros-meta/ros_core/Manifest
+++ b/ros-meta/ros_core/Manifest
@@ -1,2 +1,3 @@
 DIST metapackages-1.2.0.tar.gz 1803 SHA256 02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80 WHIRLPOOL 1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79
 DIST metapackages-1.3.0.tar.gz 1813 SHA256 7cf9e193e22493ad11e2352188808500e3900b5de72660bfc9516d58aa51ec85 SHA512 290bbe4aafa9f720ebcfda7a346750fa20c5adb077e10374f9c7cebf5acb2a279f864ad1a51cf8a1a75a7d371844f8a48b62d7ac69761870c1ea1b7db0199c12 WHIRLPOOL 6f0aa0391437d59a13fba6de378216630a087ac5a6dcd259ef9f81a524b118d2d688afed947342a2ae8af01dd58e0237e36897a7b5608389d43e749a005da34e
+DIST metapackages-1.3.1.tar.gz 1813 SHA256 dbea7e7f34f9334c9ef94d415e5f5230942423aae9810032d054e883963d9c76 SHA512 4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1 WHIRLPOOL e927ee221b5d792166eb8b984499338b64dc2738a3ce598d5d8173d2981d92b45a153c333dec9cbd854f535bb41934135fdfc5578d82954f27730f9183298a0a

diff --git a/ros-meta/ros_core/ros_core-1.3.1.ebuild b/ros-meta/ros_core/ros_core-1.3.1.ebuild
new file mode 100644
index 00000000000..aea8dc9115a
--- /dev/null
+++ b/ros-meta/ros_core/ros_core-1.3.1.ebuild
@@ -0,0 +1,40 @@
+# 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/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage to aggregate the packages required to use core ROS concepts"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-util/catkin
+	dev-ros/cmake_modules
+	ros-meta/common_msgs
+	dev-ros/gencpp
+	dev-ros/geneus
+	dev-ros/genlisp
+	dev-ros/genpy
+	dev-ros/gennodejs
+	dev-ros/genmsg
+	dev-ros/message_generation
+	dev-ros/message_runtime
+	ros-meta/ros
+	ros-meta/ros_comm
+	dev-ros/rosconsole_bridge
+	ros-meta/roscpp_core
+	dev-ros/rosgraph_msgs
+	dev-ros/rospack
+	dev-ros/std_msgs
+	dev-ros/std_srvs
+	ros-meta/ros_tutorials
+	dev-ros/roslisp
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_core/
@ 2018-04-06  8:49 Alexis Ballier
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2018-04-06  8:49 UTC (permalink / raw
  To: gentoo-commits

commit:     0e6d67eb6991a1cd8cc3c6be5950dd38e53b891a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 19:28:24 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Apr  6 08:49:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6d67eb

ros-meta/ros_core: bump to 1.3.2

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 ros-meta/ros_core/Manifest              |  1 +
 ros-meta/ros_core/ros_core-1.3.2.ebuild | 40 +++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/ros-meta/ros_core/Manifest b/ros-meta/ros_core/Manifest
index da995ee61b5..35fc60ed255 100644
--- a/ros-meta/ros_core/Manifest
+++ b/ros-meta/ros_core/Manifest
@@ -1 +1,2 @@
 DIST metapackages-1.3.1.tar.gz 1813 BLAKE2B 5b96d5c6fb8094a42b1c9926646b1a335525080f7f57899271063cb8561dd744f8131e40716d9aa5cd29d7205bb76f8f18b48a42ef764d863bb13ad274f46d14 SHA512 4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1
+DIST metapackages-1.3.2.tar.gz 1923 BLAKE2B 39de3b6850eb5e980ae93e2af3b6d17523122a7b30930bbec9d8f706ece4cae6244b433991ebd0ea165515667595c2c7ea6bd39c14b9a78acf8065f42a864a9d SHA512 8cee2f06638989f5e33981af87db3d3dc07836ec5bf8dcf4e9bdb8f4afd09a3b427341f397d973333d318c704b21b6f0b2acf97cb4e18beb8a58dac559419ab0

diff --git a/ros-meta/ros_core/ros_core-1.3.2.ebuild b/ros-meta/ros_core/ros_core-1.3.2.ebuild
new file mode 100644
index 00000000000..ebd39617e81
--- /dev/null
+++ b/ros-meta/ros_core/ros_core-1.3.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage to aggregate the packages required to use core ROS concepts"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-util/catkin
+	dev-ros/cmake_modules
+	ros-meta/common_msgs
+	dev-ros/gencpp
+	dev-ros/geneus
+	dev-ros/genlisp
+	dev-ros/genmsg
+	dev-ros/gennodejs
+	dev-ros/genpy
+	dev-ros/message_generation
+	dev-ros/message_runtime
+	ros-meta/ros
+	ros-meta/ros_comm
+	dev-ros/rosbag_migration_rule
+	dev-ros/rosconsole_bridge
+	ros-meta/roscpp_core
+	dev-ros/rosgraph_msgs
+	dev-ros/roslisp
+	dev-ros/rospack
+	dev-ros/std_msgs
+	dev-ros/std_srvs
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_core/
@ 2018-05-13 10:49 Alexis Ballier
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2018-05-13 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     cb7b056d9da4efabc8bdba57b8b9901488165d00
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 10:42:53 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun May 13 10:48:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb7b056d

ros-meta/ros_core: bump to 1.4.0

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 ros-meta/ros_core/Manifest              |  1 +
 ros-meta/ros_core/ros_core-1.4.0.ebuild | 40 +++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/ros-meta/ros_core/Manifest b/ros-meta/ros_core/Manifest
index 35fc60ed255..1fdcc85b388 100644
--- a/ros-meta/ros_core/Manifest
+++ b/ros-meta/ros_core/Manifest
@@ -1,2 +1,3 @@
 DIST metapackages-1.3.1.tar.gz 1813 BLAKE2B 5b96d5c6fb8094a42b1c9926646b1a335525080f7f57899271063cb8561dd744f8131e40716d9aa5cd29d7205bb76f8f18b48a42ef764d863bb13ad274f46d14 SHA512 4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1
 DIST metapackages-1.3.2.tar.gz 1923 BLAKE2B 39de3b6850eb5e980ae93e2af3b6d17523122a7b30930bbec9d8f706ece4cae6244b433991ebd0ea165515667595c2c7ea6bd39c14b9a78acf8065f42a864a9d SHA512 8cee2f06638989f5e33981af87db3d3dc07836ec5bf8dcf4e9bdb8f4afd09a3b427341f397d973333d318c704b21b6f0b2acf97cb4e18beb8a58dac559419ab0
+DIST metapackages-1.4.0.tar.gz 1955 BLAKE2B ef6cfd432f8109a39db9e01dab9fc87f2c2da55f5c6890e9feee69e0a955c4f2eeb092ba61911cb700eb0feff7a2659dbd3b65019bfea960f293ee814b411380 SHA512 7694fcb88081c619e6b5aaedb7fbe2cd77f9cee8a45d79848ba354d654aff77467c3d28925b21c52b985b1cb81e36d2cdf84b5b27bfecd8f54b7acb2c92acd71

diff --git a/ros-meta/ros_core/ros_core-1.4.0.ebuild b/ros-meta/ros_core/ros_core-1.4.0.ebuild
new file mode 100644
index 00000000000..ebd39617e81
--- /dev/null
+++ b/ros-meta/ros_core/ros_core-1.4.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage to aggregate the packages required to use core ROS concepts"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-util/catkin
+	dev-ros/cmake_modules
+	ros-meta/common_msgs
+	dev-ros/gencpp
+	dev-ros/geneus
+	dev-ros/genlisp
+	dev-ros/genmsg
+	dev-ros/gennodejs
+	dev-ros/genpy
+	dev-ros/message_generation
+	dev-ros/message_runtime
+	ros-meta/ros
+	ros-meta/ros_comm
+	dev-ros/rosbag_migration_rule
+	dev-ros/rosconsole_bridge
+	ros-meta/roscpp_core
+	dev-ros/rosgraph_msgs
+	dev-ros/roslisp
+	dev-ros/rospack
+	dev-ros/std_msgs
+	dev-ros/std_srvs
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_core/
@ 2018-07-16 11:03 Alexis Ballier
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2018-07-16 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     19a455be14d7ee602f675e66ee0daf9d1b6426e7
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 10:59:36 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 11:03:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a455be

ros-meta/ros_core: bump to 1.4.1

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 ros-meta/ros_core/Manifest              |  1 +
 ros-meta/ros_core/ros_core-1.4.1.ebuild | 43 +++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/ros-meta/ros_core/Manifest b/ros-meta/ros_core/Manifest
index 6974b994a94..e88baaed202 100644
--- a/ros-meta/ros_core/Manifest
+++ b/ros-meta/ros_core/Manifest
@@ -1 +1,2 @@
 DIST metapackages-1.4.0.tar.gz 1955 BLAKE2B ef6cfd432f8109a39db9e01dab9fc87f2c2da55f5c6890e9feee69e0a955c4f2eeb092ba61911cb700eb0feff7a2659dbd3b65019bfea960f293ee814b411380 SHA512 7694fcb88081c619e6b5aaedb7fbe2cd77f9cee8a45d79848ba354d654aff77467c3d28925b21c52b985b1cb81e36d2cdf84b5b27bfecd8f54b7acb2c92acd71
+DIST metapackages-1.4.1.tar.gz 1961 BLAKE2B 9fb450ad10a9d8485314ddbb1acfaec0961fecfc7098a1de314e2dc5abf55f6267bb5e528a107a46b22f37e1afe96b42b0896e5f2513905d85b94aebeb56e425 SHA512 cbfb8d865d95f2759f8f57df2cb81ef7fa3ca21698e11b442a6dbce5cba8ba93f09022fcafd4efa3e2197ee726e082de62f213e009684a62589358a64495f9fd

diff --git a/ros-meta/ros_core/ros_core-1.4.1.ebuild b/ros-meta/ros_core/ros_core-1.4.1.ebuild
new file mode 100644
index 00000000000..a38edef6703
--- /dev/null
+++ b/ros-meta/ros_core/ros_core-1.4.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage to aggregate the packages required to use core ROS concepts"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-util/catkin
+	dev-ros/class_loader
+	dev-ros/cmake_modules
+	ros-meta/common_msgs
+	dev-ros/gencpp
+	dev-ros/geneus
+	dev-ros/genlisp
+	dev-ros/genmsg
+	dev-ros/gennodejs
+	dev-ros/genpy
+	dev-ros/message_generation
+	dev-ros/message_runtime
+	dev-ros/pluginlib
+	ros-meta/ros
+	ros-meta/ros_comm
+	dev-ros/rosbag_migration_rule
+	dev-ros/rosconsole
+	dev-ros/rosconsole_bridge
+	ros-meta/roscpp_core
+	dev-ros/rosgraph_msgs
+	dev-ros/roslisp
+	dev-ros/rospack
+	dev-ros/std_msgs
+	dev-ros/std_srvs
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_core/
@ 2018-07-16 11:03 Alexis Ballier
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2018-07-16 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     5080bce7d450ab57706be466c48d4fdd93fc61bf
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 10:58:07 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 11:03:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5080bce7

ros-meta/ros_core: Remove old

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 ros-meta/ros_core/Manifest              |  2 --
 ros-meta/ros_core/ros_core-1.3.1.ebuild | 40 ---------------------------------
 ros-meta/ros_core/ros_core-1.3.2.ebuild | 40 ---------------------------------
 3 files changed, 82 deletions(-)

diff --git a/ros-meta/ros_core/Manifest b/ros-meta/ros_core/Manifest
index 1fdcc85b388..6974b994a94 100644
--- a/ros-meta/ros_core/Manifest
+++ b/ros-meta/ros_core/Manifest
@@ -1,3 +1 @@
-DIST metapackages-1.3.1.tar.gz 1813 BLAKE2B 5b96d5c6fb8094a42b1c9926646b1a335525080f7f57899271063cb8561dd744f8131e40716d9aa5cd29d7205bb76f8f18b48a42ef764d863bb13ad274f46d14 SHA512 4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1
-DIST metapackages-1.3.2.tar.gz 1923 BLAKE2B 39de3b6850eb5e980ae93e2af3b6d17523122a7b30930bbec9d8f706ece4cae6244b433991ebd0ea165515667595c2c7ea6bd39c14b9a78acf8065f42a864a9d SHA512 8cee2f06638989f5e33981af87db3d3dc07836ec5bf8dcf4e9bdb8f4afd09a3b427341f397d973333d318c704b21b6f0b2acf97cb4e18beb8a58dac559419ab0
 DIST metapackages-1.4.0.tar.gz 1955 BLAKE2B ef6cfd432f8109a39db9e01dab9fc87f2c2da55f5c6890e9feee69e0a955c4f2eeb092ba61911cb700eb0feff7a2659dbd3b65019bfea960f293ee814b411380 SHA512 7694fcb88081c619e6b5aaedb7fbe2cd77f9cee8a45d79848ba354d654aff77467c3d28925b21c52b985b1cb81e36d2cdf84b5b27bfecd8f54b7acb2c92acd71

diff --git a/ros-meta/ros_core/ros_core-1.3.1.ebuild b/ros-meta/ros_core/ros_core-1.3.1.ebuild
deleted file mode 100644
index aea8dc9115a..00000000000
--- a/ros-meta/ros_core/ros_core-1.3.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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/metapackages"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Metapackage to aggregate the packages required to use core ROS concepts"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-util/catkin
-	dev-ros/cmake_modules
-	ros-meta/common_msgs
-	dev-ros/gencpp
-	dev-ros/geneus
-	dev-ros/genlisp
-	dev-ros/genpy
-	dev-ros/gennodejs
-	dev-ros/genmsg
-	dev-ros/message_generation
-	dev-ros/message_runtime
-	ros-meta/ros
-	ros-meta/ros_comm
-	dev-ros/rosconsole_bridge
-	ros-meta/roscpp_core
-	dev-ros/rosgraph_msgs
-	dev-ros/rospack
-	dev-ros/std_msgs
-	dev-ros/std_srvs
-	ros-meta/ros_tutorials
-	dev-ros/roslisp
-"
-DEPEND="${RDEPEND}"

diff --git a/ros-meta/ros_core/ros_core-1.3.2.ebuild b/ros-meta/ros_core/ros_core-1.3.2.ebuild
deleted file mode 100644
index ebd39617e81..00000000000
--- a/ros-meta/ros_core/ros_core-1.3.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/metapackages"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Metapackage to aggregate the packages required to use core ROS concepts"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-util/catkin
-	dev-ros/cmake_modules
-	ros-meta/common_msgs
-	dev-ros/gencpp
-	dev-ros/geneus
-	dev-ros/genlisp
-	dev-ros/genmsg
-	dev-ros/gennodejs
-	dev-ros/genpy
-	dev-ros/message_generation
-	dev-ros/message_runtime
-	ros-meta/ros
-	ros-meta/ros_comm
-	dev-ros/rosbag_migration_rule
-	dev-ros/rosconsole_bridge
-	ros-meta/roscpp_core
-	dev-ros/rosgraph_msgs
-	dev-ros/roslisp
-	dev-ros/rospack
-	dev-ros/std_msgs
-	dev-ros/std_srvs
-"
-DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_core/
@ 2018-07-16 11:03 Alexis Ballier
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2018-07-16 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     7464c9c3edd8c98cfa82c9cb0031ac453039c4ba
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 10:59:06 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 11:03:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7464c9c3

ros-meta/ros_core: update deps

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 ros-meta/ros_core/ros_core-9999.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ros-meta/ros_core/ros_core-9999.ebuild b/ros-meta/ros_core/ros_core-9999.ebuild
index ebd39617e81..a38edef6703 100644
--- a/ros-meta/ros_core/ros_core-9999.ebuild
+++ b/ros-meta/ros_core/ros_core-9999.ebuild
@@ -16,6 +16,7 @@ IUSE=""
 
 RDEPEND="
 	dev-util/catkin
+	dev-ros/class_loader
 	dev-ros/cmake_modules
 	ros-meta/common_msgs
 	dev-ros/gencpp
@@ -26,9 +27,11 @@ RDEPEND="
 	dev-ros/genpy
 	dev-ros/message_generation
 	dev-ros/message_runtime
+	dev-ros/pluginlib
 	ros-meta/ros
 	ros-meta/ros_comm
 	dev-ros/rosbag_migration_rule
+	dev-ros/rosconsole
 	dev-ros/rosconsole_bridge
 	ros-meta/roscpp_core
 	dev-ros/rosgraph_msgs


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

end of thread, other threads:[~2018-07-16 11:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-13 10:49 [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_core/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2018-07-16 11:03 Alexis Ballier
2018-07-16 11:03 Alexis Ballier
2018-07-16 11:03 Alexis Ballier
2018-04-06  8:49 Alexis Ballier
2017-05-09  7:14 Alexis Ballier
2016-05-11  8:45 Alexis Ballier
2016-05-11  8:45 Alexis Ballier
2015-09-22 15:08 Alexis Ballier

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