diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 11:07:01 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 11:13:19 +0200 |
commit | de6a2dc7b96821ac4bfec011f8c7532a4cc7c259 (patch) | |
tree | 3bb69a53a9fc813b494928240cd0f7663b5c03d6 /dev-ros/cpp_common | |
parent | dev-ros/message_generation: Initial import. Ebuild by me. (diff) | |
download | gentoo-de6a2dc7b96821ac4bfec011f8c7532a4cc7c259.tar.gz gentoo-de6a2dc7b96821ac4bfec011f8c7532a4cc7c259.tar.bz2 gentoo-de6a2dc7b96821ac4bfec011f8c7532a4cc7c259.zip |
dev-ros/cpp_common: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/cpp_common')
-rw-r--r-- | dev-ros/cpp_common/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/cpp_common/cpp_common-0.5.6.ebuild | 20 | ||||
-rw-r--r-- | dev-ros/cpp_common/cpp_common-9999.ebuild | 20 | ||||
-rw-r--r-- | dev-ros/cpp_common/metadata.xml | 5 |
4 files changed, 46 insertions, 0 deletions
diff --git a/dev-ros/cpp_common/Manifest b/dev-ros/cpp_common/Manifest new file mode 100644 index 000000000000..3fcf6e4ce7b2 --- /dev/null +++ b/dev-ros/cpp_common/Manifest @@ -0,0 +1 @@ +DIST roscpp_core-0.5.6.tar.gz 31734 SHA256 0bd27394c18c7c79313ebc4eafecc04f88aa54a9d0872357b7123105444edf3a SHA512 caebca2817721a46c8ce850bc15bdeadb3bf6ad12aeb134b11bdb04da6054eb4056aef8c5194ca4e7fffa3e3f3563faf8e3148eebfba93bc6b5673d5437d977f WHIRLPOOL f977f9b0e10a287c7d201ffd765a4824e61d0b5f85767c7a8e81d96295f97dcbe22a9c2d376f36a329997d0498ce36f830263e4710eaf288b214b6bf894ede84 diff --git a/dev-ros/cpp_common/cpp_common-0.5.6.ebuild b/dev-ros/cpp_common/cpp_common-0.5.6.ebuild new file mode 100644 index 000000000000..da8e09beb6e4 --- /dev/null +++ b/dev-ros/cpp_common/cpp_common-0.5.6.ebuild @@ -0,0 +1,20 @@ +# 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="C++ code for doing things that are not necessarily ROS related" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/console_bridge + dev-libs/boost:=[threads]" +DEPEND="${RDEPEND}" diff --git a/dev-ros/cpp_common/cpp_common-9999.ebuild b/dev-ros/cpp_common/cpp_common-9999.ebuild new file mode 100644 index 000000000000..da8e09beb6e4 --- /dev/null +++ b/dev-ros/cpp_common/cpp_common-9999.ebuild @@ -0,0 +1,20 @@ +# 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="C++ code for doing things that are not necessarily ROS related" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/console_bridge + dev-libs/boost:=[threads]" +DEPEND="${RDEPEND}" diff --git a/dev-ros/cpp_common/metadata.xml b/dev-ros/cpp_common/metadata.xml new file mode 100644 index 000000000000..c42ea5b15cf6 --- /dev/null +++ b/dev-ros/cpp_common/metadata.xml @@ -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> |