From f2dc8a8cb310599ba493ea071f07dded4b8670ee Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Wed, 15 Jul 2020 16:52:25 +0200 Subject: dev-ros/rospack: Remove old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier --- dev-ros/rospack/Manifest | 3 --- dev-ros/rospack/rospack-2.4.3.ebuild | 31 ------------------------------- dev-ros/rospack/rospack-2.5.0.ebuild | 31 ------------------------------- dev-ros/rospack/rospack-2.5.1.ebuild | 33 --------------------------------- 4 files changed, 98 deletions(-) delete mode 100644 dev-ros/rospack/rospack-2.4.3.ebuild delete mode 100644 dev-ros/rospack/rospack-2.5.0.ebuild delete mode 100644 dev-ros/rospack/rospack-2.5.1.ebuild (limited to 'dev-ros/rospack') diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest index a22c4cf9be1e..99bb04f9b331 100644 --- a/dev-ros/rospack/Manifest +++ b/dev-ros/rospack/Manifest @@ -1,4 +1 @@ -DIST rospack-2.4.3.tar.gz 72327 BLAKE2B b154ce307ed95403382030c0fe14bd6296174289333fea83356a4f77add0fe2a1e48c8e2b6ee037def2e823f61a7b6df4ea62fd9a6f84433f12247003823f86f SHA512 4396ef24d0bd826235d7ac0da8a0b502557ecc0086eadcda96d44779ed5d8134e9a53cd861ee135a4b1da53074bdcf906dc4cb6ea0c36798326c17788ee1e2be -DIST rospack-2.5.0.tar.gz 72447 BLAKE2B 820e893544b38464bfc63b516697fac9e5875bfffb0922aa0da4b572af5e47a0f4a63134786131fd0ae97751916748b0a1e6af6ca29897ef72759b601bffb551 SHA512 8c9ed4566aa1456b2dd3c4249f7023121d21ee99427d0ef78a7237fbe418f333859091b66870572d5a80995ebda9d5208643ae92213827af40c63b49be4a2560 -DIST rospack-2.5.1.tar.gz 72488 BLAKE2B 3e05ce597bbe39bffbafb898e1cbcd02e1a45d23cddec47f0bda2504937f2a288658ae41d7b6a30514064534417ff26fc919af4567c5aca62ae33752c26f56e8 SHA512 696060afe914f786ee1ef2960ef7608b52df90712936c86d4f4ebe380c23ca21b6f1a283e5903e851ed7c903c457ad0432e50e8f759f4d536dd6970b77b8183a DIST rospack-2.6.2.tar.gz 74785 BLAKE2B 1886dce476df98f546d874c60af5860fbe3edfcece3c0c5be2fd8105d8c8b221df4675ff6fcc66312e6f4c08fe75a867b4dea0eba295ada98eebce3976e88743 SHA512 5326238686bb5b8cd707b9440fc4fc57baa846092d086f7fb6a2beab7687b62a7c4afbbe30cf84a848ab5ee66eb40f8489f40341c14753704c8721df93c33711 diff --git a/dev-ros/rospack/rospack-2.4.3.ebuild b/dev-ros/rospack/rospack-2.4.3.ebuild deleted file mode 100644 index 18b9f633ad3f..000000000000 --- a/dev-ros/rospack/rospack-2.4.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/rospack" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="Retrieves information about ROS packages available on the filesystem" - -LICENSE="BSD" -SLOT="0" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - dev-libs/boost:= - dev-libs/tinyxml2:= - ${PYTHON_DEPS}" -DEPEND="${RDEPEND} - >=dev-ros/cmake_modules-0.4.1 - test? ( - dev-cpp/gtest - dev-python/nose - )" - -PATCHES=( - "${FILESDIR}/gentoo.patch" -) diff --git a/dev-ros/rospack/rospack-2.5.0.ebuild b/dev-ros/rospack/rospack-2.5.0.ebuild deleted file mode 100644 index cf86c350e8c7..000000000000 --- a/dev-ros/rospack/rospack-2.5.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/rospack" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="Retrieves information about ROS packages available on the filesystem" - -LICENSE="BSD" -SLOT="0" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - dev-libs/boost:= - >=dev-libs/tinyxml2-5:= - ${PYTHON_DEPS}" -DEPEND="${RDEPEND} - >=dev-ros/cmake_modules-0.4.1 - test? ( - dev-cpp/gtest - dev-python/nose - )" - -PATCHES=( - "${FILESDIR}/gentoo.patch" -) diff --git a/dev-ros/rospack/rospack-2.5.1.ebuild b/dev-ros/rospack/rospack-2.5.1.ebuild deleted file mode 100644 index 69cbb346fe5e..000000000000 --- a/dev-ros/rospack/rospack-2.5.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/rospack" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="Retrieves information about ROS packages available on the filesystem" - -LICENSE="BSD" -SLOT="0" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - dev-libs/boost:= - >=dev-libs/tinyxml2-5:= - ${PYTHON_DEPS}" -DEPEND="${RDEPEND} - >=dev-ros/cmake_modules-0.4.1 - test? ( - dev-cpp/gtest - dev-python/nose - )" -RDEPEND="${RDEPEND} - dev-ros/ros_environment" - -PATCHES=( - "${FILESDIR}/gentoo.patch" -) -- cgit v1.2.3-65-gdbad