diff options
author | 2020-10-14 12:42:24 +0200 | |
---|---|---|
committer | 2020-10-14 13:05:02 +0200 | |
commit | 812853001b2cc112c20862f9c8b3180131a5528b (patch) | |
tree | 8825f30e3f6cd4b9bf27da127ecadc6aada410ff /dev-ros/rosserial_server/rosserial_server-0.8.0.ebuild | |
parent | dev-ros/rosserial_server: remove merged patch (diff) | |
download | gentoo-812853001b2cc112c20862f9c8b3180131a5528b.tar.gz gentoo-812853001b2cc112c20862f9c8b3180131a5528b.tar.bz2 gentoo-812853001b2cc112c20862f9c8b3180131a5528b.zip |
dev-ros/rosserial_server: Remove old
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosserial_server/rosserial_server-0.8.0.ebuild')
-rw-r--r-- | dev-ros/rosserial_server/rosserial_server-0.8.0.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-ros/rosserial_server/rosserial_server-0.8.0.ebuild b/dev-ros/rosserial_server/rosserial_server-0.8.0.ebuild deleted file mode 100644 index c3d3ee32e16b..000000000000 --- a/dev-ros/rosserial_server/rosserial_server-0.8.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -ROS_REPO_URI="https://github.com/ros-drivers/rosserial" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="C++ implementation of the rosserial server side" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/roscpp - dev-ros/topic_tools - dev-libs/boost:=[threads] -" -DEPEND="${RDEPEND} - dev-ros/rosserial_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] -" -PATCHES=( "${FILESDIR}/boost170.patch" ) |