diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-09-05 11:23:09 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-09-05 11:23:09 +0200 |
commit | 4c5b54e5f2205c4c5029dcb9cd19fd135e136537 (patch) | |
tree | 60aa0086f967b5ccc27881c6872d1d338c757d50 /dev-ros/rospack | |
parent | ros-meta/ros: Bump to 1.13.2. (diff) | |
download | gentoo-4c5b54e5f2205c4c5029dcb9cd19fd135e136537.tar.gz gentoo-4c5b54e5f2205c4c5029dcb9cd19fd135e136537.tar.bz2 gentoo-4c5b54e5f2205c4c5029dcb9cd19fd135e136537.zip |
dev-ros/rospack: remove old
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ros/rospack')
-rw-r--r-- | dev-ros/rospack/Manifest | 2 | ||||
-rw-r--r-- | dev-ros/rospack/rospack-2.2.5.ebuild | 29 | ||||
-rw-r--r-- | dev-ros/rospack/rospack-2.2.6.ebuild | 29 |
3 files changed, 0 insertions, 60 deletions
diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest index 046d9bd3d04e..070cdcc04a9a 100644 --- a/dev-ros/rospack/Manifest +++ b/dev-ros/rospack/Manifest @@ -1,3 +1 @@ -DIST rospack-2.2.5.tar.gz 70273 SHA256 8602e21172ef453b63c6c6f1698c5ac81ec014b0a78bf98f31a60937dacee9ef SHA512 b685029e7306795459a1768050fd54e3eb82db91c0c3495410eeb6c6b3cb24b5d7f63cc5286d466659edb35719e76e4a43519526fd0c991fef2d7f9e092fd9e0 WHIRLPOOL 33191188ef39f817f48cdfbda407dc4d4bf288920b7e7b9a1b4b9ff383b87781a34fe7a3bfe734c8431c9e2cde19cadff1d70d84129de813bfbf2412a5728835 -DIST rospack-2.2.6.tar.gz 70391 SHA256 3487f24bd5362fa9a0c44b145543e13d7aa20bdb19d0477b7872d52a11bef914 SHA512 3257007600fc7509c276dcdf8484c91f44e10fad988e62f227b0471cf77f41464712ec8e0f31141853d5b8fa863f701451adae10a5ea3ae7bdd4a96910e5ea28 WHIRLPOOL 026dbe2966305f67ae42959d7677c9fcbeffcc740f8bcb9207b1adfc0bbd45259dc7b1789566b7cffad4b61510efbcc172a4544ec76e43548b0209f4f0b13991 DIST rospack-2.3.0.tar.gz 70879 SHA256 d54bf2f82cea3273a34c11d99fed5bb1d78a8e5c86046af425d646ebc94c627c SHA512 d0dd3da0282c2ef1721ac1d3671845cdef0d3307926435f91f7f63441942562d9128609a31368bf836935e6bfc337cc2c419100e5a2c8ed058131f22926e5459 WHIRLPOOL eed21ca219625534c7ba009ca50d52b20b922cb5a08c973bbf40267bbd70c9331fc5828bdd96acf130641f644b927ceeac867c16805c3f43837d98f471203ae6 diff --git a/dev-ros/rospack/rospack-2.2.5.ebuild b/dev-ros/rospack/rospack-2.2.5.ebuild deleted file mode 100644 index 44ef9df841d0..000000000000 --- a/dev-ros/rospack/rospack-2.2.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/rospack" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -# Do it that way to avoid ros-catkin pulling in python-r1 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit python-single-r1 - -DESCRIPTION="Retrieves information about ROS packages available on the filesystem" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="dev-libs/boost:= - dev-libs/tinyxml - " -DEPEND="${RDEPEND} - dev-ros/cmake_modules - test? ( - dev-cpp/gtest - dev-python/nose - )" diff --git a/dev-ros/rospack/rospack-2.2.6.ebuild b/dev-ros/rospack/rospack-2.2.6.ebuild deleted file mode 100644 index 44ef9df841d0..000000000000 --- a/dev-ros/rospack/rospack-2.2.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/rospack" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -# Do it that way to avoid ros-catkin pulling in python-r1 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit python-single-r1 - -DESCRIPTION="Retrieves information about ROS packages available on the filesystem" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="dev-libs/boost:= - dev-libs/tinyxml - " -DEPEND="${RDEPEND} - dev-ros/cmake_modules - test? ( - dev-cpp/gtest - dev-python/nose - )" |