From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4E71138359 for ; Wed, 29 Jul 2020 12:21:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FB48E0C10; Wed, 29 Jul 2020 12:21:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 052BEE0BF0 for ; Wed, 29 Jul 2020 12:21:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3AB234F471 for ; Wed, 29 Jul 2020 12:21:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DE45319 for ; Wed, 29 Jul 2020 12:21:38 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1596025272.02471b5b5a7468c3364cdac505a151f4ab4cb3ab.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/common_tutorials/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/common_tutorials/Manifest ros-meta/common_tutorials/common_tutorials-0.2.0.ebuild X-VCS-Directories: ros-meta/common_tutorials/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 02471b5b5a7468c3364cdac505a151f4ab4cb3ab X-VCS-Branch: master Date: Wed, 29 Jul 2020 12:21:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6305616e-6d4e-468c-9197-1e7950d79e80 X-Archives-Hash: 47e83c1a687385f8cc3379ea7e4df578 commit: 02471b5b5a7468c3364cdac505a151f4ab4cb3ab Author: Alexis Ballier gentoo org> AuthorDate: Wed Jul 29 12:17:26 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jul 29 12:21:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02471b5b ros-meta/common_tutorials: Bump to 0.2.0. Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> ros-meta/common_tutorials/Manifest | 1 + .../common_tutorials/common_tutorials-0.2.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/ros-meta/common_tutorials/Manifest b/ros-meta/common_tutorials/Manifest index 48ae9c7c01c..701ce26bc20 100644 --- a/ros-meta/common_tutorials/Manifest +++ b/ros-meta/common_tutorials/Manifest @@ -1 +1,2 @@ DIST common_tutorials-0.1.12.tar.gz 12609 BLAKE2B c570236517420685a4733d84694a03486798038f4b7a0e721179d602a6870b51afb558dedd64ed2ccf518bb0e37cccefcae701053eb4c5fe32ef3e2d5dc5d69b SHA512 37244290b0c84aff47172484e2f3c1eecfe3482856030a08e55f2d1b0cad903262be453e81780f58e250c4e1f24c06f6256da5ff1342617d7d5f501f38fc7527 +DIST common_tutorials-0.2.0.tar.gz 12624 BLAKE2B 051e8e980e23dc2ecac2bfb534a8d820b2d2ee3d84b7e42e7ebc538e82560a7ea7e84972a6d6ab5f0c441eba7cf8c7aa2b3b5aced00f73ffc0f0537a3df0c547 SHA512 a3f537199c3ed143ef6c44edaf3fe427374027ed33478f9d440adc62697ace7e69c09cc5b5cacc76d2062eabc32138cbb08314dfd3d4af6f45f0147cb39bf2d9 diff --git a/ros-meta/common_tutorials/common_tutorials-0.2.0.ebuild b/ros-meta/common_tutorials/common_tutorials-0.2.0.ebuild new file mode 100644 index 00000000000..fb141b58f4b --- /dev/null +++ b/ros-meta/common_tutorials/common_tutorials-0.2.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/ros/common_tutorials" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Metapackage that contains common tutorials" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/actionlib_tutorials + dev-ros/nodelet_tutorial_math + dev-ros/pluginlib_tutorials + dev-ros/turtle_actionlib +" +DEPEND="${RDEPEND}"