Skip to content

Commit

Permalink
dev-ros/genmsg: Initial import. Ebuild by me.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.21
  • Loading branch information
aballier committed Sep 22, 2015
1 parent 88eeddb commit cff2e88
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ros/genmsg/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST genmsg-0.5.6.tar.gz 59067 SHA256 70ec083888f8bbdc32cf6b97cdbc3ccc042fe78ad2e6f6fc60b414aaffd8fba6 SHA512 3efba41372028a434e0e3ebbef7212106ba445c2e6755109d09809f4fb96d7b1cfb235bad462ecc9f176d79dbe0616916da52c044620135ebac4c94016338427 WHIRLPOOL 8c8d1199b82674e1121bfaf3d32908cf0e6026d2201f78efe26ca2a3c1da81b2a548aa74b8606ceb1feec9d148a6b438ff23cbd707b0bc6b0e6c09f9beb13b1a
20 changes: 20 additions & 0 deletions dev-ros/genmsg/genmsg-0.5.6.ebuild
Original file line number Diff line number Diff line change
@@ -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/genmsg"
KEYWORDS="~amd64 ~arm"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit ros-catkin

DESCRIPTION="Python library for generating ROS message and service data structures for various languages"
LICENSE="BSD"
SLOT="0"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )
"
20 changes: 20 additions & 0 deletions dev-ros/genmsg/genmsg-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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/genmsg"
KEYWORDS="~amd64 ~arm"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit ros-catkin

DESCRIPTION="Python library for generating ROS message and service data structures for various languages"
LICENSE="BSD"
SLOT="0"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )
"
5 changes: 5 additions & 0 deletions dev-ros/genmsg/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit cff2e88

Please sign in to comment.