public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_kdl/
Date: Wed, 18 Jan 2017 16:18:53 +0000 (UTC)	[thread overview]
Message-ID: <1484756317.dd79f005a9f094eb25644aa0c191408bb97baa5e.aballier@gentoo> (raw)

commit:     dd79f005a9f094eb25644aa0c191408bb97baa5e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 16:11:24 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 16:18:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd79f005

dev-ros/tf2_kdl: Use geometry2 repository since it has moved.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/tf2_kdl/Manifest              | 2 +-
 dev-ros/tf2_kdl/tf2_kdl-0.5.14.ebuild | 2 +-
 dev-ros/tf2_kdl/tf2_kdl-9999.ebuild   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ros/tf2_kdl/Manifest b/dev-ros/tf2_kdl/Manifest
index a766250..2c815ef 100644
--- a/dev-ros/tf2_kdl/Manifest
+++ b/dev-ros/tf2_kdl/Manifest
@@ -1,3 +1,3 @@
+DIST geometry2-0.5.14.tar.gz 147162 SHA256 0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82 WHIRLPOOL 12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d
 DIST geometry_experimental-0.5.12.tar.gz 131234 SHA256 430115ef4a3352e8b00596ff7406e6cb14fc1720250cf164754cf724c7f371c3 SHA512 1a1a33db529d0810661c020552642d914de01a14e5b17b611fb7743a795c47e3f68d480ee4544b4ad86f7b1c947ea8b23cda09535ce046fdc45da1c40fc34711 WHIRLPOOL fd894a43e0110eeab1f085faa32a339a72d922d57ae68ee82c2b54f73c246090f3537483f1ca68147f5b7b7a5c7502f9fd4ab733da150c68af94ea2d87859ab1
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d WHIRLPOOL 06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc
-DIST geometry_experimental-0.5.14.tar.gz 147162 SHA256 0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82 WHIRLPOOL 12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d

diff --git a/dev-ros/tf2_kdl/tf2_kdl-0.5.14.ebuild b/dev-ros/tf2_kdl/tf2_kdl-0.5.14.ebuild
index a15200f..933f853 100644
--- a/dev-ros/tf2_kdl/tf2_kdl-0.5.14.ebuild
+++ b/dev-ros/tf2_kdl/tf2_kdl-0.5.14.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental"
+ROS_REPO_URI="https://github.com/ros/geometry2"
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 PYTHON_COMPAT=( python2_7 )

diff --git a/dev-ros/tf2_kdl/tf2_kdl-9999.ebuild b/dev-ros/tf2_kdl/tf2_kdl-9999.ebuild
index 8c415ce..933f853 100644
--- a/dev-ros/tf2_kdl/tf2_kdl-9999.ebuild
+++ b/dev-ros/tf2_kdl/tf2_kdl-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental"
+ROS_REPO_URI="https://github.com/ros/geometry2"
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 PYTHON_COMPAT=( python2_7 )


             reply	other threads:[~2017-01-18 16:19 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-18 16:18 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-25 11:32 [gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_kdl/ Alexis Ballier
2020-09-03 16:48 Alexis Ballier
2020-07-09 10:46 Alexis Ballier
2020-07-09 10:46 Alexis Ballier
2018-12-03 16:12 Alexis Ballier
2018-05-12 11:13 Alexis Ballier
2018-05-12 11:13 Alexis Ballier
2018-04-07 14:08 Alexis Ballier
2018-03-22 10:02 Alexis Ballier
2018-03-22 10:02 Alexis Ballier
2018-01-07  6:38 Alexis Ballier
2017-07-16 12:17 Alexis Ballier
2017-07-10  1:24 Alexis Ballier
2017-07-10  1:24 Alexis Ballier
2017-01-18 16:18 Alexis Ballier
2016-03-05 11:58 Alexis Ballier
2015-09-22 17:04 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=1484756317.dd79f005a9f094eb25644aa0c191408bb97baa5e.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