summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-27 16:47:54 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-27 18:09:23 +0100
commit3e516ff1d3fb98ac3c1eee50e66d80bfe2acfffe (patch)
tree0717a3bacac0dc16e96abf51a8a98d0c2df5e93e /dev-ros/rosclean/rosclean-1.13.4.ebuild
parentdev-ros/rosmaster: Add python 3.6 support (diff)
downloadgentoo-3e516ff1d3fb98ac3c1eee50e66d80bfe2acfffe.tar.gz
gentoo-3e516ff1d3fb98ac3c1eee50e66d80bfe2acfffe.tar.bz2
gentoo-3e516ff1d3fb98ac3c1eee50e66d80bfe2acfffe.zip
dev-ros/rosclean: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/rosclean/rosclean-1.13.4.ebuild')
-rw-r--r--dev-ros/rosclean/rosclean-1.13.4.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-ros/rosclean/rosclean-1.13.4.ebuild b/dev-ros/rosclean/rosclean-1.13.4.ebuild
deleted file mode 100644
index 3bdb71d90d48..000000000000
--- a/dev-ros/rosclean/rosclean-1.13.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/ros"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-ROS_SUBDIR=tools/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Cleanup filesystem resources (e.g. log files)"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-python/rospkg[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-PATCHES=( "${FILESDIR}/bb.patch" )