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

commit:     623c5f43da058f52acfbc5eb313638f436e176fa
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 19:21:57 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 19:22:09 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623c5f43

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

Package-Manager: portage-2.2.21

 dev-ros/xacro/Manifest            |  1 +
 dev-ros/xacro/metadata.xml        |  5 +++++
 dev-ros/xacro/xacro-1.10.6.ebuild | 23 +++++++++++++++++++++++
 dev-ros/xacro/xacro-9999.ebuild   | 23 +++++++++++++++++++++++
 4 files changed, 52 insertions(+)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
new file mode 100644
index 0000000..2082b63
--- /dev/null
+++ b/dev-ros/xacro/Manifest
@@ -0,0 +1 @@
+DIST xacro-1.10.6.tar.gz 78054 SHA256 6f3b7246465e61569dcae2e79575eb1cbce8ad73b41704c931fbf00466b3a106 SHA512 a41b56f501018c19cfcda988858635296d01210fc34d249906a938eb6daa041d8cf46679cd54da830d76e61a9693688f86adc5093ee2f202c843b7fdf017cb13 WHIRLPOOL f31a935134ca123a5e9a06a03756078756a579e41cfd78e88bb2b0fcf1bd92a9fa10a19da46d21e0fa9ae85d890d84f244dff7e954c7ba2bc657767d7e0ce434

diff --git a/dev-ros/xacro/metadata.xml b/dev-ros/xacro/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/dev-ros/xacro/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/xacro/xacro-1.10.6.ebuild b/dev-ros/xacro/xacro-1.10.6.ebuild
new file mode 100644
index 0000000..5065af8
--- /dev/null
+++ b/dev-ros/xacro/xacro-1.10.6.ebuild
@@ -0,0 +1,23 @@
+# 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/xacro"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="XML macro language"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
+"
+RDEPEND="${RDEPEND}
+	dev-ros/roslaunch[${PYTHON_USEDEP}]"

