From 0289757276022d023146fd5c98e9726d24dc376f Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 22 Sep 2015 10:39:44 +0200 Subject: [PATCH] dev-ros/gencpp: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 --- dev-ros/gencpp/Manifest | 1 + dev-ros/gencpp/gencpp-0.5.3.ebuild | 20 ++++++++++++++++++++ dev-ros/gencpp/gencpp-9999.ebuild | 20 ++++++++++++++++++++ dev-ros/gencpp/metadata.xml | 5 +++++ 4 files changed, 46 insertions(+) create mode 100644 dev-ros/gencpp/Manifest create mode 100644 dev-ros/gencpp/gencpp-0.5.3.ebuild create mode 100644 dev-ros/gencpp/gencpp-9999.ebuild create mode 100644 dev-ros/gencpp/metadata.xml diff --git a/dev-ros/gencpp/Manifest b/dev-ros/gencpp/Manifest new file mode 100644 index 000000000000..e465d2490ada --- /dev/null +++ b/dev-ros/gencpp/Manifest @@ -0,0 +1 @@ +DIST gencpp-0.5.3.tar.gz 8496 SHA256 0959b1dee8682a30a97fedbebfa2dd04ca4de598f215626b873cb0b7ad1dfd14 SHA512 bc5a8307dffe3ad9a5f9a311b31f60de88d4d873309ce9afd4ab4961b93cb562b8037870f910c98a3a8f98fec3b9efaba6038e3c10fab320b7e58645f4e0c92c WHIRLPOOL b62838b7628dc76f12b5b4a5c73d972b10d9a9052f7d3aec9c761365bb2062f8bbb1613312515312e64bd342962ac620eeb26d4dba0a363e61cde850477a630a diff --git a/dev-ros/gencpp/gencpp-0.5.3.ebuild b/dev-ros/gencpp/gencpp-0.5.3.ebuild new file mode 100644 index 000000000000..dcac00dc41c0 --- /dev/null +++ b/dev-ros/gencpp/gencpp-0.5.3.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/gencpp" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit ros-catkin + +DESCRIPTION="ROS C++ message definition and serialization generators" +HOMEPAGE="http://wiki.ros.org/gencpp" +LICENSE="BSD" +SLOT="0/${PV}" +IUSE="" + +RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/dev-ros/gencpp/gencpp-9999.ebuild b/dev-ros/gencpp/gencpp-9999.ebuild new file mode 100644 index 000000000000..dcac00dc41c0 --- /dev/null +++ b/dev-ros/gencpp/gencpp-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/gencpp" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit ros-catkin + +DESCRIPTION="ROS C++ message definition and serialization generators" +HOMEPAGE="http://wiki.ros.org/gencpp" +LICENSE="BSD" +SLOT="0/${PV}" +IUSE="" + +RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/dev-ros/gencpp/metadata.xml b/dev-ros/gencpp/metadata.xml new file mode 100644 index 000000000000..c42ea5b15cf6 --- /dev/null +++ b/dev-ros/gencpp/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + -- 2.26.2