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/self_test/
Date: Tue, 22 Sep 2015 17:04:52 +0000 (UTC)	[thread overview]
Message-ID: <1442941465.3d9b7154a7857f8c96b28eb54af31986f73f3cd2.aballier@gentoo> (raw)

commit:     3d9b7154a7857f8c96b28eb54af31986f73f3cd2
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 17:01:01 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 17:04:25 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d9b7154

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

Package-Manager: portage-2.2.21

 dev-ros/self_test/Manifest               |  1 +
 dev-ros/self_test/metadata.xml           |  5 +++++
 dev-ros/self_test/self_test-1.8.8.ebuild | 25 +++++++++++++++++++++++++
 dev-ros/self_test/self_test-9999.ebuild  | 25 +++++++++++++++++++++++++
 4 files changed, 56 insertions(+)

diff --git a/dev-ros/self_test/Manifest b/dev-ros/self_test/Manifest
new file mode 100644
index 0000000..b695377
--- /dev/null
+++ b/dev-ros/self_test/Manifest
@@ -0,0 +1 @@
+DIST diagnostics-1.8.8.tar.gz 508404 SHA256 e50eb7d49fd2ce13ce8bccb81cb67c198119d7524b3aada37035c8ab9fe2d3ec SHA512 f0e59442cf4cd277c1ef77e7bceec973a15519c9d81bbde21851592ba52c4c7d55a6358c6a65004490b3e3822a6edc772f20e41992a2b3604d9e64e9fd7124ef WHIRLPOOL 32c8fbdc6591abfd270c1c38aebc5dc8f5d7381e5675f6f50f07be0f433bc5a8b81ac33c438d56e753cb75c6914c8fd4c38d9cc82c720fb04b170b4afef597cb

diff --git a/dev-ros/self_test/metadata.xml b/dev-ros/self_test/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/dev-ros/self_test/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/dev-ros/self_test/self_test-1.8.8.ebuild b/dev-ros/self_test/self_test-1.8.8.ebuild
new file mode 100644
index 0000000..031f298
--- /dev/null
+++ b/dev-ros/self_test/self_test-1.8.8.ebuild
@@ -0,0 +1,25 @@
+# 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/diagnostics"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Robot self-test node"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/diagnostic_msgs
+	dev-ros/diagnostic_updater
+	dev-ros/roscpp
+	dev-ros/rostest
+	dev-libs/boost:=[threads]
+"
+DEPEND="${RDEPEND}
+	test? ( dev-ros/rostest )"

diff --git a/dev-ros/self_test/self_test-9999.ebuild b/dev-ros/self_test/self_test-9999.ebuild
new file mode 100644
index 0000000..031f298
--- /dev/null
+++ b/dev-ros/self_test/self_test-9999.ebuild
@@ -0,0 +1,25 @@
+# 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/diagnostics"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Robot self-test node"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/diagnostic_msgs
+	dev-ros/diagnostic_updater
+	dev-ros/roscpp
+	dev-ros/rostest
+	dev-libs/boost:=[threads]
+"
+DEPEND="${RDEPEND}
+	test? ( dev-ros/rostest )"


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

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-22 17:04 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-05 11:58 [gentoo-commits] repo/gentoo:master commit in: dev-ros/self_test/ Alexis Ballier
2016-06-28 14:36 Alexis Ballier
2017-04-26 17:53 Alexis Ballier
2017-07-21  9:03 Alexis Ballier
2018-05-08 12:22 Alexis Ballier
2020-08-24 13:45 Alexis Ballier
2020-08-24 13:45 Alexis Ballier
2020-10-12 17:14 Alexis Ballier
2021-01-20 15:33 Alexis Ballier
2022-03-09 13:19 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=1442941465.3d9b7154a7857f8c96b28eb54af31986f73f3cd2.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