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

commit:     aa988942ac52cd6889c70fb55d1ab544192042e4
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 16:17:39 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 16:17:39 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa988942

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

Package-Manager: portage-2.2.21

 ros-meta/ros_base/Manifest              |  1 +
 ros-meta/ros_base/metadata.xml          |  5 +++++
 ros-meta/ros_base/ros_base-1.2.0.ebuild | 27 +++++++++++++++++++++++++++
 ros-meta/ros_base/ros_base-9999.ebuild  | 27 +++++++++++++++++++++++++++
 4 files changed, 60 insertions(+)

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

diff --git a/ros-meta/ros_base/metadata.xml b/ros-meta/ros_base/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/ros-meta/ros_base/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_base/ros_base-1.2.0.ebuild b/ros-meta/ros_base/ros_base-1.2.0.ebuild
new file mode 100644
index 0000000..889d446
--- /dev/null
+++ b/ros-meta/ros_base/ros_base-1.2.0.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/ros/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage which extends ros_core and includes other basic non-robot tools"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/actionlib
+	ros-meta/bond_core
+	dev-ros/class_loader
+	dev-ros/dynamic_reconfigure
+	ros-meta/common_tutorials
+	ros-meta/nodelet_core
+	dev-ros/pluginlib
+"
+DEPEND="${RDEPEND}"

diff --git a/ros-meta/ros_base/ros_base-9999.ebuild b/ros-meta/ros_base/ros_base-9999.ebuild
new file mode 100644
index 0000000..889d446
--- /dev/null
+++ b/ros-meta/ros_base/ros_base-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/ros/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage which extends ros_core and includes other basic non-robot tools"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/actionlib
+	ros-meta/bond_core
+	dev-ros/class_loader
+	dev-ros/dynamic_reconfigure
+	ros-meta/common_tutorials
+	ros-meta/nodelet_core
+	dev-ros/pluginlib
+"
+DEPEND="${RDEPEND}"


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

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

commit:     11a53915069641bc0aaf23e55eb3fe8a3266dee0
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 08:27:59 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=11a53915

ros-meta/ros_base: bump to 1.3.0

Package-Manager: portage-2.2.28

 ros-meta/ros_base/Manifest              |  1 +
 ros-meta/ros_base/ros_base-1.3.0.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/ros-meta/ros_base/Manifest b/ros-meta/ros_base/Manifest
index 7ebda7a..6b60021 100644
--- a/ros-meta/ros_base/Manifest
+++ b/ros-meta/ros_base/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_base/ros_base-1.3.0.ebuild b/ros-meta/ros_base/ros_base-1.3.0.ebuild
new file mode 100644
index 0000000..889d446
--- /dev/null
+++ b/ros-meta/ros_base/ros_base-1.3.0.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/ros/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage which extends ros_core and includes other basic non-robot tools"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/actionlib
+	ros-meta/bond_core
+	dev-ros/class_loader
+	dev-ros/dynamic_reconfigure
+	ros-meta/common_tutorials
+	ros-meta/nodelet_core
+	dev-ros/pluginlib
+"
+DEPEND="${RDEPEND}"


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

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

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

ros-meta/ros_base: bump to 1.3.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/ros_base/Manifest              |  1 +
 ros-meta/ros_base/ros_base-1.3.1.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/ros-meta/ros_base/Manifest b/ros-meta/ros_base/Manifest
index 6b600216a5d..87d1b1dd678 100644
--- a/ros-meta/ros_base/Manifest
+++ b/ros-meta/ros_base/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_base/ros_base-1.3.1.ebuild b/ros-meta/ros_base/ros_base-1.3.1.ebuild
new file mode 100644
index 00000000000..daf30c8a83f
--- /dev/null
+++ b/ros-meta/ros_base/ros_base-1.3.1.ebuild
@@ -0,0 +1,26 @@
+# 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 which extends ros_core and includes other basic non-robot tools"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/actionlib
+	ros-meta/bond_core
+	dev-ros/class_loader
+	dev-ros/dynamic_reconfigure
+	ros-meta/common_tutorials
+	ros-meta/nodelet_core
+	dev-ros/pluginlib
+"
+DEPEND="${RDEPEND}"


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

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

commit:     9e8d0471b6f9d91017cb0b5328eb930bc336df59
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 19:29:16 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=9e8d0471

ros-meta/ros_base: match deps with upstream

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 ros-meta/ros_base/ros_base-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ros-meta/ros_base/ros_base-9999.ebuild b/ros-meta/ros_base/ros_base-9999.ebuild
index f0991587b06..96e3b6f80ab 100644
--- a/ros-meta/ros_base/ros_base-9999.ebuild
+++ b/ros-meta/ros_base/ros_base-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,6 @@ RDEPEND="
 	ros-meta/bond_core
 	dev-ros/class_loader
 	dev-ros/dynamic_reconfigure
-	ros-meta/common_tutorials
 	ros-meta/nodelet_core
 	dev-ros/pluginlib
 "


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

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

