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}]"

Reply via email to