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 40CDF59CA5 for ; Sat, 19 Mar 2016 14:03:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67CE721C0D1; Sat, 19 Mar 2016 14:03:54 +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 027D721C0D1 for ; Sat, 19 Mar 2016 14:03:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B5CB6340B25 for ; Sat, 19 Mar 2016 14:03:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7D17822 for ; Sat, 19 Mar 2016 14:03:42 +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: <1458396049.6548ce6eab27890ee1e2ba81caaa2f98d738b3b7.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/gencpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/gencpp/Manifest dev-ros/gencpp/gencpp-0.5.4.ebuild X-VCS-Directories: dev-ros/gencpp/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6548ce6eab27890ee1e2ba81caaa2f98d738b3b7 X-VCS-Branch: master Date: Sat, 19 Mar 2016 14:03:42 +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: c085f6bd-3dbf-4b5a-9134-f08b6287836b X-Archives-Hash: 6417219e39fd9d24d05828a286f730e3 commit: 6548ce6eab27890ee1e2ba81caaa2f98d738b3b7 Author: Alexis Ballier gentoo org> AuthorDate: Sat Mar 19 14:00:49 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Mar 19 14:00:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6548ce6e dev-ros/gencpp: bump to 0.5.4 Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/gencpp/Manifest | 1 + dev-ros/gencpp/gencpp-0.5.4.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-ros/gencpp/Manifest b/dev-ros/gencpp/Manifest index e465d24..bee6dca 100644 --- a/dev-ros/gencpp/Manifest +++ b/dev-ros/gencpp/Manifest @@ -1 +1,2 @@ DIST gencpp-0.5.3.tar.gz 8496 SHA256 0959b1dee8682a30a97fedbebfa2dd04ca4de598f215626b873cb0b7ad1dfd14 SHA512 bc5a8307dffe3ad9a5f9a311b31f60de88d4d873309ce9afd4ab4961b93cb562b8037870f910c98a3a8f98fec3b9efaba6038e3c10fab320b7e58645f4e0c92c WHIRLPOOL b62838b7628dc76f12b5b4a5c73d972b10d9a9052f7d3aec9c761365bb2062f8bbb1613312515312e64bd342962ac620eeb26d4dba0a363e61cde850477a630a +DIST gencpp-0.5.4.tar.gz 8573 SHA256 58ebd37d6b9fc39cf8a14da7951a52ec3f3bf038db417c34d2bac28130847b16 SHA512 a0099e9329aa5d89d9d446883a1f4bd48bbf7f40220d40ed60f9c0cd8e1ae9f28e042954790a491393cb047ab17dbd5aa1c48bf24027526add0e9b304db3db6b WHIRLPOOL 8d6ceb304999f478adf5c53269d65f6eb5961210e7d2a5b63a1d533880ae0759ea43de369f246f42bac77bd06b24c93b4ac324cfc0d86d5385e5c6b05aea1f37 diff --git a/dev-ros/gencpp/gencpp-0.5.4.ebuild b/dev-ros/gencpp/gencpp-0.5.4.ebuild new file mode 100644 index 0000000..bd58a6c --- /dev/null +++ b/dev-ros/gencpp/gencpp-0.5.4.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/gencpp" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) + +inherit ros-catkin + +DESCRIPTION="ROS C++ message definition and serialization generators" +HOMEPAGE="http://wiki.ros.org/gencpp" +LICENSE="BSD" +SLOT="0/${PV}" +IUSE="" + +RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}"