diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 18:05:51 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 21:15:00 +0100 |
commit | 1cb4fa3c7b694eda7e30233fe62fb6389b01419b (patch) | |
tree | a801acb815700893d95b637720b6a2c6e1636ec0 /dev-ros/rosbuild/rosbuild-9999.ebuild | |
parent | dev-ros/rosbridge_server: treeclean (diff) | |
download | gentoo-1cb4fa3c7b694eda7e30233fe62fb6389b01419b.tar.gz gentoo-1cb4fa3c7b694eda7e30233fe62fb6389b01419b.tar.bz2 gentoo-1cb4fa3c7b694eda7e30233fe62fb6389b01419b.zip |
dev-ros/rosbuild: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/rosbuild/rosbuild-9999.ebuild')
-rw-r--r-- | dev-ros/rosbuild/rosbuild-9999.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-ros/rosbuild/rosbuild-9999.ebuild b/dev-ros/rosbuild/rosbuild-9999.ebuild deleted file mode 100644 index ee01e05ff7a2..000000000000 --- a/dev-ros/rosbuild/rosbuild-9999.ebuild +++ /dev/null @@ -1,18 +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/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}" |