Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/geographic_info/
Date: Fri, 30 Mar 2018 13:34:06
Message-Id: 1522416765.53f4037931b9b779ce58f7d71ea1fd27e89ca4b2.aballier@gentoo
1 commit: 53f4037931b9b779ce58f7d71ea1fd27e89ca4b2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 30 13:28:41 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=53f40379
7
8 ros-meta/geographic_info: Bump to 0.5.3.
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 ros-meta/geographic_info/Manifest | 1 +
13 .../geographic_info/geographic_info-0.5.3.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/ros-meta/geographic_info/Manifest b/ros-meta/geographic_info/Manifest
17 index d0d61ed0b68..f2d3830d57b 100644
18 --- a/ros-meta/geographic_info/Manifest
19 +++ b/ros-meta/geographic_info/Manifest
20 @@ -1,3 +1,4 @@
21 DIST geographic_info-0.4.0.tar.gz 26981 BLAKE2B fdc8f7335aa64cc50e33fc248bd1243d532c1d1a841fff887777f20560be72905493ca68ac4172670e4033123c8ff96b4d3f2f980637769dc9fc8762e58efb71 SHA512 1296ad824caacf0a1240468dbc979c647e8d412246ca8aae19f2091487ab2b9c9ec2c3fe3f3eb92f0b662f318b005a34072555bad6b3d979c1463464f303764d
22 DIST geographic_info-0.5.0.tar.gz 27102 BLAKE2B 40d635f8fdd0fbb034649e03f8917f9f7be207a5e30ba3afb25bbbf3b24a83a23ec3d4a94ff9f91ececda46e8ea167c989552b414c87b3c448513f2ea72e4d40 SHA512 c6c4937a7c9873c071be9e3fc4fcdb99f831028dce93793e537f8819e2fb8633b995e7d46d7192ddc3457a3b79d27c54c3e0b6656af30e2daabf1f0e7dff9f05
23 DIST geographic_info-0.5.2.tar.gz 27336 BLAKE2B f864d8b70b5b0d797cec81e25a25d0dd708bcc49c169f68216616d900b1d11918583f6f5ec4a919ad03b08ee86b2a36cde575c1054c58a93974d4c4faf6e2aae SHA512 8b512399ef61ebfb9816c613ed4fcde23ec52a9b4bbd1bb7268c8ec7fe03b1a157435fef17b8af72fdf88ce6ed0b9130473183402e0875a25eac0ac46df0d00d
24 +DIST geographic_info-0.5.3.tar.gz 27446 BLAKE2B 51463f872829224c618b1d37c3d07ba53ee00b4f3e48bbc202d9ab4abfe8db8148dbbfdb6780af5aaf36ab9e9a7dca973b603a22139a192a96f6bcef87fa52a5 SHA512 681aad5ba62363cf96255351e884c8ba8d3110571e6e97c9340f8d15f38183900c2a04e109416b4113a0a042ebd9cdb8fe075c507200dac06052b444f4212ab3
25
26 diff --git a/ros-meta/geographic_info/geographic_info-0.5.3.ebuild b/ros-meta/geographic_info/geographic_info-0.5.3.ebuild
27 new file mode 100644
28 index 00000000000..6096ff22dec
29 --- /dev/null
30 +++ b/ros-meta/geographic_info/geographic_info-0.5.3.ebuild
31 @@ -0,0 +1,21 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=5
36 +ROS_REPO_URI="https://github.com/ros-geographic-info/geographic_info"
37 +VER_PREFIX=${PN}-
38 +KEYWORDS="~amd64"
39 +ROS_SUBDIR=${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Geographic information metapackage"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/geodesy
50 + dev-ros/geographic_msgs
51 +"
52 +DEPEND="${RDEPEND}"