From 984c386726f90ae67d81efb2eee12f8b4fa72941 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 22 Sep 2015 14:14:06 +0200 Subject: [PATCH] ros-meta/ros: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 --- ros-meta/ros/Manifest | 1 + ros-meta/ros/metadata.xml | 5 +++++ ros-meta/ros/ros-1.12.3.ebuild | 31 +++++++++++++++++++++++++++++++ ros-meta/ros/ros-9999.ebuild | 31 +++++++++++++++++++++++++++++++ 4 files changed, 68 insertions(+) create mode 100644 ros-meta/ros/Manifest create mode 100644 ros-meta/ros/metadata.xml create mode 100644 ros-meta/ros/ros-1.12.3.ebuild create mode 100644 ros-meta/ros/ros-9999.ebuild diff --git a/ros-meta/ros/Manifest b/ros-meta/ros/Manifest new file mode 100644 index 000000000000..02c7ccc4a2ae --- /dev/null +++ b/ros-meta/ros/Manifest @@ -0,0 +1 @@ +DIST ros-1.12.3.tar.gz 162506 SHA256 49b9368e901d69f464b46c9ff0d12843d413fe20c4271225dbb75169bb82a47e SHA512 fe740f357959ed2cabcf0d902c7f1ebe6a7dedd11376ec76e5f47383b0b29b15127306255bea9adb3a48b2872a681a10302f9b0c4da4625c31bcc78522b66d7c WHIRLPOOL d57a877f7b7dc2a6613d3ea07b59e740e25bfffbcec51fa4ce826ccdc9f95dd9aed121736f46338068f9cf06b52a6abc8462ce663bbd4519e7d93f16422995f5 diff --git a/ros-meta/ros/metadata.xml b/ros-meta/ros/metadata.xml new file mode 100644 index 000000000000..c42ea5b15cf6 --- /dev/null +++ b/ros-meta/ros/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/ros-meta/ros/ros-1.12.3.ebuild b/ros-meta/ros/ros-1.12.3.ebuild new file mode 100644 index 000000000000..24a2fb22eb9a --- /dev/null +++ b/ros-meta/ros/ros-1.12.3.ebuild @@ -0,0 +1,31 @@ +# 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/ros" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=ros + +inherit ros-catkin + +DESCRIPTION="ROS packaging system" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rosbash + dev-ros/rosboost_cfg + dev-ros/rosclean + dev-ros/roscreate + dev-ros/rosmake + dev-ros/rosunit + + dev-ros/mk + dev-ros/rosbuild + dev-ros/roslang + dev-ros/roslib +" +DEPEND="${RDEPEND}" diff --git a/ros-meta/ros/ros-9999.ebuild b/ros-meta/ros/ros-9999.ebuild new file mode 100644 index 000000000000..24a2fb22eb9a --- /dev/null +++ b/ros-meta/ros/ros-9999.ebuild @@ -0,0 +1,31 @@ +# 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/ros" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=ros + +inherit ros-catkin + +DESCRIPTION="ROS packaging system" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rosbash + dev-ros/rosboost_cfg + dev-ros/rosclean + dev-ros/roscreate + dev-ros/rosmake + dev-ros/rosunit + + dev-ros/mk + dev-ros/rosbuild + dev-ros/roslang + dev-ros/roslib +" +DEPEND="${RDEPEND}" -- 2.26.2