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/geodesy/
Date: Fri, 30 Mar 2018 13:34:05
Message-Id: 1522416765.f512c74535843a649dbd89fab8024b2b9ad7e604.aballier@gentoo
1 commit: f512c74535843a649dbd89fab8024b2b9ad7e604
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 30 13:28:32 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 13:32:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f512c745
7
8 dev-ros/geodesy: Bump to 0.5.3.
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 dev-ros/geodesy/Manifest | 1 +
13 dev-ros/geodesy/geodesy-0.5.3.ebuild | 34 ++++++++++++++++++++++++++++++++++
14 2 files changed, 35 insertions(+)
15
16 diff --git a/dev-ros/geodesy/Manifest b/dev-ros/geodesy/Manifest
17 index 8cf8464d7f1..25044fdda2f 100644
18 --- a/dev-ros/geodesy/Manifest
19 +++ b/dev-ros/geodesy/Manifest
20 @@ -1 +1,2 @@
21 DIST geographic_info-0.5.2.tar.gz 27336 BLAKE2B f864d8b70b5b0d797cec81e25a25d0dd708bcc49c169f68216616d900b1d11918583f6f5ec4a919ad03b08ee86b2a36cde575c1054c58a93974d4c4faf6e2aae SHA512 8b512399ef61ebfb9816c613ed4fcde23ec52a9b4bbd1bb7268c8ec7fe03b1a157435fef17b8af72fdf88ce6ed0b9130473183402e0875a25eac0ac46df0d00d
22 +DIST geographic_info-0.5.3.tar.gz 27446 BLAKE2B 51463f872829224c618b1d37c3d07ba53ee00b4f3e48bbc202d9ab4abfe8db8148dbbfdb6780af5aaf36ab9e9a7dca973b603a22139a192a96f6bcef87fa52a5 SHA512 681aad5ba62363cf96255351e884c8ba8d3110571e6e97c9340f8d15f38183900c2a04e109416b4113a0a042ebd9cdb8fe075c507200dac06052b444f4212ab3
23
24 diff --git a/dev-ros/geodesy/geodesy-0.5.3.ebuild b/dev-ros/geodesy/geodesy-0.5.3.ebuild
25 new file mode 100644
26 index 00000000000..c2cd15d3b65
27 --- /dev/null
28 +++ b/dev-ros/geodesy/geodesy-0.5.3.ebuild
29 @@ -0,0 +1,34 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +ROS_REPO_URI="https://github.com/ros-geographic-info/geographic_info"
35 +VER_PREFIX=geographic_info-
36 +KEYWORDS="~amd64"
37 +PYTHON_COMPAT=( python2_7 )
38 +ROS_SUBDIR=${PN}
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="Python and C++ interfaces for manipulating geodetic coordinates"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + dev-ros/angles
49 + dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
50 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
51 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
52 + dev-ros/tf
53 + dev-ros/unique_id
54 + dev-ros/uuid_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
55 + dev-python/pyproj[${PYTHON_USEDEP}]
56 + dev-libs/boost:=
57 +"
58 +DEPEND="${RDEPEND}
59 + test? (
60 + dev-ros/rosunit[${PYTHON_USEDEP}]
61 + dev-cpp/gtest
62 + dev-python/nose[${PYTHON_USEDEP}]
63 + )"