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/rqt_topic/
Date: Mon,  4 Dec 2017 21:50:50 +0000 (UTC)	[thread overview]
Message-ID: <1512423633.074e6fbf1f5a131ae46b92572469737251123157.aballier@gentoo> (raw)

commit:     074e6fbf1f5a131ae46b92572469737251123157
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  4 21:40:33 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Dec  4 21:40:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074e6fbf

dev-ros/rqt_topic: Remove old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-ros/rqt_topic/Manifest               |  4 +---
 dev-ros/rqt_topic/rqt_topic-0.4.7.ebuild | 26 --------------------------
 dev-ros/rqt_topic/rqt_topic-0.4.8.ebuild | 25 -------------------------
 3 files changed, 1 insertion(+), 54 deletions(-)

diff --git a/dev-ros/rqt_topic/Manifest b/dev-ros/rqt_topic/Manifest
index 457e90e24bc..e7aca542212 100644
--- a/dev-ros/rqt_topic/Manifest
+++ b/dev-ros/rqt_topic/Manifest
@@ -1,3 +1 @@
-DIST rqt_common_plugins-0.4.7.tar.gz 246977 SHA256 83153ad89c67551c3fb4f36cad7f056d90c559958ac80203e2aa4605beb49a7f SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7 WHIRLPOOL b002f836ee0f5ea213ec31be8e59910c7c3c9508301389309e60eeb7dd35989ae4e4dfa5fa9ee592371f05e6cd842a6e3b0ccd6ac4ed7a9efd8d60c36b1e6d65
-DIST rqt_topic-0.4.8.tar.gz 8743 SHA256 2ceb9f052df8b5af149d15ccf4e0482d3b7b3932f32fe955784be1a5f5d07a4c SHA512 bc2874821aec9ce85e8a2d574dabc4c09ae41f77e6dc063af5a79841e80e781cf3a467df4c9094c74667d87bbc0720c355437ae43200ced623679e6fbeda1b27 WHIRLPOOL b22bec58797d7788a0d68a2a39d2f1c36d4b131c52d0c36e0cc480d288e6751f89a6008a49d358b27fa1f72917167dbc9ae6657f6474112d42ea904fd56018c5
-DIST rqt_topic-0.4.9.tar.gz 8794 SHA256 8a0eb1455f9ba2570e3fab2dcd59df75581490f8ee670e4cec37f6dc78f505b4 SHA512 ca7b9a9459406dbafcf58b23fe6695b7f5627326cf0c5f2b5d5bb61475c34200181d4702270a6bad59e23ea0706463e15839624d128f063db167cc5fb60182b9 WHIRLPOOL 0689d1e8fe45e0fc3781cd09fdfd4e69f079351a0cba4e7f605c7ed527992b88d457c84e0b6668108c62ee4b2e7886adc22a613aeefebd15957e0cf9a05e3b54
+DIST rqt_topic-0.4.9.tar.gz 8794 BLAKE2B c239e6a54bdcbe4bc2c55bd08a74d523399478ba19b2502f9f75038e2fa7ff949f3e0fd76ec25a3443a037f975eb04625fe37e7fa51240022cac28d979337ebb SHA512 ca7b9a9459406dbafcf58b23fe6695b7f5627326cf0c5f2b5d5bb61475c34200181d4702270a6bad59e23ea0706463e15839624d128f063db167cc5fb60182b9

diff --git a/dev-ros/rqt_topic/rqt_topic-0.4.7.ebuild b/dev-ros/rqt_topic/rqt_topic-0.4.7.ebuild
deleted file mode 100644
index 8d6f56c8698..00000000000
--- a/dev-ros/rqt_topic/rqt_topic-0.4.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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_common_plugins"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin for displaying debug information about ROS topics"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-python/rospkg[${PYTHON_USEDEP}]
-	dev-ros/rostopic[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
-	dev-ros/std_msgs[${PYTHON_USEDEP}]
-	>=dev-ros/python_qt_binding-0.2.19[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/rqt_topic/rqt_topic-0.4.8.ebuild b/dev-ros/rqt_topic/rqt_topic-0.4.8.ebuild
deleted file mode 100644
index bf621ebec80..00000000000
--- a/dev-ros/rqt_topic/rqt_topic-0.4.8.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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_topic"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin for displaying debug information about ROS topics"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-python/rospkg[${PYTHON_USEDEP}]
-	dev-ros/rostopic[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui[${PYTHON_USEDEP}]
-	dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
-	dev-ros/std_msgs[${PYTHON_USEDEP}]
-	>=dev-ros/python_qt_binding-0.2.19[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"


             reply	other threads:[~2017-12-04 21:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-04 21:50 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-07-10 13:26 [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_topic/ Alexis Ballier
2020-07-10 13:26 Alexis Ballier
2017-12-04 21:50 Alexis Ballier
2017-11-10  8:51 Alexis Ballier
2017-04-25  6:40 Alexis Ballier
2017-04-25  6:40 Alexis Ballier
2017-03-04 13:37 Alexis Ballier
2017-02-05 18:28 Alexis Ballier
2017-01-26  8:24 Alexis Ballier
2016-11-14  9:33 Alexis Ballier
2016-09-20 13:55 Alexis Ballier
2016-05-17 10:21 Alexis Ballier
2016-05-11  7:38 Alexis Ballier
2016-05-11  7:38 Alexis Ballier
2016-03-10 10:35 Alexis Ballier
2015-09-23 10:30 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=1512423633.074e6fbf1f5a131ae46b92572469737251123157.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