diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 17:48:30 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 18:57:08 +0200 |
commit | 47b5a9dbc2707255d7f607dbc50efe6b9909cbb0 (patch) | |
tree | af239605c688d43cb16c241e90ea2903d93d0770 /dev-ros | |
parent | dev-ros/rosauth: bump to 1.0.1 (diff) | |
download | gentoo-47b5a9dbc2707255d7f607dbc50efe6b9909cbb0.tar.gz gentoo-47b5a9dbc2707255d7f607dbc50efe6b9909cbb0.tar.bz2 gentoo-47b5a9dbc2707255d7f607dbc50efe6b9909cbb0.zip |
dev-ros/rosauth: 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')
-rw-r--r-- | dev-ros/rosauth/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/rosauth/rosauth-0.1.7.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-ros/rosauth/Manifest b/dev-ros/rosauth/Manifest index ed2154eab22c..6e7080147c2d 100644 --- a/dev-ros/rosauth/Manifest +++ b/dev-ros/rosauth/Manifest @@ -1,2 +1 @@ -DIST rosauth-0.1.7.tar.gz 6060 BLAKE2B 5b53de7f61d66c68ec91e64668dd8009d4c6087795efae8d96540c6db4a34480f8a262fc75f0b3bfc52817650157c5df921f077ffba4c972dca9461aff0dea58 SHA512 c52317cd173ec655b779f96ffe324cd136a54168484f26fff2a0d9fe2da6e25cc5109f1905d7528a9f6a433287873b63c53f96ec425ca6af740d4eea0b3250b5 DIST rosauth-1.0.1.tar.gz 6209 BLAKE2B a87db7cd226919007c500465f84099500cdcdd32705603cbcd2b70bfa1d2ce0da4534b1cda1ae76f698cd2568fb6d4c4ec4dc836f43ecf67054ad2f8121daeba SHA512 5fb0b02bf6edc92c49a7572cb3ddd441094c0a6a9f1a69e7ab03097f859562426f39351da2d4e9e63de4a3558033d46a606f10117a63362b1e0a8e73cbbdda11 diff --git a/dev-ros/rosauth/rosauth-0.1.7.ebuild b/dev-ros/rosauth/rosauth-0.1.7.ebuild deleted file mode 100644 index 372b30e6a355..000000000000 --- a/dev-ros/rosauth/rosauth-0.1.7.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -CATKIN_HAS_MESSAGES=yes -ROS_REPO_URI="https://github.com/WPI-RAIL/rosauth" -KEYWORDS="~amd64" -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="Server Side tools for Authorization and Authentication of ROS Clients" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/roscpp - dev-ros/rostest[${PYTHON_USEDEP}] - dev-libs/openssl:0=" -DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" |