diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 18:07:05 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 18:57:11 +0200 |
commit | 9ea4bcd6f4fb497c1c8ca3218d0c9de83f7318fb (patch) | |
tree | ac6836c6037a521a362274995266141025a9543e /dev-ros/resource_retriever | |
parent | dev-ros/resource_retriever: bump to 1.12.6 (diff) | |
download | gentoo-9ea4bcd6f4fb497c1c8ca3218d0c9de83f7318fb.tar.gz gentoo-9ea4bcd6f4fb497c1c8ca3218d0c9de83f7318fb.tar.bz2 gentoo-9ea4bcd6f4fb497c1c8ca3218d0c9de83f7318fb.zip |
dev-ros/resource_retriever: 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/resource_retriever')
-rw-r--r-- | dev-ros/resource_retriever/Manifest | 2 | ||||
-rw-r--r-- | dev-ros/resource_retriever/resource_retriever-1.12.3.ebuild | 23 | ||||
-rw-r--r-- | dev-ros/resource_retriever/resource_retriever-1.12.4.ebuild | 23 |
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-ros/resource_retriever/Manifest b/dev-ros/resource_retriever/Manifest index 82606e7168ad..2a54e09c24aa 100644 --- a/dev-ros/resource_retriever/Manifest +++ b/dev-ros/resource_retriever/Manifest @@ -1,3 +1 @@ -DIST resource_retriever-1.12.3.tar.gz 6385 BLAKE2B eea0a548976acd6de95da9b1bdc2d108f8c74012d6f8df3ce055444dfcdc41765e020fda6b2894a74cab5f26a0419868ed7da6d62a2655c72c68819c946a452c SHA512 3ca22eafa54019e2763f089bb8072a6af7956e1281ad9aad3a4166c7e0350baa762b2d5127051acf8927d07b3b711e60eaec6349c730f9f656494cef71391862 -DIST resource_retriever-1.12.4.tar.gz 6624 BLAKE2B 16e5dfaf0af3ac02c1c3ad48a4ab2e664235b5e13dbaa5e760fcb5841c57af78184c336f55b18f06b6916657ee69bb1c0304b736869cf008cc8faeaebe53f596 SHA512 b8f584bf21f6744eeacdf169cc0da82e5dcdf902205d4c49784818c203ebdc1f2c9147dbb97353d3d94fd2dd3d1b9a56a36562ed3af6630c1a18f56b8ff89a0f DIST resource_retriever-1.12.6.tar.gz 6916 BLAKE2B 11c3cfd06f750e90863ccff2540cc3828cc02929418a1e4c274811fce606e512a3afb45548100f80f56fb58dae00d1ac81f7b152bda1ecc12623584cca1923c3 SHA512 a946cef7e55e2acf01ba605beb36c3ec24f22037bca38d93afcfb36cad579e58ff57efb69311e3cb69ddd9d53d7eab5f9072f3903da539d1fbd001a3a342f7dc diff --git a/dev-ros/resource_retriever/resource_retriever-1.12.3.ebuild b/dev-ros/resource_retriever/resource_retriever-1.12.3.ebuild deleted file mode 100644 index 5eb72827b5c6..000000000000 --- a/dev-ros/resource_retriever/resource_retriever-1.12.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros/resource_retriever" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) - -inherit ros-catkin - -DESCRIPTION="Retrieves data from url-format files" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rosconsole - dev-ros/roslib[${PYTHON_USEDEP}] - net-misc/curl - dev-python/rospkg[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-cpp/gtest )" diff --git a/dev-ros/resource_retriever/resource_retriever-1.12.4.ebuild b/dev-ros/resource_retriever/resource_retriever-1.12.4.ebuild deleted file mode 100644 index 5eb72827b5c6..000000000000 --- a/dev-ros/resource_retriever/resource_retriever-1.12.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros/resource_retriever" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) - -inherit ros-catkin - -DESCRIPTION="Retrieves data from url-format files" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rosconsole - dev-ros/roslib[${PYTHON_USEDEP}] - net-misc/curl - dev-python/rospkg[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-cpp/gtest )" |