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/hector_pose_estimation: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
- Loading branch information
Showing
4 changed files
with
60 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST hector_localization-0.2.0.tar.gz 70999 SHA256 e0b01a8d1d285086e4bb738346f5d37ce188f12197bb10e75d66ac0770fc2f18 SHA512 5eab4f1861bbf1f755595700b9cb7e7f3fd1231ac9fe95f7a6f9f22c6d96045ebcecdf01b81464888b8a263fab585eb7d19682b1cc5aab6fa8809f25e7913739 WHIRLPOOL af642d3458d380c18985aa88e10625b4e7f0ae94a8bfaf9d8d4f1e38fa764785a9c95d551c4b0412c0c91649d8d3768a8cc4774fa761b8fce6ca7d21db374dd7 |
27 changes: 27 additions & 0 deletions
27
dev-ros/hector_pose_estimation/hector_pose_estimation-0.2.0.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,27 @@ | ||
# 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/tu-darmstadt-ros-pkg/hector_localization" | ||
KEYWORDS="~amd64 ~arm" | ||
ROS_SUBDIR=${PN} | ||
|
||
inherit ros-catkin | ||
|
||
DESCRIPTION="hector_pose_estimation node and the hector_pose_estimation nodelet" | ||
LICENSE="BSD" | ||
SLOT="0" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
dev-ros/hector_pose_estimation_core | ||
dev-ros/nodelet | ||
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] | ||
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] | ||
dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] | ||
dev-ros/tf | ||
dev-ros/message_filters | ||
" | ||
# dev-ros/hector_timing | ||
DEPEND="${RDEPEND}" |
27 changes: 27 additions & 0 deletions
27
dev-ros/hector_pose_estimation/hector_pose_estimation-9999.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,27 @@ | ||
# 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/tu-darmstadt-ros-pkg/hector_localization" | ||
KEYWORDS="~amd64 ~arm" | ||
ROS_SUBDIR=${PN} | ||
|
||
inherit ros-catkin | ||
|
||
DESCRIPTION="hector_pose_estimation node and the hector_pose_estimation nodelet" | ||
LICENSE="BSD" | ||
SLOT="0" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
dev-ros/hector_pose_estimation_core | ||
dev-ros/nodelet | ||
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] | ||
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] | ||
dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] | ||
dev-ros/tf | ||
dev-ros/message_filters | ||
" | ||
# dev-ros/hector_timing | ||
DEPEND="${RDEPEND}" |
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,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<herd>ros</herd> | ||
</pkgmetadata> |