mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ros/urdf_tutorial: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
This commit is contained in:
1
dev-ros/urdf_tutorial/Manifest
Normal file
1
dev-ros/urdf_tutorial/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST urdf_tutorial-0.2.4.tar.gz 580617 SHA256 ac6c1d666eae7987ace46bab78dc9cc837a17462e59a80574d5441d0653cf333 SHA512 be1909b6b2f4efd5e0b846ab465d9b5b4096f729ffda7568194e4d3208604be83f7007160a767cc8f6df71edca9822e7e49e8f069e88e7b27d11690f7a17bf35 WHIRLPOOL 0b1fa28982bb5cf85d6241e8bbb75f56b88c8998dce23be0ac93d31559abb1ae563dab466673cd958bef0bfa956f43687b2b14f0d996f1583b57ea04357344cb
|
||||
5
dev-ros/urdf_tutorial/metadata.xml
Normal file
5
dev-ros/urdf_tutorial/metadata.xml
Normal file
@@ -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>
|
||||
24
dev-ros/urdf_tutorial/urdf_tutorial-0.2.4.ebuild
Normal file
24
dev-ros/urdf_tutorial/urdf_tutorial-0.2.4.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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/urdf_tutorial"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
inherit ros-catkin
|
||||
|
||||
DESCRIPTION="URDF tutorials"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-ros/urdf
|
||||
dev-ros/joint_state_publisher
|
||||
dev-ros/pr2_description
|
||||
dev-ros/robot_state_publisher
|
||||
dev-ros/rviz
|
||||
dev-ros/xacro
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
24
dev-ros/urdf_tutorial/urdf_tutorial-9999.ebuild
Normal file
24
dev-ros/urdf_tutorial/urdf_tutorial-9999.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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/urdf_tutorial"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
inherit ros-catkin
|
||||
|
||||
DESCRIPTION="URDF tutorials"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-ros/urdf
|
||||
dev-ros/joint_state_publisher
|
||||
dev-ros/pr2_description
|
||||
dev-ros/robot_state_publisher
|
||||
dev-ros/rviz
|
||||
dev-ros/xacro
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user