commit:     0289757276022d023146fd5c98e9726d24dc376f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 08:39:44 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 08:39:44 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02897572

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(+)

diff --git a/dev-ros/gencpp/Manifest b/dev-ros/gencpp/Manifest
new file mode 100644
index 0000000..e465d24
--- /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 0000000..dcac00d
--- /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 0000000..dcac00d
--- /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 0000000..c42ea5b
--- /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>

Reply via email to