diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 10:39:44 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 10:39:44 +0200 |
commit | 0289757276022d023146fd5c98e9726d24dc376f (patch) | |
tree | a0baa954b3dc7cfdcb5f3768b3ab2267127da8ab /dev-ros | |
parent | profiles: Add dev-ros category. (diff) | |
download | gentoo-0289757276022d023146fd5c98e9726d24dc376f.tar.gz gentoo-0289757276022d023146fd5c98e9726d24dc376f.tar.bz2 gentoo-0289757276022d023146fd5c98e9726d24dc376f.zip |
dev-ros/gencpp: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/gencpp/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/gencpp/gencpp-0.5.3.ebuild | 20 | ||||
-rw-r--r-- | dev-ros/gencpp/gencpp-9999.ebuild | 20 | ||||
-rw-r--r-- | dev-ros/gencpp/metadata.xml | 5 |
4 files changed, 46 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ros</herd> +</pkgmetadata> |