forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-ros/visualization_marker_tutorials: Bump to 0.10.1.
Package-Manager: portage-2.2.28
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST visualization_tutorials-0.10.1.tar.gz 428608 SHA256 f3fe8a2017e6f04692a4522e851326be4e1ba2b688530417b361078358d2577f SHA512 38ad2c29456ff994914b1ca3b2ab6d90b0c9224481d360fd7f88b38c0e9615d35eb94b90abb699738b5f4fac091489bdf2373168bc3a0acc0e6ba3a61b646bbf WHIRLPOOL c99ca8cc1c5c08879a79fca255bb2f4817f4beaa77cb127f0550b72a0be21c273d16ff4d3c189406255b51f90a486a830b4ff06e7d405de9564e6e116e61d2f3 | ||
DIST visualization_tutorials-0.9.2.tar.gz 428117 SHA256 71d6c3a9662e98bec4f7e556aa801a55b654d6c2332dbfe97ac1c9e9612a5293 SHA512 4a2b323e74725dbb77fbba6405d39246a89b170c66dec78288c4461d70c419efc3197eed5867f68305e490552d0480525153f98a64a3025efddc367db824ca53 WHIRLPOOL e600bbc1820b31b67263449c53957c877a677f77b546817135dd9571145321c145824b8dd38ddeb720af9f3e65a96248925fd18984bc55281c90897e4369b944 |
21 changes: 21 additions & 0 deletions
21
dev-ros/visualization_marker_tutorials/visualization_marker_tutorials-0.10.1.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright 1999-2014 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
ROS_REPO_URI="https://github.com/ros-visualization/visualization_tutorials" | ||
KEYWORDS="~amd64" | ||
ROS_SUBDIR=${PN} | ||
|
||
inherit ros-catkin | ||
|
||
DESCRIPTION="Visualization marker tutorials" | ||
LICENSE="BSD" | ||
SLOT="0" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
dev-ros/roscpp | ||
dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] | ||
" | ||
DEPEND="${RDEPEND}" |