From ddd8c74ce413fdaf2078c6f8aedb7fdc99a5b9c1 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 22 Sep 2015 11:09:43 +0200 Subject: dev-ros/rostime: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 --- dev-ros/rostime/Manifest | 1 + dev-ros/rostime/metadata.xml | 5 +++++ dev-ros/rostime/rostime-0.5.6.ebuild | 23 +++++++++++++++++++++++ dev-ros/rostime/rostime-9999.ebuild | 23 +++++++++++++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 dev-ros/rostime/Manifest create mode 100644 dev-ros/rostime/metadata.xml create mode 100644 dev-ros/rostime/rostime-0.5.6.ebuild create mode 100644 dev-ros/rostime/rostime-9999.ebuild (limited to 'dev-ros/rostime') diff --git a/dev-ros/rostime/Manifest b/dev-ros/rostime/Manifest new file mode 100644 index 000000000000..3fcf6e4ce7b2 --- /dev/null +++ b/dev-ros/rostime/Manifest @@ -0,0 +1 @@ +DIST roscpp_core-0.5.6.tar.gz 31734 SHA256 0bd27394c18c7c79313ebc4eafecc04f88aa54a9d0872357b7123105444edf3a SHA512 caebca2817721a46c8ce850bc15bdeadb3bf6ad12aeb134b11bdb04da6054eb4056aef8c5194ca4e7fffa3e3f3563faf8e3148eebfba93bc6b5673d5437d977f WHIRLPOOL f977f9b0e10a287c7d201ffd765a4824e61d0b5f85767c7a8e81d96295f97dcbe22a9c2d376f36a329997d0498ce36f830263e4710eaf288b214b6bf894ede84 diff --git a/dev-ros/rostime/metadata.xml b/dev-ros/rostime/metadata.xml new file mode 100644 index 000000000000..c42ea5b15cf6 --- /dev/null +++ b/dev-ros/rostime/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/dev-ros/rostime/rostime-0.5.6.ebuild b/dev-ros/rostime/rostime-0.5.6.ebuild new file mode 100644 index 000000000000..e673fcc54390 --- /dev/null +++ b/dev-ros/rostime/rostime-0.5.6.ebuild @@ -0,0 +1,23 @@ +# 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/roscpp_core" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Time and Duration implementations for C++ libraries" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:=[threads] + dev-ros/cpp_common +" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest ) +" diff --git a/dev-ros/rostime/rostime-9999.ebuild b/dev-ros/rostime/rostime-9999.ebuild new file mode 100644 index 000000000000..e673fcc54390 --- /dev/null +++ b/dev-ros/rostime/rostime-9999.ebuild @@ -0,0 +1,23 @@ +# 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/roscpp_core" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Time and Duration implementations for C++ libraries" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:=[threads] + dev-ros/cpp_common +" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest ) +" -- cgit v1.2.3