summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2021-08-12 18:47:41 +0200
committerAlexis Ballier <aballier@gentoo.org>2021-08-12 18:58:18 +0200
commite7fd44bd12a20bdbd4b832bbff832d25623c0deb (patch)
tree44dec3adad5dc639355176ef7be67c5525eeff97 /dev-ros/turtle_actionlib
parentdev-ros/tf: add slot dep on angles (diff)
downloadgentoo-e7fd44bd12a20bdbd4b832bbff832d25623c0deb.tar.gz
gentoo-e7fd44bd12a20bdbd4b832bbff832d25623c0deb.tar.bz2
gentoo-e7fd44bd12a20bdbd4b832bbff832d25623c0deb.zip
dev-ros/turtle_actionlib: Remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/turtle_actionlib')
-rw-r--r--dev-ros/turtle_actionlib/Manifest1
-rw-r--r--dev-ros/turtle_actionlib/turtle_actionlib-0.1.12.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-ros/turtle_actionlib/Manifest b/dev-ros/turtle_actionlib/Manifest
index 701ce26bc20d..c6a913b1d7c4 100644
--- a/dev-ros/turtle_actionlib/Manifest
+++ b/dev-ros/turtle_actionlib/Manifest
@@ -1,2 +1 @@
-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/dev-ros/turtle_actionlib/turtle_actionlib-0.1.12.ebuild b/dev-ros/turtle_actionlib/turtle_actionlib-0.1.12.ebuild
deleted file mode 100644
index f546db76e3fd..000000000000
--- a/dev-ros/turtle_actionlib/turtle_actionlib-0.1.12.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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}
-CATKIN_HAS_MESSAGES=yes
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Demonstrates how to write an action server and client with the turtlesim"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/actionlib
- dev-ros/actionlib_msgs
- dev-ros/angles
- dev-ros/rosconsole
- dev-ros/roscpp
- dev-ros/turtlesim
- dev-libs/boost:=
-"
-DEPEND="${RDEPEND}"