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 92FDD139694 for ; Tue, 2 May 2017 09:33:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FE1B21C099; Tue, 2 May 2017 09:33:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BA5A21C099 for ; Tue, 2 May 2017 09:33:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B01663416B3 for ; Tue, 2 May 2017 09:33:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EB777456 for ; Tue, 2 May 2017 09:33: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: <1493717609.41e70f42fde29f7dd02a0d47603876e16a5d773d.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_runtime_monitor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rqt_runtime_monitor/Manifest dev-ros/rqt_runtime_monitor/metadata.xml dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.7.ebuild dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-9999.ebuild X-VCS-Directories: dev-ros/rqt_runtime_monitor/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 41e70f42fde29f7dd02a0d47603876e16a5d773d X-VCS-Branch: master Date: Tue, 2 May 2017 09:33: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-Archives-Salt: 475cbada-17fa-4927-b45d-5d85d4ce7606 X-Archives-Hash: 285458643e0fd0169bb91cf7911f7bf1 commit: 41e70f42fde29f7dd02a0d47603876e16a5d773d Author: Alexis Ballier gentoo org> AuthorDate: Tue May 2 09:29:09 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue May 2 09:33:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e70f42 dev-ros/rqt_runtime_monitor: bump to 0.5.7 and update to split repos Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ros/rqt_runtime_monitor/Manifest | 1 + dev-ros/rqt_runtime_monitor/metadata.xml | 2 +- ..._runtime_monitor-9999.ebuild => rqt_runtime_monitor-0.5.7.ebuild} | 5 ++--- dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-9999.ebuild | 5 ++--- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/dev-ros/rqt_runtime_monitor/Manifest b/dev-ros/rqt_runtime_monitor/Manifest index bb0da5c3c13..130058479be 100644 --- a/dev-ros/rqt_runtime_monitor/Manifest +++ b/dev-ros/rqt_runtime_monitor/Manifest @@ -1 +1,2 @@ DIST rqt_robot_plugins-0.5.6.tar.gz 2107696 SHA256 d5f1b509df54b253d3b2952560e8dc5e764c3259b0e9dcff08541e27ac9fed71 SHA512 871f660e22afafd510e34984b94d2530bc3314db194c06ff458430e15b1183a60147289e9544a5fb070665a3c83034cbcccefe2f820e62f091c3bbc0edfd0a51 WHIRLPOOL a90882b1e762f5e53b7ce7ff92695ba8eb63242b53304a08c928f2667ceb206cfda72e64d81b73d1d951e6b92cb5f16327528846f6b54e28b2acaf898424a664 +DIST rqt_runtime_monitor-0.5.7.tar.gz 6804 SHA256 48f32cfce4c395f15d7de22d842f93f97fceee72dffe0576b9b8f0ae67b131a0 SHA512 9ef7fcb3678cde54e9c6484d9fff9b03000f730100ab64edeb5a70bd412970c43a73ef62d14b8ff047ccf9bce23535a30d3551e36074e64618fd8256ac515206 WHIRLPOOL f584307d0c6c9259df46452844b13413e994becaa7afefc959d7719e593d625da243e2bb961a5eab223362611b881b3bd1efcb28eb09d487f882ac43a7b22415 diff --git a/dev-ros/rqt_runtime_monitor/metadata.xml b/dev-ros/rqt_runtime_monitor/metadata.xml index 70d1993e285..a83804b3e37 100644 --- a/dev-ros/rqt_runtime_monitor/metadata.xml +++ b/dev-ros/rqt_runtime_monitor/metadata.xml @@ -6,6 +6,6 @@ Gentoo ROS Project - ros-visualization/rqt_robot_plugins + ros-visualization/rqt_runtime_monitor diff --git a/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-9999.ebuild b/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.7.ebuild similarity index 79% copy from dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-9999.ebuild copy to dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.7.ebuild index 226133f0b97..6661912b0ea 100644 --- a/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-9999.ebuild +++ b/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-0.5.7.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 KEYWORDS="~amd64" -ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins" +ROS_REPO_URI="https://github.com/ros-visualization/rqt_runtime_monitor" PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} inherit ros-catkin diff --git a/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-9999.ebuild b/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-9999.ebuild index 226133f0b97..6661912b0ea 100644 --- a/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-9999.ebuild +++ b/dev-ros/rqt_runtime_monitor/rqt_runtime_monitor-9999.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 KEYWORDS="~amd64" -ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins" +ROS_REPO_URI="https://github.com/ros-visualization/rqt_runtime_monitor" PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} inherit ros-catkin