diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 18:05:39 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 21:14:52 +0100 |
commit | e4d98590fef5ddd5eb3cbca5b6005bd1b1d8b7ff (patch) | |
tree | 9d56cbfb50f70921937848f9620b4a68aa560a09 /dev-ros/rosauth/rosauth-9999.ebuild | |
parent | dev-ros/rosapi: treeclean (diff) | |
download | gentoo-e4d98590fef5ddd5eb3cbca5b6005bd1b1d8b7ff.tar.gz gentoo-e4d98590fef5ddd5eb3cbca5b6005bd1b1d8b7ff.tar.bz2 gentoo-e4d98590fef5ddd5eb3cbca5b6005bd1b1d8b7ff.zip |
dev-ros/rosauth: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/rosauth/rosauth-9999.ebuild')
-rw-r--r-- | dev-ros/rosauth/rosauth-9999.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ros/rosauth/rosauth-9999.ebuild b/dev-ros/rosauth/rosauth-9999.ebuild deleted file mode 100644 index 10f5ea08a15f..000000000000 --- a/dev-ros/rosauth/rosauth-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -CATKIN_HAS_MESSAGES=yes -ROS_REPO_URI="https://github.com/WPI-RAIL/rosauth" -KEYWORDS="~amd64" - -inherit ros-catkin - -DESCRIPTION="Server Side tools for Authorization and Authentication of ROS Clients" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/roscpp - dev-libs/openssl:0= -" -DEPEND="${RDEPEND} - test? ( - dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] - dev-cpp/gtest - )" - -src_test() { - export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" - ros-catkin_src_test -} |