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/nodelet/
Date: Fri, 17 Nov 2017 13:09:05 +0000 (UTC)	[thread overview]
Message-ID: <1510924138.af032fe310460dbdd1c2d27a688cb107c609dd34.aballier@gentoo> (raw)

commit:     af032fe310460dbdd1c2d27a688cb107c609dd34
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 17 13:03:34 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Nov 17 13:08:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af032fe3

dev-ros/nodelet: Bump to 1.9.14.

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-ros/nodelet/Manifest              |  1 +
 dev-ros/nodelet/nodelet-1.9.14.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-ros/nodelet/Manifest b/dev-ros/nodelet/Manifest
index 96cca80699c..8b8ab2b72a9 100644
--- a/dev-ros/nodelet/Manifest
+++ b/dev-ros/nodelet/Manifest
@@ -2,3 +2,4 @@ DIST nodelet_core-1.9.10.tar.gz 40999 SHA256 50b8b3c01b577c8d71c92ec64ae516e030e
 DIST nodelet_core-1.9.11.tar.gz 43718 SHA256 d005255071e5db2dd7ee06e625c058d3b8086fba277e8aba0825841c34ab12d8 SHA512 ec1e9e3c16b8ec407dc72d439b3f292dc67e581c5f62da67a2f26b66fdd3e50636362cb34c319552adfb122451340d6b57d4ec22c09a6b0ad275ab1e61dbfdf4 WHIRLPOOL 18e3303c2f7f4c544a9d91c6cf27aefcd473ea2d4fe9c5e76db35d11d933dadd5b31892e444e868f1d3446246b324910eef5141adebad5e52f6eed720f2faa90
 DIST nodelet_core-1.9.12.tar.gz 43806 SHA256 979de1c97dd3e8f62db49a41783e2bbc4d869492cd1506711f28ed539131c3c1 SHA512 7c8ddb63dc53b6e8427065865d1a44737a9aa4445376f38a80d86f4acc45e10ec90b01df3856d7f360665756e80eb4cd10a064c44c889b767f778f9cbfec4ba7 WHIRLPOOL ee2482f6bbf765eff364ac713ebcd54ccb2d6111a350494cfabe9dee650d380fcef50eeffd279efec3ecdea295e4d18abe29d1a7a5a27d04395e0144f213db1c
 DIST nodelet_core-1.9.13.tar.gz 43864 SHA256 003ce5ac5d58ef797c90eadae6506cfceaa2fc82b792c159b0502381eb3e25c3 SHA512 a5c7c53baaff26e1cc2895b90642489d108128c44755f53298077c0cf2bb3edaa24a1df5bdb864cca6b1c180a9f532a30494c975b0073997b6df7634aa7b5d83 WHIRLPOOL ff35c012c10f333f1a2be8d234956e647a7f5a244d956cfe3ee892b2d23889fbce439847a46ed0d18d5178804757eebb31e941c2709c81886ba810fbd8848c2d
+DIST nodelet_core-1.9.14.tar.gz 43998 SHA256 f41b124b769bde2a1dd603001e8e03b8310706780856fdb1660921dd66716be5 SHA512 656409f4da8fef577598a6cfb00dcf1d892ed84e0c79fe6b2165f5b9d72af45f2e01f41172722434621c0bc0719e037b4d8757032747f785f72a9686c20b0be8 WHIRLPOOL f0a5c31a62565a0f426c239df75ef4de78a1f05100e1cb407f1f3f0aaa84e73a1c6d623e71f629fd1bd0574b549ba30b9f3a1bee48d1e8b09e61f4ed522ea17e

diff --git a/dev-ros/nodelet/nodelet-1.9.14.ebuild b/dev-ros/nodelet/nodelet-1.9.14.ebuild
new file mode 100644
index 00000000000..f031dfcb137
--- /dev/null
+++ b/dev-ros/nodelet/nodelet-1.9.14.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/nodelet_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+
+inherit ros-catkin
+
+DESCRIPTION="Provides a way to run multiple algorithms in the same process with zero copy transport"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/bondcpp
+	dev-ros/cmake_modules
+	dev-ros/pluginlib
+	dev-ros/rosconsole
+	dev-ros/roscpp
+	dev-libs/boost:=
+	sys-apps/util-linux
+	dev-ros/roslib[${PYTHON_USEDEP}]
+	dev-python/rospkg[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"


             reply	other threads:[~2017-11-17 13:09 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-17 13:09 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-08 18:03 [gentoo-commits] repo/gentoo:master commit in: dev-ros/nodelet/ Alexis Ballier
2021-02-02 14:28 Alexis Ballier
2020-08-07 15:33 Alexis Ballier
2018-05-28 11:37 Alexis Ballier
2017-11-04 13:23 Alexis Ballier
2017-08-15  5:41 Alexis Ballier
2017-08-01 12:01 Alexis Ballier
2017-03-28 22:18 Alexis Ballier
2017-03-28 22:18 Alexis Ballier
2017-03-28 22:18 Alexis Ballier
2017-03-28 22:18 Alexis Ballier
2017-03-28 22:18 Alexis Ballier
2016-11-28 13:28 Alexis Ballier
2016-10-25 10:56 Alexis Ballier
2016-09-22 15:25 Alexis Ballier
2016-06-28 11:57 Alexis Ballier
2015-09-22 15:55 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=1510924138.af032fe310460dbdd1c2d27a688cb107c609dd34.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