diff --git a/dev-ros/xacro/xacro-9999.ebuild b/dev-ros/xacro/xacro-9999.ebuild
new file mode 100644
index 0000000..5065af8
--- /dev/null
+++ b/dev-ros/xacro/xacro-9999.ebuild
@@ -0,0 +1,23 @@
+# 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/xacro"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="XML macro language"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
+"
+RDEPEND="${RDEPEND}
+	dev-ros/roslaunch[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
@ 2016-03-29 14:45 Alexis Ballier
  0 siblings, 0 replies; 20+ messages in thread
From: Alexis Ballier @ 2016-03-29 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     38e0c64911498b147139934b39b97f8adfb02157
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 14:37:06 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 14:37:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e0c649

dev-ros/xacro: bump to 1.11.0

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/xacro/Manifest            |  1 +
 dev-ros/xacro/xacro-1.11.0.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index 2082b63..e8583f8 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1 +1,2 @@
 DIST xacro-1.10.6.tar.gz 78054 SHA256 6f3b7246465e61569dcae2e79575eb1cbce8ad73b41704c931fbf00466b3a106 SHA512 a41b56f501018c19cfcda988858635296d01210fc34d249906a938eb6daa041d8cf46679cd54da830d76e61a9693688f86adc5093ee2f202c843b7fdf017cb13 WHIRLPOOL f31a935134ca123a5e9a06a03756078756a579e41cfd78e88bb2b0fcf1bd92a9fa10a19da46d21e0fa9ae85d890d84f244dff7e954c7ba2bc657767d7e0ce434
+DIST xacro-1.11.0.tar.gz 78613 SHA256 a0e6eff1cc91ea4a57120c53d45718f248522799d536547732c13ed85df982d8 SHA512 77e5a1d8d09504eb5fc04665bcbf3c5cf212693e0fa056df063db01bf0a6ddf4ef32ff286f64434a0632b642486fce5f8e5a72ca77912b31ad4c2facc2077ee0 WHIRLPOOL 4d7e3e270a965b32a72137b9f0c721a0467e828183b7d6157946f7262bedff97c522d715203870df7def0c3ff901b3985f61771e0c01c0ed6409f5b7e1cd3e28

diff --git a/dev-ros/xacro/xacro-1.11.0.ebuild b/dev-ros/xacro/xacro-1.11.0.ebuild
new file mode 100644
index 0000000..5065af8
--- /dev/null
+++ b/dev-ros/xacro/xacro-1.11.0.ebuild
@@ -0,0 +1,23 @@
+# 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/xacro"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="XML macro language"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
+"
+RDEPEND="${RDEPEND}
+	dev-ros/roslaunch[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
@ 2016-06-30  8:30 Alexis Ballier
  0 siblings, 0 replies; 20+ messages in thread
From: Alexis Ballier @ 2016-06-30  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     34494ef2b94bd459a8e4816ac3e0f97af0c52612
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 08:07:03 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 08:29:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34494ef2

dev-ros/xacro: bump to 1.11.1

Package-Manager: portage-2.3.0

 dev-ros/xacro/Manifest            |  1 +
 dev-ros/xacro/xacro-1.11.1.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index 33b7a1d..a99e301 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1 +1,2 @@
 DIST xacro-1.11.0.tar.gz 78613 SHA256 a0e6eff1cc91ea4a57120c53d45718f248522799d536547732c13ed85df982d8 SHA512 77e5a1d8d09504eb5fc04665bcbf3c5cf212693e0fa056df063db01bf0a6ddf4ef32ff286f64434a0632b642486fce5f8e5a72ca77912b31ad4c2facc2077ee0 WHIRLPOOL 4d7e3e270a965b32a72137b9f0c721a0467e828183b7d6157946f7262bedff97c522d715203870df7def0c3ff901b3985f61771e0c01c0ed6409f5b7e1cd3e28
+DIST xacro-1.11.1.tar.gz 78665 SHA256 eb60c2590e2a8efc6b3d5321ca38755dbf6ddd951bc567afc307d5de3214df1b SHA512 8e25bf721402eb3611977f2091567d109a02ad7aebc9e76e86760fef969501d9a132d61efbb86452ea117661c60650fce24b79c3c44cb40a145340160f507195 WHIRLPOOL 9fff546ecae00bc83b555f08559d8c02faea4dc3e9b8972c1d14fc75548291728bdafe2592eb0b03dbb75850670d8b15055bf368075eb6c28d946a50d89e6852

diff --git a/dev-ros/xacro/xacro-1.11.1.ebuild b/dev-ros/xacro/xacro-1.11.1.ebuild
new file mode 100644
index 0000000..b80386d
--- /dev/null
+++ b/dev-ros/xacro/xacro-1.11.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/xacro"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="XML macro language"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
+"
+RDEPEND="${RDEPEND}
+	dev-ros/roslaunch[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
@ 2016-06-30  8:30 Alexis Ballier
  0 siblings, 0 replies; 20+ messages in thread
From: Alexis Ballier @ 2016-06-30  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     2b9386dc779a2de4b1d0d2f92bff56d9e3e5d394
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 08:05:33 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 08:29:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9386dc

dev-ros/xacro: remove old

Package-Manager: portage-2.3.0

 dev-ros/xacro/Manifest            |  1 -
 dev-ros/xacro/xacro-1.10.6.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index e8583f8..33b7a1d 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1,2 +1 @@
-DIST xacro-1.10.6.tar.gz 78054 SHA256 6f3b7246465e61569dcae2e79575eb1cbce8ad73b41704c931fbf00466b3a106 SHA512 a41b56f501018c19cfcda988858635296d01210fc34d249906a938eb6daa041d8cf46679cd54da830d76e61a9693688f86adc5093ee2f202c843b7fdf017cb13 WHIRLPOOL f31a935134ca123a5e9a06a03756078756a579e41cfd78e88bb2b0fcf1bd92a9fa10a19da46d21e0fa9ae85d890d84f244dff7e954c7ba2bc657767d7e0ce434
 DIST xacro-1.11.0.tar.gz 78613 SHA256 a0e6eff1cc91ea4a57120c53d45718f248522799d536547732c13ed85df982d8 SHA512 77e5a1d8d09504eb5fc04665bcbf3c5cf212693e0fa056df063db01bf0a6ddf4ef32ff286f64434a0632b642486fce5f8e5a72ca77912b31ad4c2facc2077ee0 WHIRLPOOL 4d7e3e270a965b32a72137b9f0c721a0467e828183b7d6157946f7262bedff97c522d715203870df7def0c3ff901b3985f61771e0c01c0ed6409f5b7e1cd3e28

diff --git a/dev-ros/xacro/xacro-1.10.6.ebuild b/dev-ros/xacro/xacro-1.10.6.ebuild
deleted file mode 100644
index 5065af8..0000000
--- a/dev-ros/xacro/xacro-1.10.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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/xacro"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="XML macro language"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
-"
-RDEPEND="${RDEPEND}
-	dev-ros/roslaunch[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
@ 2017-02-27 17:10 Alexis Ballier
  0 siblings, 0 replies; 20+ messages in thread
From: Alexis Ballier @ 2017-02-27 17:10 UTC (permalink / raw
  To: gentoo-commits

commit:     7856dab9b3b9c696867932b7a6a232e0fe63bad7
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 15:44:31 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 17:09:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7856dab9

dev-ros/xacro: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/xacro/Manifest            |  1 -
 dev-ros/xacro/xacro-1.11.0.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index a99e301287..4be5afa424 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1,2 +1 @@
-DIST xacro-1.11.0.tar.gz 78613 SHA256 a0e6eff1cc91ea4a57120c53d45718f248522799d536547732c13ed85df982d8 SHA512 77e5a1d8d09504eb5fc04665bcbf3c5cf212693e0fa056df063db01bf0a6ddf4ef32ff286f64434a0632b642486fce5f8e5a72ca77912b31ad4c2facc2077ee0 WHIRLPOOL 4d7e3e270a965b32a72137b9f0c721a0467e828183b7d6157946f7262bedff97c522d715203870df7def0c3ff901b3985f61771e0c01c0ed6409f5b7e1cd3e28
 DIST xacro-1.11.1.tar.gz 78665 SHA256 eb60c2590e2a8efc6b3d5321ca38755dbf6ddd951bc567afc307d5de3214df1b SHA512 8e25bf721402eb3611977f2091567d109a02ad7aebc9e76e86760fef969501d9a132d61efbb86452ea117661c60650fce24b79c3c44cb40a145340160f507195 WHIRLPOOL 9fff546ecae00bc83b555f08559d8c02faea4dc3e9b8972c1d14fc75548291728bdafe2592eb0b03dbb75850670d8b15055bf368075eb6c28d946a50d89e6852

diff --git a/dev-ros/xacro/xacro-1.11.0.ebuild b/dev-ros/xacro/xacro-1.11.0.ebuild
deleted file mode 100644
index 5065af861c..0000000000
--- a/dev-ros/xacro/xacro-1.11.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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/xacro"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="XML macro language"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
-"
-RDEPEND="${RDEPEND}
-	dev-ros/roslaunch[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
@ 2017-03-02  9:17 Alexis Ballier
  0 siblings, 0 replies; 20+ messages in thread
From: Alexis Ballier @ 2017-03-02  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     2f7807912dbcae928f58a08efb58b1618be41110
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 17:09:15 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 09:17:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f780791

dev-ros/xacro: Bump to 1.11.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/xacro/Manifest            |  1 +
 dev-ros/xacro/xacro-1.11.2.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index 4be5afa4240..d7c6fe40608 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1 +1,2 @@
 DIST xacro-1.11.1.tar.gz 78665 SHA256 eb60c2590e2a8efc6b3d5321ca38755dbf6ddd951bc567afc307d5de3214df1b SHA512 8e25bf721402eb3611977f2091567d109a02ad7aebc9e76e86760fef969501d9a132d61efbb86452ea117661c60650fce24b79c3c44cb40a145340160f507195 WHIRLPOOL 9fff546ecae00bc83b555f08559d8c02faea4dc3e9b8972c1d14fc75548291728bdafe2592eb0b03dbb75850670d8b15055bf368075eb6c28d946a50d89e6852
+DIST xacro-1.11.2.tar.gz 78752 SHA256 ab4548dc944b6545802c6aacbb53ddbba451bb48dd6cea93d23e46ebabc8ba07 SHA512 44b5decfe93ece0691a214917f9c643db52a8e14e3fdbf236a76da78e1270793a6e6ca41d06639aa982e64c5284baf5abd02138814a52744a5e6c2d2d95996f7 WHIRLPOOL 8ff66642042501726835dc1c01c0a79b91ff3830974e546b411d5a26af71eb2c8fb083fbbcf6e50b8a177753c0e68ad086af100d32a417b4f1b5c381b957ab76

diff --git a/dev-ros/xacro/xacro-1.11.2.ebuild b/dev-ros/xacro/xacro-1.11.2.ebuild
new file mode 100644
index 00000000000..78e761763db
--- /dev/null
+++ b/dev-ros/xacro/xacro-1.11.2.ebuild
@@ -0,0 +1,22 @@
+# 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/xacro"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="XML macro language"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
+"
+RDEPEND="${RDEPEND}
+	dev-ros/roslaunch[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
@ 2017-03-29  6:48 Alexis Ballier
  0 siblings, 0 replies; 20+ messages in thread
From: Alexis Ballier @ 2017-03-29  6:48 UTC (permalink / raw
  To: gentoo-commits

commit:     abfb61db7e51b5494c70a6db11620307e82b0676
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 06:38:14 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 06:38:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abfb61db

dev-ros/xacro: Bump to 1.12.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/xacro/Manifest            |  1 +
 dev-ros/xacro/xacro-1.12.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index d7c6fe40608..28373991983 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1,2 +1,3 @@
 DIST xacro-1.11.1.tar.gz 78665 SHA256 eb60c2590e2a8efc6b3d5321ca38755dbf6ddd951bc567afc307d5de3214df1b SHA512 8e25bf721402eb3611977f2091567d109a02ad7aebc9e76e86760fef969501d9a132d61efbb86452ea117661c60650fce24b79c3c44cb40a145340160f507195 WHIRLPOOL 9fff546ecae00bc83b555f08559d8c02faea4dc3e9b8972c1d14fc75548291728bdafe2592eb0b03dbb75850670d8b15055bf368075eb6c28d946a50d89e6852
 DIST xacro-1.11.2.tar.gz 78752 SHA256 ab4548dc944b6545802c6aacbb53ddbba451bb48dd6cea93d23e46ebabc8ba07 SHA512 44b5decfe93ece0691a214917f9c643db52a8e14e3fdbf236a76da78e1270793a6e6ca41d06639aa982e64c5284baf5abd02138814a52744a5e6c2d2d95996f7 WHIRLPOOL 8ff66642042501726835dc1c01c0a79b91ff3830974e546b411d5a26af71eb2c8fb083fbbcf6e50b8a177753c0e68ad086af100d32a417b4f1b5c381b957ab76
+DIST xacro-1.12.0.tar.gz 78767 SHA256 d23021892248469316eeca7ddf13da5d4243a920e5a41edf820f7789a4165087 SHA512 f6af679942e5ff6d57288df2e9c7896282827420b766e43fc4609b8a633763b7c42bcc69cf3a2afa5d740c6038a5a90da97e7bcf433d3cc47a45a1769fd71d42 WHIRLPOOL 33bdea3c5315656ef09a2621ff96a0f4c5ae17d7f25eb8abd8069bb92d9858c792afeeb56d34b27680e3e3bda5106abef32aba4d120cd16db3fb4686da3661f2

diff --git a/dev-ros/xacro/xacro-1.12.0.ebuild b/dev-ros/xacro/xacro-1.12.0.ebuild
new file mode 100644
index 00000000000..78e761763db
--- /dev/null
+++ b/dev-ros/xacro/xacro-1.12.0.ebuild
@@ -0,0 +1,22 @@
+# 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/xacro"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="XML macro language"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
+"
+RDEPEND="${RDEPEND}
+	dev-ros/roslaunch[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
@ 2018-03-30 13:34 Alexis Ballier
  0 siblings, 0 replies; 20+ messages in thread
From: Alexis Ballier @ 2018-03-30 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     14eeeba32e86df09d452031e0da3dbb8ac8bd1f6
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 13:31:30 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 13:32:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14eeeba3

dev-ros/xacro: Remove old

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 dev-ros/xacro/Manifest            |  2 --
 dev-ros/xacro/xacro-1.11.1.ebuild | 22 ----------------------
 dev-ros/xacro/xacro-1.11.2.ebuild | 22 ----------------------
 3 files changed, 46 deletions(-)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index 0bcf0d1c714..88080b2f7bb 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1,3 +1 @@
-DIST xacro-1.11.1.tar.gz 78665 BLAKE2B 576933e8be679c3aa89466a0b2cdf4e852b2d2604316f95ba8c46e141c5797e82f4a4d1a5d939ad901539932dcbb621400a6210c482f14d4ac3b9a8ae548dd9b SHA512 8e25bf721402eb3611977f2091567d109a02ad7aebc9e76e86760fef969501d9a132d61efbb86452ea117661c60650fce24b79c3c44cb40a145340160f507195
-DIST xacro-1.11.2.tar.gz 78752 BLAKE2B 50666f26f7f6d5b58ab124b088469fbdc950e9da10716995e68d7c5739d5e31a2e7fa45be6782f2546398b41e34ebf8bf52723425956b560ada285dd9d9ef88a SHA512 44b5decfe93ece0691a214917f9c643db52a8e14e3fdbf236a76da78e1270793a6e6ca41d06639aa982e64c5284baf5abd02138814a52744a5e6c2d2d95996f7
 DIST xacro-1.12.0.tar.gz 78767 BLAKE2B 537ceaa1b0c795ff57e4774fba6b76f599a77ec427955a46891712f87e8a68cbd99aad2891c6ad10118596b99a333279f8d5dfae68372a0770dd1e89c237d02c SHA512 f6af679942e5ff6d57288df2e9c7896282827420b766e43fc4609b8a633763b7c42bcc69cf3a2afa5d740c6038a5a90da97e7bcf433d3cc47a45a1769fd71d42

diff --git a/dev-ros/xacro/xacro-1.11.1.ebuild b/dev-ros/xacro/xacro-1.11.1.ebuild
deleted file mode 100644
index 035951cc6bc..00000000000
--- a/dev-ros/xacro/xacro-1.11.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/xacro"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="XML macro language"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
-"
-RDEPEND="${RDEPEND}
-	dev-ros/roslaunch[${PYTHON_USEDEP}]"

diff --git a/dev-ros/xacro/xacro-1.11.2.ebuild b/dev-ros/xacro/xacro-1.11.2.ebuild
deleted file mode 100644
index 78e761763db..00000000000
--- a/dev-ros/xacro/xacro-1.11.2.ebuild
+++ /dev/null
@@ -1,22 +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/xacro"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="XML macro language"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
-"
-RDEPEND="${RDEPEND}
-	dev-ros/roslaunch[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
@ 2018-03-30 13:34 Alexis Ballier
  0 siblings, 0 replies; 20+ messages in thread
From: Alexis Ballier @ 2018-03-30 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c48ec47f0c28c5d4a89e386f72b74a17eda11218
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 13:32:33 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 13:32:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48ec47f

dev-ros/xacro: bump to 1.12.1

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 dev-ros/xacro/Manifest            |  1 +
 dev-ros/xacro/xacro-1.12.1.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index 88080b2f7bb..2a75050c91a 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1 +1,2 @@
 DIST xacro-1.12.0.tar.gz 78767 BLAKE2B 537ceaa1b0c795ff57e4774fba6b76f599a77ec427955a46891712f87e8a68cbd99aad2891c6ad10118596b99a333279f8d5dfae68372a0770dd1e89c237d02c SHA512 f6af679942e5ff6d57288df2e9c7896282827420b766e43fc4609b8a633763b7c42bcc69cf3a2afa5d740c6038a5a90da97e7bcf433d3cc47a45a1769fd71d42
+DIST xacro-1.12.1.tar.gz 80708 BLAKE2B 21c9521f0e7cfd4373746546da330b32ebe98a9bbce84ed5a940861e5845ca2fadef5aa49f40d923746e8e2cbcedfd08a462d18a2ee5839f2ecbe3b3ad531bc7 SHA512 04883d3f8ad16896bfe9ef57443805477b1979a53b35f0331515ec69b4a765b4a6d78506d527fc31bb85028003c8d1d79c26f7df90a3cba87203469cbdf53f3f

diff --git a/dev-ros/xacro/xacro-1.12.1.ebuild b/dev-ros/xacro/xacro-1.12.1.ebuild
new file mode 100644
index 00000000000..a7b93c3df7f
--- /dev/null
+++ b/dev-ros/xacro/xacro-1.12.1.ebuild
@@ -0,0 +1,22 @@
+# 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/xacro"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="XML macro language"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
+"
+RDEPEND="${RDEPEND}
+	dev-ros/roslaunch[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
@ 2018-04-07 14:08 Alexis Ballier
  0 siblings, 0 replies; 20+ messages in thread
From: Alexis Ballier @ 2018-04-07 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     9dbcf712a9dcca91442586a34ec0268db58e9c80
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  7 13:26:59 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Apr  7 14:08:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbcf712

dev-ros/xacro: bump to 1.13.0

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/xacro/Manifest            |  1 +
 dev-ros/xacro/xacro-1.13.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index 2a75050c91a..9e95628ab4a 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1,2 +1,3 @@
 DIST xacro-1.12.0.tar.gz 78767 BLAKE2B 537ceaa1b0c795ff57e4774fba6b76f599a77ec427955a46891712f87e8a68cbd99aad2891c6ad10118596b99a333279f8d5dfae68372a0770dd1e89c237d02c SHA512 f6af679942e5ff6d57288df2e9c7896282827420b766e43fc4609b8a633763b7c42bcc69cf3a2afa5d740c6038a5a90da97e7bcf433d3cc47a45a1769fd71d42
 DIST xacro-1.12.1.tar.gz 80708 BLAKE2B 21c9521f0e7cfd4373746546da330b32ebe98a9bbce84ed5a940861e5845ca2fadef5aa49f40d923746e8e2cbcedfd08a462d18a2ee5839f2ecbe3b3ad531bc7 SHA512 04883d3f8ad16896bfe9ef57443805477b1979a53b35f0331515ec69b4a765b4a6d78506d527fc31bb85028003c8d1d79c26f7df90a3cba87203469cbdf53f3f
+DIST xacro-1.13.0.tar.gz 80831 BLAKE2B e7d522879998c0d98bd6a45c409949b93392fa6cc2593c9796d68ed51aef37f82a3b15346c3a15e72c7724564b722f3a5b944f7ded62e720b6ab8c54dc74721b SHA512 f2eaa6f6eb7249ce1da84660d9f10ff83002c69e3d8ead5c4bfcad194052e6a059fa6dfcc261e199bfcb686a9801e810db4923b137530ad7df9572faad34a9aa

diff --git a/dev-ros/xacro/xacro-1.13.0.ebuild b/dev-ros/xacro/xacro-1.13.0.ebuild
new file mode 100644
index 00000000000..a7b93c3df7f
--- /dev/null
+++ b/dev-ros/xacro/xacro-1.13.0.ebuild
@@ -0,0 +1,22 @@
+# 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/xacro"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="XML macro language"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
+"
+RDEPEND="${RDEPEND}
+	dev-ros/roslaunch[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
@ 2018-04-07 14:08 Alexis Ballier
  0 siblings, 0 replies; 20+ messages in thread
From: Alexis Ballier @ 2018-04-07 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     101f5566a96edc026dfe4c7f1b8e793ffb1374af
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  7 13:27:14 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Apr  7 14:08:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=101f5566

dev-ros/xacro: Remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/xacro/Manifest            |  2 --
 dev-ros/xacro/xacro-1.12.0.ebuild | 22 ----------------------
 dev-ros/xacro/xacro-1.12.1.ebuild | 22 ----------------------
 3 files changed, 46 deletions(-)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index 9e95628ab4a..3df3d542408 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1,3 +1 @@
-DIST xacro-1.12.0.tar.gz 78767 BLAKE2B 537ceaa1b0c795ff57e4774fba6b76f599a77ec427955a46891712f87e8a68cbd99aad2891c6ad10118596b99a333279f8d5dfae68372a0770dd1e89c237d02c SHA512 f6af679942e5ff6d57288df2e9c7896282827420b766e43fc4609b8a633763b7c42bcc69cf3a2afa5d740c6038a5a90da97e7bcf433d3cc47a45a1769fd71d42
-DIST xacro-1.12.1.tar.gz 80708 BLAKE2B 21c9521f0e7cfd4373746546da330b32ebe98a9bbce84ed5a940861e5845ca2fadef5aa49f40d923746e8e2cbcedfd08a462d18a2ee5839f2ecbe3b3ad531bc7 SHA512 04883d3f8ad16896bfe9ef57443805477b1979a53b35f0331515ec69b4a765b4a6d78506d527fc31bb85028003c8d1d79c26f7df90a3cba87203469cbdf53f3f
 DIST xacro-1.13.0.tar.gz 80831 BLAKE2B e7d522879998c0d98bd6a45c409949b93392fa6cc2593c9796d68ed51aef37f82a3b15346c3a15e72c7724564b722f3a5b944f7ded62e720b6ab8c54dc74721b SHA512 f2eaa6f6eb7249ce1da84660d9f10ff83002c69e3d8ead5c4bfcad194052e6a059fa6dfcc261e199bfcb686a9801e810db4923b137530ad7df9572faad34a9aa

diff --git a/dev-ros/xacro/xacro-1.12.0.ebuild b/dev-ros/xacro/xacro-1.12.0.ebuild
deleted file mode 100644
index 78e761763db..00000000000
--- a/dev-ros/xacro/xacro-1.12.0.ebuild
+++ /dev/null
@@ -1,22 +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/xacro"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="XML macro language"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
-"
-RDEPEND="${RDEPEND}
-	dev-ros/roslaunch[${PYTHON_USEDEP}]"

diff --git a/dev-ros/xacro/xacro-1.12.1.ebuild b/dev-ros/xacro/xacro-1.12.1.ebuild
deleted file mode 100644
index a7b93c3df7f..00000000000
--- a/dev-ros/xacro/xacro-1.12.1.ebuild
+++ /dev/null
@@ -1,22 +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/xacro"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="XML macro language"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
-"
-RDEPEND="${RDEPEND}
-	dev-ros/roslaunch[${PYTHON_USEDEP}]"


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

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

commit:     e5edef4fd40d2b4675dcc7a7fa36280460d5a608
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 10:46:45 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun May 13 10:48:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5edef4f

dev-ros/xacro: bump to 1.13.1

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ros/xacro/Manifest            |  1 +
 dev-ros/xacro/xacro-1.13.1.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index 3df3d542408..fcc184a2495 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1 +1,2 @@
 DIST xacro-1.13.0.tar.gz 80831 BLAKE2B e7d522879998c0d98bd6a45c409949b93392fa6cc2593c9796d68ed51aef37f82a3b15346c3a15e72c7724564b722f3a5b944f7ded62e720b6ab8c54dc74721b SHA512 f2eaa6f6eb7249ce1da84660d9f10ff83002c69e3d8ead5c4bfcad194052e6a059fa6dfcc261e199bfcb686a9801e810db4923b137530ad7df9572faad34a9aa
+DIST xacro-1.13.1.tar.gz 81091 BLAKE2B 40c48e63f288285a786fc3d6f3624940d25ec1bf78d92c05a6a40efa0db1ee0b3b63533f912459dbb59540ed8c1d266ae07a4df6e837a04232de6fa83b5bc10b SHA512 04732f1e77bf37268fc3e43ea6f888d17dcadab5f1869525f9f2237e893bc2eb7004ab730892ed6fa98d81706ff32e240b0bae0445791f6c1f1f8098effb4f95

diff --git a/dev-ros/xacro/xacro-1.13.1.ebuild b/dev-ros/xacro/xacro-1.13.1.ebuild
new file mode 100644
index 00000000000..a7b93c3df7f
--- /dev/null
+++ b/dev-ros/xacro/xacro-1.13.1.ebuild
@@ -0,0 +1,22 @@
+# 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/xacro"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="XML macro language"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
+"
+RDEPEND="${RDEPEND}
+	dev-ros/roslaunch[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
@ 2018-05-15  6:49 Alexis Ballier
  0 siblings, 0 replies; 20+ messages in thread
From: Alexis Ballier @ 2018-05-15  6:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b6e5eea154e62ed10ae28e2a6193adaa8e2d6b08
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May 15 06:48:26 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May 15 06:48:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e5eea1

dev-ros/xacro: bump to 1.13.2

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ros/xacro/Manifest            |  1 +
 dev-ros/xacro/xacro-1.13.2.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index fcc184a2495..48b4e163648 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1,2 +1,3 @@
 DIST xacro-1.13.0.tar.gz 80831 BLAKE2B e7d522879998c0d98bd6a45c409949b93392fa6cc2593c9796d68ed51aef37f82a3b15346c3a15e72c7724564b722f3a5b944f7ded62e720b6ab8c54dc74721b SHA512 f2eaa6f6eb7249ce1da84660d9f10ff83002c69e3d8ead5c4bfcad194052e6a059fa6dfcc261e199bfcb686a9801e810db4923b137530ad7df9572faad34a9aa
 DIST xacro-1.13.1.tar.gz 81091 BLAKE2B 40c48e63f288285a786fc3d6f3624940d25ec1bf78d92c05a6a40efa0db1ee0b3b63533f912459dbb59540ed8c1d266ae07a4df6e837a04232de6fa83b5bc10b SHA512 04732f1e77bf37268fc3e43ea6f888d17dcadab5f1869525f9f2237e893bc2eb7004ab730892ed6fa98d81706ff32e240b0bae0445791f6c1f1f8098effb4f95
+DIST xacro-1.13.2.tar.gz 81163 BLAKE2B 3c4319ee0b0ad14f6310d8ce9ead7cf18c71285b5c601282b9951173eb2d7bbf0e9752d813b478bd340de29bacfd25e57166c018d7dd703377198773c3326203 SHA512 10a8498c48aa52b4b4930e2b59a3ad8be32b1b974ca5cb1c56f06ce5cb7866473a7f3d29cf37ffc0681c54f4377edcab327a302225429d32eb3cd26bdd322198

diff --git a/dev-ros/xacro/xacro-1.13.2.ebuild b/dev-ros/xacro/xacro-1.13.2.ebuild
new file mode 100644
index 00000000000..a7b93c3df7f
--- /dev/null
+++ b/dev-ros/xacro/xacro-1.13.2.ebuild
@@ -0,0 +1,22 @@
+# 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/xacro"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="XML macro language"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
+"
+RDEPEND="${RDEPEND}
+	dev-ros/roslaunch[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
@ 2019-01-08  8:54 Alexis Ballier
  0 siblings, 0 replies; 20+ messages in thread
From: Alexis Ballier @ 2019-01-08  8:54 UTC (permalink / raw
  To: gentoo-commits

commit:     79e827543dfdeccb29c3d8cfcf969f01cb6304c3
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  8 08:40:32 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 08:54:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e82754

dev-ros/xacro: Remove old

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

 dev-ros/xacro/Manifest            |  2 --
 dev-ros/xacro/xacro-1.13.0.ebuild | 22 ----------------------
 dev-ros/xacro/xacro-1.13.1.ebuild | 22 ----------------------
 3 files changed, 46 deletions(-)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index 48b4e163648..0a7c4d381fd 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1,3 +1 @@
-DIST xacro-1.13.0.tar.gz 80831 BLAKE2B e7d522879998c0d98bd6a45c409949b93392fa6cc2593c9796d68ed51aef37f82a3b15346c3a15e72c7724564b722f3a5b944f7ded62e720b6ab8c54dc74721b SHA512 f2eaa6f6eb7249ce1da84660d9f10ff83002c69e3d8ead5c4bfcad194052e6a059fa6dfcc261e199bfcb686a9801e810db4923b137530ad7df9572faad34a9aa
-DIST xacro-1.13.1.tar.gz 81091 BLAKE2B 40c48e63f288285a786fc3d6f3624940d25ec1bf78d92c05a6a40efa0db1ee0b3b63533f912459dbb59540ed8c1d266ae07a4df6e837a04232de6fa83b5bc10b SHA512 04732f1e77bf37268fc3e43ea6f888d17dcadab5f1869525f9f2237e893bc2eb7004ab730892ed6fa98d81706ff32e240b0bae0445791f6c1f1f8098effb4f95
 DIST xacro-1.13.2.tar.gz 81163 BLAKE2B 3c4319ee0b0ad14f6310d8ce9ead7cf18c71285b5c601282b9951173eb2d7bbf0e9752d813b478bd340de29bacfd25e57166c018d7dd703377198773c3326203 SHA512 10a8498c48aa52b4b4930e2b59a3ad8be32b1b974ca5cb1c56f06ce5cb7866473a7f3d29cf37ffc0681c54f4377edcab327a302225429d32eb3cd26bdd322198

diff --git a/dev-ros/xacro/xacro-1.13.0.ebuild b/dev-ros/xacro/xacro-1.13.0.ebuild
deleted file mode 100644
index a7b93c3df7f..00000000000
--- a/dev-ros/xacro/xacro-1.13.0.ebuild
+++ /dev/null
@@ -1,22 +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/xacro"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="XML macro language"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
-"
-RDEPEND="${RDEPEND}
-	dev-ros/roslaunch[${PYTHON_USEDEP}]"

diff --git a/dev-ros/xacro/xacro-1.13.1.ebuild b/dev-ros/xacro/xacro-1.13.1.ebuild
deleted file mode 100644
index a7b93c3df7f..00000000000
--- a/dev-ros/xacro/xacro-1.13.1.ebuild
+++ /dev/null
@@ -1,22 +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/xacro"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="XML macro language"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
-"
-RDEPEND="${RDEPEND}
-	dev-ros/roslaunch[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
@ 2019-01-08  8:54 Alexis Ballier
  0 siblings, 0 replies; 20+ messages in thread
From: Alexis Ballier @ 2019-01-08  8:54 UTC (permalink / raw
  To: gentoo-commits

commit:     ab6ee0a358292d15d743c8e57d7793aa460f0148
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  8 08:41:20 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 08:54:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab6ee0a3

dev-ros/xacro: bump to 1.13.3

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

 dev-ros/xacro/Manifest            |  1 +
 dev-ros/xacro/xacro-1.13.3.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index 0a7c4d381fd..d617b691cfb 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1 +1,2 @@
 DIST xacro-1.13.2.tar.gz 81163 BLAKE2B 3c4319ee0b0ad14f6310d8ce9ead7cf18c71285b5c601282b9951173eb2d7bbf0e9752d813b478bd340de29bacfd25e57166c018d7dd703377198773c3326203 SHA512 10a8498c48aa52b4b4930e2b59a3ad8be32b1b974ca5cb1c56f06ce5cb7866473a7f3d29cf37ffc0681c54f4377edcab327a302225429d32eb3cd26bdd322198
+DIST xacro-1.13.3.tar.gz 81173 BLAKE2B 19cbc50a9d57d41c1189e52c24dbc8bbf89b66a910ea646be44b6394c93961c87f0c697da1a1edd715809adf58db27a7e7b74101e005514844388cb57cb9920a SHA512 8ca12483d55d338289f42bfbaefcca8f4f95da3b884e29532c8a32f3d43f98d78150e4cc2683e6bd976d38d22ff37ffccdba0790b5a74b846a9068a7254bcc02

diff --git a/dev-ros/xacro/xacro-1.13.3.ebuild b/dev-ros/xacro/xacro-1.13.3.ebuild
new file mode 100644
index 00000000000..f3ebf72d0a8
--- /dev/null
+++ b/dev-ros/xacro/xacro-1.13.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/xacro"
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="XML macro language"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
+"
+RDEPEND="${RDEPEND}
+	dev-ros/roslaunch[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
@ 2020-05-18 16:35 Alexis Ballier
  0 siblings, 0 replies; 20+ messages in thread
From: Alexis Ballier @ 2020-05-18 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     eda4f19087b81e35ac024a9e616baf9b81fbf34b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 15:59:31 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon May 18 16:35:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda4f190

dev-ros/xacro: bump to 1.14.1

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

 dev-ros/xacro/Manifest                                   | 1 +
 dev-ros/xacro/{xacro-9999.ebuild => xacro-1.14.1.ebuild} | 5 ++---
 dev-ros/xacro/xacro-9999.ebuild                          | 5 ++---
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index d617b691cfb..09039cb1205 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1,2 +1,3 @@
 DIST xacro-1.13.2.tar.gz 81163 BLAKE2B 3c4319ee0b0ad14f6310d8ce9ead7cf18c71285b5c601282b9951173eb2d7bbf0e9752d813b478bd340de29bacfd25e57166c018d7dd703377198773c3326203 SHA512 10a8498c48aa52b4b4930e2b59a3ad8be32b1b974ca5cb1c56f06ce5cb7866473a7f3d29cf37ffc0681c54f4377edcab327a302225429d32eb3cd26bdd322198
 DIST xacro-1.13.3.tar.gz 81173 BLAKE2B 19cbc50a9d57d41c1189e52c24dbc8bbf89b66a910ea646be44b6394c93961c87f0c697da1a1edd715809adf58db27a7e7b74101e005514844388cb57cb9920a SHA512 8ca12483d55d338289f42bfbaefcca8f4f95da3b884e29532c8a32f3d43f98d78150e4cc2683e6bd976d38d22ff37ffccdba0790b5a74b846a9068a7254bcc02
+DIST xacro-1.14.1.tar.gz 80879 BLAKE2B 6ce62c42e194d41bc2c0af322497f2ade2d4ac9e788cd15f3b7b6c976abae575b3bbb1224085d4e2d68cd10d3fbb665b9b333f91a38bdefe4a22f71d9270f005 SHA512 fb2272a4c4da47dcee26860ec94a5b4921401c6a4f0544181c7a9ae188c0cf6bb8ee2c0c0eb6e7fabd3f323c10d391dbafcc2b118384a32ecd18da6c8075ae10

diff --git a/dev-ros/xacro/xacro-9999.ebuild b/dev-ros/xacro/xacro-1.14.1.ebuild
similarity index 84%
copy from dev-ros/xacro/xacro-9999.ebuild
copy to dev-ros/xacro/xacro-1.14.1.ebuild
index 312243f6f19..e29730c0f57 100644
--- a/dev-ros/xacro/xacro-9999.ebuild
+++ b/dev-ros/xacro/xacro-1.14.1.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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/ros/xacro"
 KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
 
 inherit ros-catkin
 

diff --git a/dev-ros/xacro/xacro-9999.ebuild b/dev-ros/xacro/xacro-9999.ebuild
index 312243f6f19..e29730c0f57 100644
--- a/dev-ros/xacro/xacro-9999.ebuild
+++ b/dev-ros/xacro/xacro-9999.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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/ros/xacro"
 KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
 
 inherit ros-catkin
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
@ 2020-05-18 16:35 Alexis Ballier
  0 siblings, 0 replies; 20+ messages in thread
From: Alexis Ballier @ 2020-05-18 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     39ce43217184abeb2a657420d1d396f5e7b0f94a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 15:59:43 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon May 18 16:35:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ce4321

dev-ros/xacro: Remove old

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

 dev-ros/xacro/Manifest            |  2 --
 dev-ros/xacro/xacro-1.13.2.ebuild | 22 ----------------------
 dev-ros/xacro/xacro-1.13.3.ebuild | 22 ----------------------
 3 files changed, 46 deletions(-)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index 09039cb1205..87b6a6cf491 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1,3 +1 @@
-DIST xacro-1.13.2.tar.gz 81163 BLAKE2B 3c4319ee0b0ad14f6310d8ce9ead7cf18c71285b5c601282b9951173eb2d7bbf0e9752d813b478bd340de29bacfd25e57166c018d7dd703377198773c3326203 SHA512 10a8498c48aa52b4b4930e2b59a3ad8be32b1b974ca5cb1c56f06ce5cb7866473a7f3d29cf37ffc0681c54f4377edcab327a302225429d32eb3cd26bdd322198
-DIST xacro-1.13.3.tar.gz 81173 BLAKE2B 19cbc50a9d57d41c1189e52c24dbc8bbf89b66a910ea646be44b6394c93961c87f0c697da1a1edd715809adf58db27a7e7b74101e005514844388cb57cb9920a SHA512 8ca12483d55d338289f42bfbaefcca8f4f95da3b884e29532c8a32f3d43f98d78150e4cc2683e6bd976d38d22ff37ffccdba0790b5a74b846a9068a7254bcc02
 DIST xacro-1.14.1.tar.gz 80879 BLAKE2B 6ce62c42e194d41bc2c0af322497f2ade2d4ac9e788cd15f3b7b6c976abae575b3bbb1224085d4e2d68cd10d3fbb665b9b333f91a38bdefe4a22f71d9270f005 SHA512 fb2272a4c4da47dcee26860ec94a5b4921401c6a4f0544181c7a9ae188c0cf6bb8ee2c0c0eb6e7fabd3f323c10d391dbafcc2b118384a32ecd18da6c8075ae10

diff --git a/dev-ros/xacro/xacro-1.13.2.ebuild b/dev-ros/xacro/xacro-1.13.2.ebuild
deleted file mode 100644
index a7b93c3df7f..00000000000
--- a/dev-ros/xacro/xacro-1.13.2.ebuild
+++ /dev/null
@@ -1,22 +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/xacro"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="XML macro language"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
-"
-RDEPEND="${RDEPEND}
-	dev-ros/roslaunch[${PYTHON_USEDEP}]"

diff --git a/dev-ros/xacro/xacro-1.13.3.ebuild b/dev-ros/xacro/xacro-1.13.3.ebuild
deleted file mode 100644
index f3ebf72d0a8..00000000000
--- a/dev-ros/xacro/xacro-1.13.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/xacro"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="XML macro language"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
-"
-RDEPEND="${RDEPEND}
-	dev-ros/roslaunch[${PYTHON_USEDEP}]"


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

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

commit:     08e3063009b6d4b5722d01ca4f45c893fe04e3a5
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 09:12:40 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 09:13:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e30630

dev-ros/xacro: bump to 1.14.4

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

 dev-ros/xacro/Manifest                                     | 2 +-
 dev-ros/xacro/{xacro-1.14.1.ebuild => xacro-1.14.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index 87b6a6cf491..2a4408a351b 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1 +1 @@
-DIST xacro-1.14.1.tar.gz 80879 BLAKE2B 6ce62c42e194d41bc2c0af322497f2ade2d4ac9e788cd15f3b7b6c976abae575b3bbb1224085d4e2d68cd10d3fbb665b9b333f91a38bdefe4a22f71d9270f005 SHA512 fb2272a4c4da47dcee26860ec94a5b4921401c6a4f0544181c7a9ae188c0cf6bb8ee2c0c0eb6e7fabd3f323c10d391dbafcc2b118384a32ecd18da6c8075ae10
+DIST xacro-1.14.4.tar.gz 80200 BLAKE2B 4e61ff4c55a9ce5687815d7650d392ef239a3d872e6dac36d717d429a9c7d0c62dd7f589d362a3059f4e712147c5ae1828f5cf63810a7ec92d6898fce85bbed2 SHA512 7a97353a3ab5126146eb73e428c50aa74765b46058c59143e6d91f984040d6abbf58813e528d93bfe69e5c3a7b3698430e68f3800f117ee836115f7b3c465a05

diff --git a/dev-ros/xacro/xacro-1.14.1.ebuild b/dev-ros/xacro/xacro-1.14.4.ebuild
similarity index 100%
rename from dev-ros/xacro/xacro-1.14.1.ebuild
rename to dev-ros/xacro/xacro-1.14.4.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
@ 2020-10-14 11:05 Alexis Ballier
  0 siblings, 0 replies; 20+ messages in thread
From: Alexis Ballier @ 2020-10-14 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     e1900e68428f375f80a097a06fb4e6130dd1db6a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 10:19:38 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Oct 14 11:04:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1900e68

dev-ros/xacro: bump to 1.14.5

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

 dev-ros/xacro/Manifest                                     | 2 +-
 dev-ros/xacro/{xacro-1.14.4.ebuild => xacro-1.14.5.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index 2a4408a351b..ab7485b7b7c 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1 +1 @@
-DIST xacro-1.14.4.tar.gz 80200 BLAKE2B 4e61ff4c55a9ce5687815d7650d392ef239a3d872e6dac36d717d429a9c7d0c62dd7f589d362a3059f4e712147c5ae1828f5cf63810a7ec92d6898fce85bbed2 SHA512 7a97353a3ab5126146eb73e428c50aa74765b46058c59143e6d91f984040d6abbf58813e528d93bfe69e5c3a7b3698430e68f3800f117ee836115f7b3c465a05
+DIST xacro-1.14.5.tar.gz 81184 BLAKE2B 27234030e313c715cdd2fb9cc2e77f8e3591017ac99ca7af35e7ae6a01bab56175f4f512595ee12ca47a7405ad38cec4d77b6cf71172c24444c31da350be6d3c SHA512 5f3bc7507fcd4774c0a00c5715cf96cb4b2b3ca279df70d0158c7d8eae773df962c10319887f867316ea135937249cb6805bd79b78f70f61d7a767b63dfdf3db

diff --git a/dev-ros/xacro/xacro-1.14.4.ebuild b/dev-ros/xacro/xacro-1.14.5.ebuild
similarity index 100%
rename from dev-ros/xacro/xacro-1.14.4.ebuild
rename to dev-ros/xacro/xacro-1.14.5.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
@ 2021-08-06 12:32 Alexis Ballier
  0 siblings, 0 replies; 20+ messages in thread
From: Alexis Ballier @ 2021-08-06 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     c715c0a4eae2c6d730d7e24cbc1d514692c16600
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  6 12:03:46 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Aug  6 12:32:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c715c0a4

dev-ros/xacro: bump to 1.14.8

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

 dev-ros/xacro/Manifest            |  1 +
 dev-ros/xacro/xacro-1.14.8.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index fc60409dd70..a0cb4988c7b 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1 +1,2 @@
 DIST xacro-1.14.6.tar.gz 81362 BLAKE2B b0ec80e8f224f1b31e9f21e1c11669a46da1b13cf82b5d82912196f9f647aa1c45a7084f4ea1e1690c0d969b5e126cd5b6069c9987034898b72d92310b7d565f SHA512 0796c07cbf4d51699ab07d656a42d13fc140406f6dbee3b94554f2aa91e68b64bd5d2c218930edb5b139ac41b5d5c6bffad505d220353d5748f371ec6bb196a3
+DIST xacro-1.14.8.tar.gz 81831 BLAKE2B 6ad5c8545f5b7167faea122834cb1226e2935f0e40dbd0da1a3e63dc5981adabf83b9d72bf0b51842e82bb31ed469c72a63d4dcbb3dd79b6c8f91fdfdf75b202 SHA512 a372dc3a9e62a9eb1a0cf6b2491c45685e8f5f7442da86f7767b47c8122ec67780aee4e76a4b9278046b85a16000b1ffe72e44a9ac04f39da21c5bc1cf788b0b

diff --git a/dev-ros/xacro/xacro-1.14.8.ebuild b/dev-ros/xacro/xacro-1.14.8.ebuild
new file mode 100644
index 00000000000..5c1e6682dc0
--- /dev/null
+++ b/dev-ros/xacro/xacro-1.14.8.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ROS_REPO_URI="https://github.com/ros/xacro"
+KEYWORDS="~amd64"
+
+inherit ros-catkin
+
+DESCRIPTION="XML macro language"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-ros/roslint[${PYTHON_SINGLE_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? (
+		dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+		$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
+	)
+"
+RDEPEND="${RDEPEND}
+	dev-ros/roslaunch[${PYTHON_SINGLE_USEDEP}]"
+PATCHES=( "${FILESDIR}/tests.patch" )
+
+src_test() {
+	local sd="$(python_get_sitedir)"
+	local local_sd="${BUILD_DIR}/devel/${sd#${EPREFIX}/usr}"
+	export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
+	PYTHONPATH="${local_sd}:${PYTHONPATH}" ros-catkin_src_test
+}


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

end of thread, other threads:[~2021-08-06 12:33 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-30  8:30 [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2021-08-06 12:32 Alexis Ballier
2020-10-14 11:05 Alexis Ballier
2020-10-13  9:13 Alexis Ballier
2020-05-18 16:35 Alexis Ballier
2020-05-18 16:35 Alexis Ballier
2019-01-08  8:54 Alexis Ballier
2019-01-08  8:54 Alexis Ballier
2018-05-15  6:49 Alexis Ballier
2018-05-13 10:49 Alexis Ballier
2018-04-07 14:08 Alexis Ballier
2018-04-07 14:08 Alexis Ballier
2018-03-30 13:34 Alexis Ballier
2018-03-30 13:34 Alexis Ballier
2017-03-29  6:48 Alexis Ballier
2017-03-02  9:17 Alexis Ballier
2017-02-27 17:10 Alexis Ballier
2016-06-30  8:30 Alexis Ballier
2016-03-29 14:45 Alexis Ballier
2015-09-22 19:22 Alexis Ballier

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