From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3D24138335 for ; Tue, 8 Jan 2019 08:54:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96AB0E0BB6; Tue, 8 Jan 2019 08:54:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BC55E0BA6 for ; Tue, 8 Jan 2019 08:54:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7575335CDB for ; Tue, 8 Jan 2019 08:54:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A945650C for ; Tue, 8 Jan 2019 08:54:39 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1546937672.ab6ee0a358292d15d743c8e57d7793aa460f0148.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/xacro/Manifest dev-ros/xacro/xacro-1.13.3.ebuild X-VCS-Directories: dev-ros/xacro/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ab6ee0a358292d15d743c8e57d7793aa460f0148 X-VCS-Branch: master Date: Tue, 8 Jan 2019 08:54:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ed400bda-8816-4c41-a647-fb9664223847 X-Archives-Hash: f05777e9e87fc9ef69928de2bf569b07 commit: ab6ee0a358292d15d743c8e57d7793aa460f0148 Author: Alexis Ballier gentoo org> AuthorDate: Tue Jan 8 08:41:20 2019 +0000 Commit: Alexis Ballier gentoo 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 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}]"