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 B58F5139695 for ; Thu, 6 Apr 2017 08:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85F4BE0C14; Thu, 6 Apr 2017 08:21:20 +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 5CE70E0C14 for ; Thu, 6 Apr 2017 08:21:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0202D34163C for ; Thu, 6 Apr 2017 08:21:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 497E87427 for ; Thu, 6 Apr 2017 08:21:17 +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: <1491466867.e5d517a38458ccc0b6fa106803ad695e9058af7b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/uuid_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/uuid_msgs/Manifest dev-ros/uuid_msgs/uuid_msgs-1.0.6.ebuild X-VCS-Directories: dev-ros/uuid_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e5d517a38458ccc0b6fa106803ad695e9058af7b X-VCS-Branch: master Date: Thu, 6 Apr 2017 08:21:17 +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: b2e25975-157b-4280-8dce-52684047861b X-Archives-Hash: b5d33766b441594ea7e678c349f69d97 commit: e5d517a38458ccc0b6fa106803ad695e9058af7b Author: Alexis Ballier gentoo org> AuthorDate: Thu Apr 6 07:57:40 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Apr 6 08:21:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d517a3 dev-ros/uuid_msgs: Bump to 1.0.6. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ros/uuid_msgs/Manifest | 1 + dev-ros/uuid_msgs/uuid_msgs-1.0.6.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-ros/uuid_msgs/Manifest b/dev-ros/uuid_msgs/Manifest index 3f304f48095..dc314b88872 100644 --- a/dev-ros/uuid_msgs/Manifest +++ b/dev-ros/uuid_msgs/Manifest @@ -1 +1,2 @@ DIST unique_identifier-1.0.5.tar.gz 12252 SHA256 70f3fc1e8b81ce2a80383fe1bec69dd0760913852a78ff1d010e6a1c2baa1d3c SHA512 0a12fe42346d83813eed78a369afeec171df928abad2cfa804cb314907fa43a3edad3cef5efe51b3223f819a80ac1633f069e7e0bd721efc9f487a1089d160d3 WHIRLPOOL 2b18cb09845254b88026ef69739203a66438563094375e5cd711239af90f157f1727deb82252c719fd5b78a372c8877771c42bbd30c360acc8c943676a343197 +DIST unique_identifier-1.0.6.tar.gz 12305 SHA256 e376df28058d69da4c3c5fce4ef5d3cc24518ed9b64a181055ff86a2fc11b832 SHA512 d81409786a311fd1d23937fd24bf0365920f6b9cd7b4ba9803935844c0dab0a1765b2790f88673fe8fffea70ff13161ddadc7644bc8d39e3f0c255007b267156 WHIRLPOOL 5242ebcaf5c5cf8b6f16cfd9e1b09936f8af646d3ea629d856387759ccece0f69bc87e6abfc34ba48c199b266ca08bee960fee46dc4adb890ce952fb401c524c diff --git a/dev-ros/uuid_msgs/uuid_msgs-1.0.6.ebuild b/dev-ros/uuid_msgs/uuid_msgs-1.0.6.ebuild new file mode 100644 index 00000000000..d1e0eab70a8 --- /dev/null +++ b/dev-ros/uuid_msgs/uuid_msgs-1.0.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +CATKIN_HAS_MESSAGES=yes +ROS_REPO_URI="https://github.com/ros-geographic-info/unique_identifier" +VER_PREFIX=unique_identifier- +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_4} ) +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="ROS messages for universally unique identifiers" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"