diff options
Diffstat (limited to 'dev-ros/rosauth')
-rw-r--r-- | dev-ros/rosauth/Manifest | 4 | ||||
-rw-r--r-- | dev-ros/rosauth/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ros/rosauth/rosauth-1.0.1.ebuild | 29 | ||||
-rw-r--r-- | dev-ros/rosauth/rosauth-9999.ebuild | 29 |
4 files changed, 0 insertions, 73 deletions
diff --git a/dev-ros/rosauth/Manifest b/dev-ros/rosauth/Manifest deleted file mode 100644 index c2139557a48c..000000000000 --- a/dev-ros/rosauth/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST rosauth-1.0.1.tar.gz 6209 BLAKE2B a87db7cd226919007c500465f84099500cdcdd32705603cbcd2b70bfa1d2ce0da4534b1cda1ae76f698cd2568fb6d4c4ec4dc836f43ecf67054ad2f8121daeba SHA512 5fb0b02bf6edc92c49a7572cb3ddd441094c0a6a9f1a69e7ab03097f859562426f39351da2d4e9e63de4a3558033d46a606f10117a63362b1e0a8e73cbbdda11 -EBUILD rosauth-1.0.1.ebuild 571 BLAKE2B 6bf7cc4f4b217c8835c8354c2c8f21fccf2f61e1c63f87c45cd05b28e4fc69435c64a4f8c44e7731fbb35db205a603983fbddbd92d84034d7d0e9f0258c63113 SHA512 f7736b54ea3015d4319477caba2285e705f08c8418156d3f475af5dfee4e5104ace8437d6c2e77d4c22f7793dee3b689e123338e0df3cac09155f4156f99917f -EBUILD rosauth-9999.ebuild 571 BLAKE2B 6bf7cc4f4b217c8835c8354c2c8f21fccf2f61e1c63f87c45cd05b28e4fc69435c64a4f8c44e7731fbb35db205a603983fbddbd92d84034d7d0e9f0258c63113 SHA512 f7736b54ea3015d4319477caba2285e705f08c8418156d3f475af5dfee4e5104ace8437d6c2e77d4c22f7793dee3b689e123338e0df3cac09155f4156f99917f -MISC metadata.xml 331 BLAKE2B a022d905979ee06c12396645ad1c35ea97844872ad66df08ec96d37c63e95e5f15db4450e15842854a5c1ffeca16e6129a1e545d60d149f1a9de860ec3941a8f SHA512 4673dce9b08ca1075e2a8fae3d49effb310267fde7f0869d514aef5518ac07aac1de545a604ce9390fff30372c96b00888385c29465524a7caf8176398188cd8 diff --git a/dev-ros/rosauth/metadata.xml b/dev-ros/rosauth/metadata.xml deleted file mode 100644 index 8085c31e5029..000000000000 --- a/dev-ros/rosauth/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ros@gentoo.org</email> - <name>Gentoo ROS Project</name> - </maintainer> - <upstream> - <remote-id type="github">WPI-RAIL/rosauth</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ros/rosauth/rosauth-1.0.1.ebuild b/dev-ros/rosauth/rosauth-1.0.1.ebuild deleted file mode 100644 index 10f5ea08a15f..000000000000 --- a/dev-ros/rosauth/rosauth-1.0.1.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 -} 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 -} |