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: Mon, 12 Feb 2018 14:03:56
Message-Id: 1518440795.8fa08d02e925b5f52c782c4486dabd100eff78d3.aballier@gentoo
1 commit: 8fa08d02e925b5f52c782c4486dabd100eff78d3
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 12 13:06:23 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 12 13:06:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa08d02
7
8 dev-ros/gencpp: bump to 0.6.0
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ros/gencpp/Manifest | 1 +
13 dev-ros/gencpp/gencpp-0.6.0.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/dev-ros/gencpp/Manifest b/dev-ros/gencpp/Manifest
17 index 8f89f6215d6..6fc901fef25 100644
18 --- a/dev-ros/gencpp/Manifest
19 +++ b/dev-ros/gencpp/Manifest
20 @@ -1 +1,2 @@
21 DIST gencpp-0.5.5.tar.gz 8601 BLAKE2B c048ce73f41d8b9ef3111bcb00b9a8776f4b1498bf4828e48ec45994c4f0fecfc75318fcfbfddd18b492d7b597e62e69fd497de63b6cc1417a107e11ecf38e83 SHA512 6440747ba98b23ed515db6d7b6760a98dcb3f832f87c0a8d3797b47c48e51cb01e2c62837ff5a84a2f8aeff16764493093170d83639602e3d82de846e95f9f8a
22 +DIST gencpp-0.6.0.tar.gz 9164 BLAKE2B 97b7e3904cde95ca6304e498d5f338cf303a55c407c187994b3dcb2bb062bd6dc1b4a2ab6f0cc949bfc6c481199586abef115fe54b4b99e99bc99dac8ae261cf SHA512 0ef0ae3d5f93ab5693455eb5319a0b8fbaab4ee56bd890e0ef96bfbdf8959affe61551f30739bab7e945c213c9b2fb51ff5e89c5b3a40d945da23e1ba88b9c1e
23
24 diff --git a/dev-ros/gencpp/gencpp-0.6.0.ebuild b/dev-ros/gencpp/gencpp-0.6.0.ebuild
25 new file mode 100644
26 index 00000000000..e33fa448600
27 --- /dev/null
28 +++ b/dev-ros/gencpp/gencpp-0.6.0.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +ROS_REPO_URI="https://github.com/ros/gencpp"
36 +KEYWORDS="~amd64 ~arm"
37 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="ROS C++ message definition and serialization generators"
42 +HOMEPAGE="http://wiki.ros.org/gencpp"
43 +LICENSE="BSD"
44 +SLOT="0/${PV}"
45 +IUSE=""
46 +
47 +RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
48 +DEPEND="${RDEPEND}"