commit:     2bab6a0c62f6f1fc3c1c919f08af2b88fc642262
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 19:29:34 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=2bab6a0c

ros-meta/ros_base: bump to 1.3.2

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 ros-meta/ros_base/Manifest              |  1 +
 ros-meta/ros_base/ros_base-1.3.2.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/ros-meta/ros_base/Manifest b/ros-meta/ros_base/Manifest
index da995ee61b5..35fc60ed255 100644
--- a/ros-meta/ros_base/Manifest
+++ b/ros-meta/ros_base/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_base/ros_base-1.3.2.ebuild b/ros-meta/ros_base/ros_base-1.3.2.ebuild
new file mode 100644
index 00000000000..96e3b6f80ab
--- /dev/null
+++ b/ros-meta/ros_base/ros_base-1.3.2.ebuild
@@ -0,0 +1,25 @@
+# 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 which extends ros_core and includes other basic non-robot tools"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/actionlib
+	ros-meta/bond_core
+	dev-ros/class_loader
+	dev-ros/dynamic_reconfigure
+	ros-meta/nodelet_core
+	dev-ros/pluginlib
+"
+DEPEND="${RDEPEND}"


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

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

commit:     74c3e7ff570827cff2f30181762d655949b3599a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 19:28:50 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=74c3e7ff

ros-meta/ros_base: Remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 ros-meta/ros_base/Manifest              |  2 --
 ros-meta/ros_base/ros_base-1.2.0.ebuild | 26 --------------------------
 ros-meta/ros_base/ros_base-1.3.0.ebuild | 26 --------------------------
 3 files changed, 54 deletions(-)

diff --git a/ros-meta/ros_base/Manifest b/ros-meta/ros_base/Manifest
index 763a84846f1..da995ee61b5 100644
--- a/ros-meta/ros_base/Manifest
+++ b/ros-meta/ros_base/Manifest
@@ -1,3 +1 @@
-DIST metapackages-1.2.0.tar.gz 1803 BLAKE2B 92238eddd05602507c91ae0ef1def2eb0a7608ca76dfed4579e9d5daf85a125f256ccab9b980389131aa3733d0ed8887a7f23b4945c9969291f5c7dd6029b283 SHA512 a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80
-DIST metapackages-1.3.0.tar.gz 1813 BLAKE2B f197af8c8db8ec6368597ce185dc48058b8e74e84952c92c549617fb48e261fc909f569e9a4f1b7bfc591123960ed38f07e2b36dac130e7c76061993d5d07e09 SHA512 290bbe4aafa9f720ebcfda7a346750fa20c5adb077e10374f9c7cebf5acb2a279f864ad1a51cf8a1a75a7d371844f8a48b62d7ac69761870c1ea1b7db0199c12
 DIST metapackages-1.3.1.tar.gz 1813 BLAKE2B 5b96d5c6fb8094a42b1c9926646b1a335525080f7f57899271063cb8561dd744f8131e40716d9aa5cd29d7205bb76f8f18b48a42ef764d863bb13ad274f46d14 SHA512 4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1

diff --git a/ros-meta/ros_base/ros_base-1.2.0.ebuild b/ros-meta/ros_base/ros_base-1.2.0.ebuild
deleted file mode 100644
index f0991587b06..00000000000
--- a/ros-meta/ros_base/ros_base-1.2.0.ebuild
+++ /dev/null
@@ -1,26 +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/ros/metapackages"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Metapackage which extends ros_core and includes other basic non-robot tools"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/actionlib
-	ros-meta/bond_core
-	dev-ros/class_loader
-	dev-ros/dynamic_reconfigure
-	ros-meta/common_tutorials
-	ros-meta/nodelet_core
-	dev-ros/pluginlib
-"
-DEPEND="${RDEPEND}"

diff --git a/ros-meta/ros_base/ros_base-1.3.0.ebuild b/ros-meta/ros_base/ros_base-1.3.0.ebuild
deleted file mode 100644
index f0991587b06..00000000000
--- a/ros-meta/ros_base/ros_base-1.3.0.ebuild
+++ /dev/null
@@ -1,26 +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/ros/metapackages"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Metapackage which extends ros_core and includes other basic non-robot tools"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/actionlib
-	ros-meta/bond_core
-	dev-ros/class_loader
-	dev-ros/dynamic_reconfigure
-	ros-meta/common_tutorials
-	ros-meta/nodelet_core
-	dev-ros/pluginlib
-"
-DEPEND="${RDEPEND}"


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

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

commit:     6b71fdc19c1af107384465553d0cf753fe4961e7
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 10:42:32 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=6b71fdc1

ros-meta/ros_base: bump to 1.4.0

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 ros-meta/ros_base/Manifest              |  1 +
 ros-meta/ros_base/ros_base-1.4.0.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/ros-meta/ros_base/Manifest b/ros-meta/ros_base/Manifest
