Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/gencpp/
Date: Thu, 30 Jun 2016 08:30:24
Message-Id: 1467275391.41c4e61e7b11ff60073b16b142de08bcceeb7422.aballier@gentoo
1 commit: 41c4e61e7b11ff60073b16b142de08bcceeb7422
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 08:03:31 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 08:29:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c4e61e
7
8 dev-ros/gencpp: bump to 0.5.5
9
10 Package-Manager: portage-2.3.0
11
12 dev-ros/gencpp/Manifest | 1 +
13 dev-ros/gencpp/gencpp-0.5.5.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/dev-ros/gencpp/Manifest b/dev-ros/gencpp/Manifest
17 index bee6dca..93dacef 100644
18 --- a/dev-ros/gencpp/Manifest
19 +++ b/dev-ros/gencpp/Manifest
20 @@ -1,2 +1,3 @@
21 DIST gencpp-0.5.3.tar.gz 8496 SHA256 0959b1dee8682a30a97fedbebfa2dd04ca4de598f215626b873cb0b7ad1dfd14 SHA512 bc5a8307dffe3ad9a5f9a311b31f60de88d4d873309ce9afd4ab4961b93cb562b8037870f910c98a3a8f98fec3b9efaba6038e3c10fab320b7e58645f4e0c92c WHIRLPOOL b62838b7628dc76f12b5b4a5c73d972b10d9a9052f7d3aec9c761365bb2062f8bbb1613312515312e64bd342962ac620eeb26d4dba0a363e61cde850477a630a
22 DIST gencpp-0.5.4.tar.gz 8573 SHA256 58ebd37d6b9fc39cf8a14da7951a52ec3f3bf038db417c34d2bac28130847b16 SHA512 a0099e9329aa5d89d9d446883a1f4bd48bbf7f40220d40ed60f9c0cd8e1ae9f28e042954790a491393cb047ab17dbd5aa1c48bf24027526add0e9b304db3db6b WHIRLPOOL 8d6ceb304999f478adf5c53269d65f6eb5961210e7d2a5b63a1d533880ae0759ea43de369f246f42bac77bd06b24c93b4ac324cfc0d86d5385e5c6b05aea1f37
23 +DIST gencpp-0.5.5.tar.gz 8601 SHA256 1340928931d873e2d43801b663a4a8d87402b88173adb01e21e58037d490fda5 SHA512 6440747ba98b23ed515db6d7b6760a98dcb3f832f87c0a8d3797b47c48e51cb01e2c62837ff5a84a2f8aeff16764493093170d83639602e3d82de846e95f9f8a WHIRLPOOL ab1517402e43ab76a8b7da37191d4074148d8fa028e6b2acee68781bf38a85393cc5d8f72b15bf820feec608881dca3a602ad1bf03700137874d370f2b44a435
24
25 diff --git a/dev-ros/gencpp/gencpp-0.5.5.ebuild b/dev-ros/gencpp/gencpp-0.5.5.ebuild
26 new file mode 100644
27 index 0000000..b3211b8
28 --- /dev/null
29 +++ b/dev-ros/gencpp/gencpp-0.5.5.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +
37 +ROS_REPO_URI="https://github.com/ros/gencpp"
38 +KEYWORDS="~amd64 ~arm"
39 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="ROS C++ message definition and serialization generators"
44 +HOMEPAGE="http://wiki.ros.org/gencpp"
45 +LICENSE="BSD"
46 +SLOT="0/${PV}"
47 +IUSE=""
48 +
49 +RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
50 +DEPEND="${RDEPEND}"