summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-28 20:02:35 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-29 14:20:38 +0200
commitc5e8dbf25811a9659867ea6ac200561e5e43418e (patch)
treeec6dcf123e62286f67c614858cc688304e89356b /ros-meta/common_tutorials/common_tutorials-0.1.10.ebuild
parentros-meta/geometry_tutorials: eapi7 (diff)
downloadgentoo-c5e8dbf25811a9659867ea6ac200561e5e43418e.tar.gz
gentoo-c5e8dbf25811a9659867ea6ac200561e5e43418e.tar.bz2
gentoo-c5e8dbf25811a9659867ea6ac200561e5e43418e.zip
ros-meta/common_tutorials: eapi7
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/common_tutorials/common_tutorials-0.1.10.ebuild')
-rw-r--r--ros-meta/common_tutorials/common_tutorials-0.1.10.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/ros-meta/common_tutorials/common_tutorials-0.1.10.ebuild b/ros-meta/common_tutorials/common_tutorials-0.1.10.ebuild
deleted file mode 100644
index 4581b44efa2b..000000000000
--- a/ros-meta/common_tutorials/common_tutorials-0.1.10.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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}"