From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/nodelet_core/
Date: Tue, 22 Sep 2015 15:55:07 +0000 (UTC) [thread overview]
Message-ID: <1442937167.6c96a9db8693afb6ed4923738daba94551ee768a.aballier@gentoo> (raw)
commit: 6c96a9db8693afb6ed4923738daba94551ee768a
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 15:49:24 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 15:52:47 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c96a9db
ros-meta/nodelet_core: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
ros-meta/nodelet_core/Manifest | 1 +
ros-meta/nodelet_core/metadata.xml | 5 +++++
ros-meta/nodelet_core/nodelet_core-1.9.3.ebuild | 23 +++++++++++++++++++++++
ros-meta/nodelet_core/nodelet_core-9999.ebuild | 23 +++++++++++++++++++++++
4 files changed, 52 insertions(+)
diff --git a/ros-meta/nodelet_core/Manifest b/ros-meta/nodelet_core/Manifest
new file mode 100644
index 0000000..d215469
--- /dev/null
+++ b/ros-meta/nodelet_core/Manifest
@@ -0,0 +1 @@
+DIST nodelet_core-1.9.3.tar.gz 33825 SHA256 26256ff83c92db88b941e5d85ab2162fbcaa0f19ea066732c2de83255eed0001 SHA512 d2560ef2c973aae297ffc5f139ed12308a0e4ac4477407e533402fbaf127c5aa4105548d01438b3bb17636df9587018a953bb6c0ae810996445bb1368c97f190 WHIRLPOOL 88bb8ef3a0b2138f2f1d5ff95c4328e22da4fc23313ba52447d5156b13c452284a9953f89de1d48838b96e226ff9ab929d6482c8b0ad847676aaa13e9b1f596d
diff --git a/ros-meta/nodelet_core/metadata.xml b/ros-meta/nodelet_core/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/ros-meta/nodelet_core/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>
diff --git a/ros-meta/nodelet_core/nodelet_core-1.9.3.ebuild b/ros-meta/nodelet_core/nodelet_core-1.9.3.ebuild
new file mode 100644
index 0000000..eec4aef
--- /dev/null
+++ b/ros-meta/nodelet_core/nodelet_core-1.9.3.ebuild
@@ -0,0 +1,23 @@
+# 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/nodelet_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Nodelet Core Metapackage"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/nodelet
+ dev-ros/nodelet_topic_tools
+ dev-ros/test_nodelet
+ dev-ros/test_nodelet_topic_tools
+"
+DEPEND="${RDEPEND}"
diff --git a/ros-meta/nodelet_core/nodelet_core-9999.ebuild b/ros-meta/nodelet_core/nodelet_core-9999.ebuild
new file mode 100644
index 0000000..eec4aef
--- /dev/null
+++ b/ros-meta/nodelet_core/nodelet_core-9999.ebuild
@@ -0,0 +1,23 @@
+# 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/nodelet_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Nodelet Core Metapackage"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/nodelet
+ dev-ros/nodelet_topic_tools
+ dev-ros/test_nodelet
+ dev-ros/test_nodelet_topic_tools
+"
+DEPEND="${RDEPEND}"
next reply other threads:[~2015-09-22 15:55 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-22 15:55 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-06-28 11:57 [gentoo-commits] repo/gentoo:master commit in: ros-meta/nodelet_core/ Alexis Ballier
2016-09-22 15:25 Alexis Ballier
2016-10-25 10:56 Alexis Ballier
2016-11-28 13:28 Alexis Ballier
2017-03-28 22:18 Alexis Ballier
2017-03-28 22:18 Alexis Ballier
2017-08-01 12:01 Alexis Ballier
2017-08-15 5:41 Alexis Ballier
2017-11-04 13:23 Alexis Ballier
2017-11-17 13:09 Alexis Ballier
2021-02-02 14:28 Alexis Ballier
2022-03-08 18:03 Alexis Ballier
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=1442937167.6c96a9db8693afb6ed4923738daba94551ee768a.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