index 35fc60ed255..1fdcc85b388 100644
--- a/ros-meta/ros_base/Manifest
+++ b/ros-meta/ros_base/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_base/ros_base-1.4.0.ebuild b/ros-meta/ros_base/ros_base-1.4.0.ebuild
new file mode 100644
index 00000000000..96e3b6f80ab
--- /dev/null
+++ b/ros-meta/ros_base/ros_base-1.4.0.ebuild
@@ -0,0 +1,25 @@
+# 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 which extends ros_core and includes other basic non-robot tools"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/actionlib
+	ros-meta/bond_core
+	dev-ros/class_loader
+	dev-ros/dynamic_reconfigure
+	ros-meta/nodelet_core
+	dev-ros/pluginlib
+"
+DEPEND="${RDEPEND}"


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

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

commit:     d52818154c6fbe4403529d913dbce5abbfd469f2
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 10:56:59 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=d5281815

ros-meta/ros_base: Remove old

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 ros-meta/ros_base/Manifest              |  2 --
 ros-meta/ros_base/ros_base-1.3.1.ebuild | 26 --------------------------
 ros-meta/ros_base/ros_base-1.3.2.ebuild | 25 -------------------------
 3 files changed, 53 deletions(-)

diff --git a/ros-meta/ros_base/Manifest b/ros-meta/ros_base/Manifest
index 1fdcc85b388..6974b994a94 100644
--- a/ros-meta/ros_base/Manifest
+++ b/ros-meta/ros_base/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_base/ros_base-1.3.1.ebuild b/ros-meta/ros_base/ros_base-1.3.1.ebuild
deleted file mode 100644
index daf30c8a83f..00000000000
--- a/ros-meta/ros_base/ros_base-1.3.1.ebuild
+++ /dev/null
@@ -1,26 +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 which extends ros_core and includes other basic non-robot tools"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/actionlib
-	ros-meta/bond_core
-	dev-ros/class_loader
-	dev-ros/dynamic_reconfigure
-	ros-meta/common_tutorials
-	ros-meta/nodelet_core
-	dev-ros/pluginlib
-"
-DEPEND="${RDEPEND}"

diff --git a/ros-meta/ros_base/ros_base-1.3.2.ebuild b/ros-meta/ros_base/ros_base-1.3.2.ebuild
deleted file mode 100644
index 96e3b6f80ab..00000000000
--- a/ros-meta/ros_base/ros_base-1.3.2.ebuild
+++ /dev/null
@@ -1,25 +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 which extends ros_core and includes other basic non-robot tools"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/actionlib
-	ros-meta/bond_core
-	dev-ros/class_loader
-	dev-ros/dynamic_reconfigure
-	ros-meta/nodelet_core
-	dev-ros/pluginlib
-"
-DEPEND="${RDEPEND}"


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

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

commit:     e8d788fb7e078508be17445f6b6f586c81d1e9ee
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 10:57:51 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=e8d788fb

ros-meta/ros_base: bump to 1.4.1

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 ros-meta/ros_base/Manifest              |  1 +
 ros-meta/ros_base/ros_base-1.4.1.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/ros-meta/ros_base/Manifest b/ros-meta/ros_base/Manifest
index 6974b994a94..e88baaed202 100644
--- a/ros-meta/ros_base/Manifest
+++ b/ros-meta/ros_base/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_base/ros_base-1.4.1.ebuild b/ros-meta/ros_base/ros_base-1.4.1.ebuild
new file mode 100644
index 00000000000..dbe04af7dd1
--- /dev/null
+++ b/ros-meta/ros_base/ros_base-1.4.1.ebuild
@@ -0,0 +1,23 @@
+# 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 which extends ros_core and includes other basic non-robot tools"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/actionlib
+	ros-meta/bond_core
+	dev-ros/dynamic_reconfigure
+	ros-meta/nodelet_core
+"
+DEPEND="${RDEPEND}"


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

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

commit:     b964cc67af05ce31e562bdbd836cc86cec81f942
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 10:57:23 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=b964cc67

ros-meta/ros_base: update deps

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 ros-meta/ros_base/ros_base-9999.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ros-meta/ros_base/ros_base-9999.ebuild b/ros-meta/ros_base/ros_base-9999.ebuild
index 96e3b6f80ab..dbe04af7dd1 100644
--- a/ros-meta/ros_base/ros_base-9999.ebuild
+++ b/ros-meta/ros_base/ros_base-9999.ebuild
@@ -17,9 +17,7 @@ IUSE=""
 RDEPEND="
 	dev-ros/actionlib
 	ros-meta/bond_core
-	dev-ros/class_loader
 	dev-ros/dynamic_reconfigure
 	ros-meta/nodelet_core
-	dev-ros/pluginlib
 "
 DEPEND="${RDEPEND}"


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-11  8:45 [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_base/ 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-05-13 10:49 Alexis Ballier
2018-04-06  8:49 Alexis Ballier
2018-04-06  8:49 Alexis Ballier
2018-04-06  8:49 Alexis Ballier
2017-05-09  7:14 Alexis Ballier
2015-09-22 16:17 Alexis Ballier

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