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/turtlesim/
Date: Mon, 18 May 2020 17:31:04 +0000 (UTC)	[thread overview]
Message-ID: <1589823058.383d76e9661eb2739327b5aeb29e51b27d88293e.aballier@gentoo> (raw)

commit:     383d76e9661eb2739327b5aeb29e51b27d88293e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 17:24:58 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon May 18 17:30:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383d76e9

dev-ros/turtlesim: Remove old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/turtlesim/Manifest               |  3 ---
 dev-ros/turtlesim/turtlesim-0.8.1.ebuild | 32 --------------------------------
 dev-ros/turtlesim/turtlesim-0.9.0.ebuild | 32 --------------------------------
 dev-ros/turtlesim/turtlesim-0.9.1.ebuild | 32 --------------------------------
 4 files changed, 99 deletions(-)

diff --git a/dev-ros/turtlesim/Manifest b/dev-ros/turtlesim/Manifest
index d18444e152c..48d06844c12 100644
--- a/dev-ros/turtlesim/Manifest
+++ b/dev-ros/turtlesim/Manifest
@@ -1,4 +1 @@
 DIST ros_tutorials-0.10.0.tar.gz 159486 BLAKE2B 71b6fabb1a85ac9740dfba9f40be318e211d519189f8be05e58bf146b5d22566ea6ddcdca6331366c05e95c314b656c4f5688c4da3d20b1cdce78639a76e14c5 SHA512 dba529965bad64957721c71f1c7b2b60ece085ed0186a107fbec03c231940b19004b3bf9dce5c1ac3dcfe1c339d49a2214811d5227f453b1c3f541076a653048
-DIST ros_tutorials-0.8.1.tar.gz 153831 BLAKE2B c34aec17ffd247554e37abb252848183392864c801dce7e2cae8c66d9fd30fdb12d50163487eff8615593df1532dece6c86303aab0b91d4075c14a9fba652b5a SHA512 f537312a78c27375791e11820f4d3a70433ce200d724d80bc8b417edd3c6dcbbf72abac0e9a98a199da2e3a8dbdec34e81d9106be4f6a5243a6f84d02d9ca668
-DIST ros_tutorials-0.9.0.tar.gz 154992 BLAKE2B d7a45d0adaa1507ae9494ea9590b9c69d3bbececa01f209a93825432b4b362499cde8c966e6734dbd854478e98970c340403ac56cb99a00b07cf9cff8b28fa36 SHA512 7beba72d3f72943ea5402416dc03809576d47d4e76e81d9ed85eba69c1f9a4e5737a91bdac76747f47e9d6459e5dd8e062cc8ec5f2fb9450cdb013b416534e56
-DIST ros_tutorials-0.9.1.tar.gz 155151 BLAKE2B 7371063ef77981892fee54b6b3d29907421f29deece22c6d53ace576717357a9700a2e14a03bd9f24c2285a16b55f5c9665a0da5081ae1599da8df5ec68ba425 SHA512 62a980e9515515496de39aa360df030f0dd8678bbf132d90386775c34e3b54f33a477aaefb65db803dcd704b8fbc61d445617399ac38cc2fa3f3363a6052682f

diff --git a/dev-ros/turtlesim/turtlesim-0.8.1.ebuild b/dev-ros/turtlesim/turtlesim-0.8.1.ebuild
deleted file mode 100644
index 697eb7b6d84..00000000000
--- a/dev-ros/turtlesim/turtlesim-0.8.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/ros_tutorials"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-CATKIN_HAS_MESSAGES=yes
-PYTHON_COMPAT=( python2_7 )
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/std_srvs dev-ros/geometry_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Tool made for teaching ROS and ROS packages"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-libs/boost:=[threads]
-	dev-ros/rosconsole
-	dev-ros/roscpp
-	dev-ros/roscpp_serialization
-	dev-ros/roslib
-	dev-ros/rostime
-	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/turtlesim/turtlesim-0.9.0.ebuild b/dev-ros/turtlesim/turtlesim-0.9.0.ebuild
deleted file mode 100644
index fb6ecc08ff3..00000000000
--- a/dev-ros/turtlesim/turtlesim-0.9.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/ros_tutorials"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-CATKIN_HAS_MESSAGES=yes
-PYTHON_COMPAT=( python2_7 )
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/std_srvs dev-ros/geometry_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Tool made for teaching ROS and ROS packages"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-libs/boost:=[threads]
-	dev-ros/rosconsole
-	dev-ros/roscpp
-	dev-ros/roscpp_serialization
-	dev-ros/roslib
-	dev-ros/rostime
-	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/turtlesim/turtlesim-0.9.1.ebuild b/dev-ros/turtlesim/turtlesim-0.9.1.ebuild
deleted file mode 100644
index a6c833ed721..00000000000
--- a/dev-ros/turtlesim/turtlesim-0.9.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/ros_tutorials"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-CATKIN_HAS_MESSAGES=yes
-PYTHON_COMPAT=( python2_7 )
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/std_srvs dev-ros/geometry_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Tool made for teaching ROS and ROS packages"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-libs/boost:=[threads]
-	dev-ros/rosconsole
-	dev-ros/roscpp
-	dev-ros/roscpp_serialization
-	dev-ros/roslib
-	dev-ros/rostime
-	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-"
-DEPEND="${RDEPEND}"


             reply	other threads:[~2020-05-18 17:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-18 17:31 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-08-11 13:23 [gentoo-commits] repo/gentoo:master commit in: dev-ros/turtlesim/ Alexis Ballier
2020-07-10 16:50 Alexis Ballier
2020-07-10 16:50 Alexis Ballier
2020-05-18 17:31 Alexis Ballier
2020-05-18 17:31 Alexis Ballier
2019-05-24 16:23 Alexis Ballier
2018-04-12 18:51 Alexis Ballier
2017-09-23 12:43 Alexis Ballier
2017-07-30 16:44 Alexis Ballier
2017-03-13 23:35 Alexis Ballier
2016-10-25 10:56 Alexis Ballier
2015-09-22 14:48 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=1589823058.383d76e9661eb2739327b5aeb29e51b27d88293e.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