diff options
author | 2020-07-15 16:59:53 +0200 | |
---|---|---|
committer | 2020-07-15 17:35:50 +0200 | |
commit | c344bad694175b1aacda2a7b7f2562877aa45f09 (patch) | |
tree | 7899e329a558fa9ff7d867a912823e4662e76c35 /dev-ros/rosbuild/rosbuild-1.14.3.ebuild | |
parent | dev-ros/rosbuild: bump eapi (diff) | |
download | gentoo-c344bad694175b1aacda2a7b7f2562877aa45f09.tar.gz gentoo-c344bad694175b1aacda2a7b7f2562877aa45f09.tar.bz2 gentoo-c344bad694175b1aacda2a7b7f2562877aa45f09.zip |
dev-ros/rosbuild: 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/rosbuild/rosbuild-1.14.3.ebuild')
-rw-r--r-- | dev-ros/rosbuild/rosbuild-1.14.3.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-ros/rosbuild/rosbuild-1.14.3.ebuild b/dev-ros/rosbuild/rosbuild-1.14.3.ebuild deleted file mode 100644 index a445e3892ca0..000000000000 --- a/dev-ros/rosbuild/rosbuild-1.14.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2018 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" -ROS_SUBDIR=core/${PN} - -inherit ros-catkin - -DESCRIPTION="Scripts for managing the CMake-based build system for ROS" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" |