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: ros-meta/ros_base/
Date: Tue, 22 Sep 2015 16:17:51 +0000 (UTC)	[thread overview]
Message-ID: <1442938659.aa988942ac52cd6889c70fb55d1ab544192042e4.aballier@gentoo> (raw)

commit:     aa988942ac52cd6889c70fb55d1ab544192042e4
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 16:17:39 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 16:17:39 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa988942

ros-meta/ros_base: Initial import. Ebuild by me.

Package-Manager: portage-2.2.21

 ros-meta/ros_base/Manifest              |  1 +
 ros-meta/ros_base/metadata.xml          |  5 +++++
 ros-meta/ros_base/ros_base-1.2.0.ebuild | 27 +++++++++++++++++++++++++++
 ros-meta/ros_base/ros_base-9999.ebuild  | 27 +++++++++++++++++++++++++++
 4 files changed, 60 insertions(+)

diff --git a/ros-meta/ros_base/Manifest b/ros-meta/ros_base/Manifest
new file mode 100644
index 0000000..7ebda7a
--- /dev/null
+++ b/ros-meta/ros_base/Manifest
@@ -0,0 +1 @@
+DIST metapackages-1.2.0.tar.gz 1803 SHA256 02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80 WHIRLPOOL 1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79

diff --git a/ros-meta/ros_base/metadata.xml b/ros-meta/ros_base/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/ros-meta/ros_base/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/ros_base/ros_base-1.2.0.ebuild b/ros-meta/ros_base/ros_base-1.2.0.ebuild
new file mode 100644
index 0000000..889d446
--- /dev/null
+++ b/ros-meta/ros_base/ros_base-1.2.0.ebuild
@@ -0,0 +1,27 @@
+# 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/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage which extends ros_core and includes other basic non-robot tools"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/actionlib
+	ros-meta/bond_core
+	dev-ros/class_loader
+	dev-ros/dynamic_reconfigure
+	ros-meta/common_tutorials
+	ros-meta/nodelet_core
+	dev-ros/pluginlib
+"
+DEPEND="${RDEPEND}"

diff --git a/ros-meta/ros_base/ros_base-9999.ebuild b/ros-meta/ros_base/ros_base-9999.ebuild
new file mode 100644
index 0000000..889d446
--- /dev/null
+++ b/ros-meta/ros_base/ros_base-9999.ebuild
@@ -0,0 +1,27 @@
+# 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/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage which extends ros_core and includes other basic non-robot tools"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/actionlib
+	ros-meta/bond_core
+	dev-ros/class_loader
+	dev-ros/dynamic_reconfigure
+	ros-meta/common_tutorials
+	ros-meta/nodelet_core
+	dev-ros/pluginlib
+"
+DEPEND="${RDEPEND}"


             reply	other threads:[~2015-09-22 16:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-22 16:17 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-05-11  8:45 [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_base/ Alexis Ballier
2017-05-09  7:14 Alexis Ballier
2018-04-06  8:49 Alexis Ballier
2018-04-06  8:49 Alexis Ballier
2018-04-06  8:49 Alexis Ballier
2018-05-13 10:49 Alexis Ballier
2018-07-16 11:03 Alexis Ballier
2018-07-16 11:03 Alexis Ballier
2018-07-16 11: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=1442938659.aa988942ac52cd6889c70fb55d1ab544192042e4.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