diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 18:28:31 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 18:50:39 +0200 |
commit | ab29cd2e2fde9e27f7039dac3d9bcf2bff959ad9 (patch) | |
tree | 82edd7d5f93d5cac2d8400d84051d71f1705f6f4 /dev-ros/rostime/rostime-0.6.3.ebuild | |
parent | dev-ros/rostime: bump eapi (diff) | |
download | gentoo-ab29cd2e2fde9e27f7039dac3d9bcf2bff959ad9.tar.gz gentoo-ab29cd2e2fde9e27f7039dac3d9bcf2bff959ad9.tar.bz2 gentoo-ab29cd2e2fde9e27f7039dac3d9bcf2bff959ad9.zip |
dev-ros/rostime: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rostime/rostime-0.6.3.ebuild')
-rw-r--r-- | dev-ros/rostime/rostime-0.6.3.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-ros/rostime/rostime-0.6.3.ebuild b/dev-ros/rostime/rostime-0.6.3.ebuild deleted file mode 100644 index ccd863194982..000000000000 --- a/dev-ros/rostime/rostime-0.6.3.ebuild +++ /dev/null @@ -1,22 +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/roscpp_core" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Time and Duration implementations for C++ libraries" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-libs/boost:=[threads] - dev-ros/cpp_common -" -DEPEND="${RDEPEND} - test? ( dev-cpp/gtest ) -" |