Skip to content

Commit

Permalink
ros-meta/simulators: Initial import. Ebuild by me.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.21
  • Loading branch information
aballier committed Sep 23, 2015
1 parent 878ee7f commit 2576674
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 0 deletions.
1 change: 1 addition & 0 deletions ros-meta/simulators/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST metapackages-1.2.0.tar.gz 1803 SHA256 02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80 WHIRLPOOL 1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79
5 changes: 5 additions & 0 deletions ros-meta/simulators/metadata.xml
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>
25 changes: 25 additions & 0 deletions ros-meta/simulators/simulators-1.2.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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/metapackages"
KEYWORDS="~amd64"
ROS_SUBDIR=${PN}

inherit ros-catkin

DESCRIPTION="Metapackage for ROS simulation packages"
LICENSE="BSD"
SLOT="0"
IUSE=""

RDEPEND="
ros-meta/robot
ros-meta/gazebo_ros_pkgs
ros-meta/rqt_common_plugins
ros-meta/rqt_robot_plugins
dev-ros/stage_ros
"
DEPEND="${RDEPEND}"
25 changes: 25 additions & 0 deletions ros-meta/simulators/simulators-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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/metapackages"
KEYWORDS="~amd64"
ROS_SUBDIR=${PN}

inherit ros-catkin

DESCRIPTION="Metapackage for ROS simulation packages"
LICENSE="BSD"
SLOT="0"
IUSE=""

RDEPEND="
ros-meta/robot
ros-meta/gazebo_ros_pkgs
ros-meta/rqt_common_plugins
ros-meta/rqt_robot_plugins
dev-ros/stage_ros
"
DEPEND="${RDEPEND}"

0 comments on commit 2576674

Please sign in to comment.