summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-08 17:05:44 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-08 17:09:23 +0100
commite843a1601241de99f243c930968e782f33eaeab9 (patch)
tree723059b65fdbd888c3d84a2ca80b152d4342f233 /dev-ros/rosgraph/rosgraph-1.12.0.ebuild
parentdev-ros/rospy: Add python 3.4 support (diff)
downloadgentoo-e843a1601241de99f243c930968e782f33eaeab9.tar.gz
gentoo-e843a1601241de99f243c930968e782f33eaeab9.tar.bz2
gentoo-e843a1601241de99f243c930968e782f33eaeab9.zip
dev-ros/rosgraph: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/rosgraph/rosgraph-1.12.0.ebuild')
-rw-r--r--dev-ros/rosgraph/rosgraph-1.12.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-ros/rosgraph/rosgraph-1.12.0.ebuild b/dev-ros/rosgraph/rosgraph-1.12.0.ebuild
deleted file mode 100644
index 49fe3e4d1d47..000000000000
--- a/dev-ros/rosgraph/rosgraph-1.12.0.ebuild
+++ /dev/null
@@ -1,23 +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"
-PYTHON_COMPAT=( python{2_7,3_4} )
-ROS_SUBDIR=tools/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Prints information about the ROS Computation Graph"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-python/netifaces[${PYTHON_USEDEP}]
- dev-python/rospkg[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )"