From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4E05A59CA3 for ; Tue, 8 Mar 2016 08:39:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 202EC21C021; Tue, 8 Mar 2016 08:39:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC64D21C031 for ; Tue, 8 Mar 2016 08:39:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33043340B46 for ; Tue, 8 Mar 2016 08:38:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9042A1BA1 for ; Tue, 8 Mar 2016 08:38:56 +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: <1457426323.55b6fb40cffe4e44bb518365cab9636893ab430e.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.7.ebuild X-VCS-Directories: dev-ros/genmsg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 55b6fb40cffe4e44bb518365cab9636893ab430e X-VCS-Branch: master Date: Tue, 8 Mar 2016 08:38:56 +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: 9f21469a-39e7-4574-bfcb-73a38398137a X-Archives-Hash: 33a4a0c93edeaf94a5782387f19d88eb commit: 55b6fb40cffe4e44bb518365cab9636893ab430e Author: Alexis Ballier gentoo org> AuthorDate: Tue Mar 8 08:38:43 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Mar 8 08:38:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b6fb40 dev-ros/genmsg: bump to 0.5.7 Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/genmsg/Manifest | 1 + dev-ros/genmsg/genmsg-0.5.7.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-ros/genmsg/Manifest b/dev-ros/genmsg/Manifest index 99728c7..da0cb1e 100644 --- a/dev-ros/genmsg/Manifest +++ b/dev-ros/genmsg/Manifest @@ -1 +1,2 @@ DIST genmsg-0.5.6.tar.gz 59067 SHA256 70ec083888f8bbdc32cf6b97cdbc3ccc042fe78ad2e6f6fc60b414aaffd8fba6 SHA512 3efba41372028a434e0e3ebbef7212106ba445c2e6755109d09809f4fb96d7b1cfb235bad462ecc9f176d79dbe0616916da52c044620135ebac4c94016338427 WHIRLPOOL 8c8d1199b82674e1121bfaf3d32908cf0e6026d2201f78efe26ca2a3c1da81b2a548aa74b8606ceb1feec9d148a6b438ff23cbd707b0bc6b0e6c09f9beb13b1a +DIST genmsg-0.5.7.tar.gz 59170 SHA256 af979bfa351b6b5a6006680bea195570f4b35dea8bcfeca7bbcdd00a108fefd9 SHA512 69b17e5a601f1d3570810471e9d9f045b891b94a4ac4a8b2ad6adf5e33fe87de6389ae41114f0704f00f93b151f041fe7e883c4f500e5dc360d92b7382789b6c WHIRLPOOL 587f1fa8a16d8ea4de59ca653d164befa7b30dc4996a9c0ad931a7f0be6645753e6e0509d0af375c740b089b7b943a41d136a5580bd7a8617a5a0d0d55d751fc diff --git a/dev-ros/genmsg/genmsg-0.5.7.ebuild b/dev-ros/genmsg/genmsg-0.5.7.ebuild new file mode 100644 index 0000000..c8f8b29 --- /dev/null +++ b/dev-ros/genmsg/genmsg-0.5.7.ebuild @@ -0,0 +1,20 @@ +# 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/genmsg" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) + +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}] ) +"