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 4CE0D139695 for ; Sun, 6 Aug 2017 07:40:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77BA9E0841; Sun, 6 Aug 2017 07:40:06 +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 5402DE0841 for ; Sun, 6 Aug 2017 07:40:06 +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 4F7A7341754 for ; Sun, 6 Aug 2017 07:40:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BDD174FA for ; Sun, 6 Aug 2017 07:40:02 +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: <1502001906.ba03641c98d547f0d6a81d5bc9db2b732d490908.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/genmsg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/genmsg/Manifest dev-ros/genmsg/genmsg-0.5.9.ebuild X-VCS-Directories: dev-ros/genmsg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ba03641c98d547f0d6a81d5bc9db2b732d490908 X-VCS-Branch: master Date: Sun, 6 Aug 2017 07:40:02 +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-Archives-Salt: 79310902-032b-4937-b2ed-19fbfb215916 X-Archives-Hash: 50ecda10fa4a18081f84d25770aedd98 commit: ba03641c98d547f0d6a81d5bc9db2b732d490908 Author: Alexis Ballier gentoo org> AuthorDate: Fri Aug 4 18:41:27 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Aug 6 06:45:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba03641c dev-ros/genmsg: bump to 0.5.9 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-ros/genmsg/Manifest | 1 + dev-ros/genmsg/genmsg-0.5.9.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-ros/genmsg/Manifest b/dev-ros/genmsg/Manifest index 59616e45102..0a7917b8ec3 100644 --- a/dev-ros/genmsg/Manifest +++ b/dev-ros/genmsg/Manifest @@ -1 +1,2 @@ DIST genmsg-0.5.8.tar.gz 59250 SHA256 d7627a2df169e4e8208347d9215e47c723a015b67ef3ed8cda8b61b6cfbf94d2 SHA512 78553d93a2adfe2c47c5fa68204418e321bc03a6083e344b456c2a727e5819747668b9c82b4b5862766b2fc2ad8b22b5165e9064b993a4491b1f7751db79dc07 WHIRLPOOL 92ba33c3015ee2936446b7f1f90490f8e77810f560888b5f3139db9843d6c8040be619d9ec6fb5a04f19c2784d32d14e60e3478e9efcf4300eadb40ca38bf729 +DIST genmsg-0.5.9.tar.gz 59409 SHA256 10cdd76b7af57921a81ff798893f83aba326b37b6a59b2d8435d123304cde912 SHA512 ac62c8d08da449890c6eb53264153e01237cd50b97d4d4123e334c59a9a1ef73ce70c4d3d7c95f91ea872ea06b30fa72bf8a3a177309493b33984b8d21e36939 WHIRLPOOL 200c939946d668781121ed68c1a45420087d200b23e76f8c6dac60dde0f2d47b1ef106e535e7a33a3efa9dd4b2f7187090b8a67677c0381a321a95b65bbd1d46 diff --git a/dev-ros/genmsg/genmsg-0.5.9.ebuild b/dev-ros/genmsg/genmsg-0.5.9.ebuild new file mode 100644 index 00000000000..4828b324180 --- /dev/null +++ b/dev-ros/genmsg/genmsg-0.5.9.ebuild @@ -0,0 +1,19 @@ +# 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/genmsg" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) + +inherit ros-catkin + +DESCRIPTION="Python library for generating ROS message and service data structures for various languages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-python/nose[${PYTHON_USEDEP}] ) +"