summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-09 18:42:47 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-09 18:46:04 +0100
commit955d397315ce64b95bba96d4130e7766934fb86d (patch)
treeaf1eaf9422d798387c51c9cff323fb562a419685 /dev-ros/test_rosmaster/test_rosmaster-1.12.0.ebuild
parentdev-ros/rostest: Add python 3.4/3.5 support. (diff)
downloadgentoo-955d397315ce64b95bba96d4130e7766934fb86d.tar.gz
gentoo-955d397315ce64b95bba96d4130e7766934fb86d.tar.bz2
gentoo-955d397315ce64b95bba96d4130e7766934fb86d.zip
dev-ros/test_rosmaster: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/test_rosmaster/test_rosmaster-1.12.0.ebuild')
-rw-r--r--dev-ros/test_rosmaster/test_rosmaster-1.12.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-ros/test_rosmaster/test_rosmaster-1.12.0.ebuild b/dev-ros/test_rosmaster/test_rosmaster-1.12.0.ebuild
deleted file mode 100644
index 66e52c1b5985..000000000000
--- a/dev-ros/test_rosmaster/test_rosmaster-1.12.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/ros_comm"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=test/${PN}
-CATKIN_HAS_MESSAGES=yes
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Unit tests for rosmaster"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/rosgraph[${PYTHON_USEDEP}]
- dev-ros/rostest[${PYTHON_USEDEP}]
- dev-ros/std_msgs[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? ( dev-ros/roslib[${PYTHON_USEDEP}] )
-"
-
-mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" )
-
-src_install() {
- ros-catkin_src_install
- dodir /usr/share/${PN}
- cp -a test "${ED}//usr/share/${PN}/" || die
-}