public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/geometric_shapes/
Date: Tue, 22 Sep 2015 18:57:12 +0000 (UTC)	[thread overview]
Message-ID: <1442948225.c9af23a5593f37ab64d9383eba56b11ad824a3d9.aballier@gentoo> (raw)

commit:     c9af23a5593f37ab64d9383eba56b11ad824a3d9
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 18:52:38 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 18:57:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9af23a5

dev-ros/geometric_shapes: Initial import. Ebuild by me.

Package-Manager: portage-2.2.21

 dev-ros/geometric_shapes/Manifest                  |  1 +
 .../geometric_shapes/geometric_shapes-0.4.3.ebuild | 36 ++++++++++++++++++++++
 .../geometric_shapes/geometric_shapes-9999.ebuild  | 36 ++++++++++++++++++++++
 dev-ros/geometric_shapes/metadata.xml              |  5 +++
 4 files changed, 78 insertions(+)

diff --git a/dev-ros/geometric_shapes/Manifest b/dev-ros/geometric_shapes/Manifest
new file mode 100644
index 0000000..43d32ea
--- /dev/null
+++ b/dev-ros/geometric_shapes/Manifest
@@ -0,0 +1 @@
+DIST geometric_shapes-0.4.3.tar.gz 57689 SHA256 9030b7713ca397852f7d0d19caf18ddd7c93ff0236c19e31d01e72e655bc407b SHA512 77cf3d4d9603f29357bd26d3e4fcec077589f25292f467204bedc072c10ac3dc3869f2491697d6f3a6f23149dcc3973b7fa4f50b94c0e6f3f4ee92b8319ed12e WHIRLPOOL 92acf4d7056c03fcd9479e47c9747856fd1d67f846aaf0d48e84967c5f8cb1a1a7318276306e2324af6a9efa4586de06fe740b6b171824e39edd89e750faff4c

diff --git a/dev-ros/geometric_shapes/geometric_shapes-0.4.3.ebuild b/dev-ros/geometric_shapes/geometric_shapes-0.4.3.ebuild
new file mode 100644
index 0000000..bbc8126
--- /dev/null
+++ b/dev-ros/geometric_shapes/geometric_shapes-0.4.3.ebuild
@@ -0,0 +1,36 @@
+# 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-planning/geometric_shapes"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+DESCRIPTION="Generic definitions of geometric shapes and bodies"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-libs/boost:=
+	media-libs/qhull
+	media-libs/assimp
+	sci-libs/octomap
+	dev-ros/random_numbers
+	dev-ros/resource_retriever
+	dev-ros/eigen_stl_containers
+	dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/shape_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? ( dev-cpp/gtest )
+"
+
+src_prepare() {
+	sed -e 's/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/' \
+		-i CMakeLists.txt \
+		|| die
+	ros-catkin_src_prepare
+}

diff --git a/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild b/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild
new file mode 100644
index 0000000..bbc8126
--- /dev/null
+++ b/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild
@@ -0,0 +1,36 @@
+# 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-planning/geometric_shapes"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+DESCRIPTION="Generic definitions of geometric shapes and bodies"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-libs/boost:=
+	media-libs/qhull
+	media-libs/assimp
+	sci-libs/octomap
+	dev-ros/random_numbers
+	dev-ros/resource_retriever
+	dev-ros/eigen_stl_containers
+	dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/shape_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? ( dev-cpp/gtest )
+"
+
+src_prepare() {
+	sed -e 's/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/' \
+		-i CMakeLists.txt \
+		|| die
+	ros-catkin_src_prepare
+}

diff --git a/dev-ros/geometric_shapes/metadata.xml b/dev-ros/geometric_shapes/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/dev-ros/geometric_shapes/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	other threads:[~2015-09-22 18:57 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-22 18:57 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-08  8:38 [gentoo-commits] repo/gentoo:master commit in: dev-ros/geometric_shapes/ Alexis Ballier
2016-08-03 10:07 Alexis Ballier
2016-08-26 16:59 Alexis Ballier
2016-10-24 10:35 Alexis Ballier
2016-10-24 10:35 Alexis Ballier
2017-12-04 21:50 Alexis Ballier
2018-04-11 18:35 Alexis Ballier
2018-05-22 11:28 Alexis Ballier
2019-02-15 12:36 Alexis Ballier
2019-12-11 12:10 Alexis Ballier
2020-08-24 13:45 Alexis Ballier
2020-10-13  9:13 Alexis Ballier
2020-10-31 11:11 David Seifert
2021-08-06 13:30 Alexis Ballier
2022-06-03 12:34 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1442948225.c9af23a5593f37ab64d9383eba56b11ad824a3d9.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox