summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-03-11 10:13:57 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-03-11 10:14:08 +0100
commit1781d604ee0c6a5094e09fe607dc7dedffa1e2a0 (patch)
treeffad54507a34387d15e9e379c9e0b235125dde66 /dev-ros/roslib/roslib-1.14.0.ebuild
parentdev-ros/rosbash: remove old (diff)
downloadgentoo-1781d604ee0c6a5094e09fe607dc7dedffa1e2a0.tar.gz
gentoo-1781d604ee0c6a5094e09fe607dc7dedffa1e2a0.tar.bz2
gentoo-1781d604ee0c6a5094e09fe607dc7dedffa1e2a0.zip
dev-ros/roslib: Patch env hooks to work better on Gentoo.
Use env python instead of hardcoder python version at build time. Honour CATKIN_PREFIX_PATH. Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-ros/roslib/roslib-1.14.0.ebuild')
-rw-r--r--dev-ros/roslib/roslib-1.14.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ros/roslib/roslib-1.14.0.ebuild b/dev-ros/roslib/roslib-1.14.0.ebuild
deleted file mode 100644
index 0ba96a53071e..000000000000
--- a/dev-ros/roslib/roslib-1.14.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/ros"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
-ROS_SUBDIR=core/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Base dependencies and support libraries for ROS"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- >=dev-python/rospkg-1.0.37[${PYTHON_USEDEP}]
- dev-libs/boost:=[threads]
- dev-ros/rospack
-"
-DEPEND="${RDEPEND}
- test? (
- dev-cpp/gtest
- dev-python/nose[${PYTHON_USEDEP}]
- )"