From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/urdf/
Date: Sat, 7 Apr 2018 14:08:31 +0000 (UTC) [thread overview]
Message-ID: <1523110096.8f3afceb489054f9f5bb77ad7bb657bae37d30b5.aballier@gentoo> (raw)
commit: 8f3afceb489054f9f5bb77ad7bb657bae37d30b5
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 7 13:48:17 2018 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Apr 7 14:08:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3afceb
dev-ros/urdf: bump to 1.13.1
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-ros/urdf/Manifest | 1 +
dev-ros/urdf/metadata.xml | 2 +-
dev-ros/urdf/{urdf-9999.ebuild => urdf-1.13.1.ebuild} | 7 +++----
dev-ros/urdf/urdf-9999.ebuild | 7 +++----
4 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/dev-ros/urdf/Manifest b/dev-ros/urdf/Manifest
index 86b1a63004b..502fcb8fc97 100644
--- a/dev-ros/urdf/Manifest
+++ b/dev-ros/urdf/Manifest
@@ -1 +1,2 @@
DIST robot_model-1.12.11.tar.gz 277822 BLAKE2B 3bdd2b931ddfd062594ccb2be4ce6d4863a5fa66f538c3ee48c3600b3be249d267f9d03aa9a701bc6ab22c4297d659a24da668fedcd25c75fe128c43cc781be0 SHA512 8dea6fc72e9beaddbf9a82cb177561cb89c69ef8f58f0c4882598f6cc33a0e10564d9696f07b6f4e3e3404d3f1f5236e54eea4b8d249be0a216cd3ce12a03cde
+DIST urdf-1.13.1.tar.gz 43326 BLAKE2B dce42216cc21595b91964b970d45bbc79d8c144ee331f72e9c3d31f024f3c0f18e59563055df7c4e4337f5bf1361a838a07c80dabb100b7522999a0949384639 SHA512 8a27b0bff40cb42d5eeb62422c371a48c25e3f4513711b86752192b618ceec308bcebb1d52aa3d058448d30c6724cc2cc337f815b9043874793e82e6404d6648
diff --git a/dev-ros/urdf/metadata.xml b/dev-ros/urdf/metadata.xml
index ceef7c794c1..05f17b2ac35 100644
--- a/dev-ros/urdf/metadata.xml
+++ b/dev-ros/urdf/metadata.xml
@@ -6,6 +6,6 @@
<name>Gentoo ROS Project</name>
</maintainer>
<upstream>
- <remote-id type="github">ros/robot_model</remote-id>
+ <remote-id type="github">ros/urdf</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-ros/urdf/urdf-9999.ebuild b/dev-ros/urdf/urdf-1.13.1.ebuild
similarity index 80%
copy from dev-ros/urdf/urdf-9999.ebuild
copy to dev-ros/urdf/urdf-1.13.1.ebuild
index eaa16e63ded..ab97666057c 100644
--- a/dev-ros/urdf/urdf-9999.ebuild
+++ b/dev-ros/urdf/urdf-1.13.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# 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/robot_model"
+ROS_REPO_URI="https://github.com/ros/urdf"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
PYTHON_COMPAT=( python2_7 )
@@ -20,12 +20,11 @@ RDEPEND="
dev-libs/urdfdom_headers
dev-ros/urdf_parser_plugin
dev-ros/pluginlib
- dev-libs/tinyxml2:=
dev-ros/rosconsole_bridge
dev-libs/console_bridge:=
dev-ros/roscpp
dev-libs/tinyxml
+ dev-libs/tinyxml2:=
"
DEPEND="${RDEPEND}
- dev-ros/cmake_modules
test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-cpp/gtest )"
diff --git a/dev-ros/urdf/urdf-9999.ebuild b/dev-ros/urdf/urdf-9999.ebuild
index eaa16e63ded..ab97666057c 100644
--- a/dev-ros/urdf/urdf-9999.ebuild
+++ b/dev-ros/urdf/urdf-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# 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/robot_model"
+ROS_REPO_URI="https://github.com/ros/urdf"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
PYTHON_COMPAT=( python2_7 )
@@ -20,12 +20,11 @@ RDEPEND="
dev-libs/urdfdom_headers
dev-ros/urdf_parser_plugin
dev-ros/pluginlib
- dev-libs/tinyxml2:=
dev-ros/rosconsole_bridge
dev-libs/console_bridge:=
dev-ros/roscpp
dev-libs/tinyxml
+ dev-libs/tinyxml2:=
"
DEPEND="${RDEPEND}
- dev-ros/cmake_modules
test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-cpp/gtest )"
next reply other threads:[~2018-04-07 14:08 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-07 14:08 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-02-19 10:00 [gentoo-commits] repo/gentoo:master commit in: dev-ros/urdf/ Alexis Ballier
2021-12-15 9:28 Alexis Ballier
2020-07-29 13:39 Alexis Ballier
2018-07-30 12:31 Alexis Ballier
2018-07-30 12:31 Alexis Ballier
2017-06-27 10:01 Alexis Ballier
2017-06-27 10:01 Alexis Ballier
2017-04-27 10:08 Alexis Ballier
2017-03-28 22:18 Alexis Ballier
2017-01-28 20:13 Alexis Ballier
2017-01-07 18:11 Alexis Ballier
2017-01-07 14:40 Alexis Ballier
2016-11-01 14:54 Alexis Ballier
2016-08-26 16:59 Alexis Ballier
2016-08-26 16:59 Alexis Ballier
2016-07-26 9:24 Alexis Ballier
2016-06-28 11:57 Alexis Ballier
2016-04-19 9:30 Alexis Ballier
2016-04-05 10:55 Alexis Ballier
2016-02-25 9:55 Alexis Ballier
2016-02-23 15:30 Alexis Ballier
2016-02-23 15:30 Alexis Ballier
2015-09-22 18:57 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1523110096.8f3afceb489054f9f5bb77ad7bb657bae37d30b5.aballier@gentoo \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox