dev-ros/nmea_msgs: initial import

Package-Manager: Portage-2.3.10, Repoman-2.3.3
This commit is contained in:
Alexis Ballier
2017-09-26 15:17:50 +02:00
parent 5b14e0ecdf
commit bb9e5643e9
4 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST nmea_msgs-1.0.0.tar.gz 1259 SHA256 122bc299f339d84b782bbd17c6de12f0ca4d1efda90811e6525cce06c82f60bf SHA512 159c9792390bd68dd64b239c3aee53096f2d86ecce1d0ff33269329899bdd0dfc95d278dbc25326af0ae1e1e6e7ee7bdd2e3936bd45bb048b2d7fc1c6533e7d0 WHIRLPOOL 33054f3d2e64917902dd976c4059b98c185755a0f9da74bac2666fe7564e8f562f5a256098070ccd648fa31e5b6fa02c2fd9430c9ba146350b025585490c665b

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ros@gentoo.org</email>
<name>Gentoo ROS Project</name>
</maintainer>
<upstream>
<remote-id type="github">ros-drivers/nmea_msgs</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
ROS_REPO_URI="https://github.com/ros-drivers/nmea_msgs"
KEYWORDS="~amd64"
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
CATKIN_HAS_MESSAGES=yes
CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
VER_PREFIX=${PN}-
inherit ros-catkin
DESCRIPTION="Messages related to data in the NMEA format"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
ROS_REPO_URI="https://github.com/ros-drivers/nmea_msgs"
KEYWORDS="~amd64"
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
CATKIN_HAS_MESSAGES=yes
CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
VER_PREFIX=${PN}-
inherit ros-catkin
DESCRIPTION="Messages related to data in the NMEA format"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"