diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-04-05 21:32:20 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-04-06 10:49:42 +0200 |
commit | cd1257ed5c4ecc755acfbc46fd7e4cd7cdda10ea (patch) | |
tree | 75ff1da8fa866531695a5cce703c4d96bc2774bf /ros-meta/perception | |
parent | ros-meta/robot: bump to 1.3.2 (diff) | |
download | gentoo-cd1257ed5c4ecc755acfbc46fd7e4cd7cdda10ea.tar.gz gentoo-cd1257ed5c4ecc755acfbc46fd7e4cd7cdda10ea.tar.bz2 gentoo-cd1257ed5c4ecc755acfbc46fd7e4cd7cdda10ea.zip |
ros-meta/perception: Remove old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'ros-meta/perception')
-rw-r--r-- | ros-meta/perception/Manifest | 2 | ||||
-rw-r--r-- | ros-meta/perception/perception-1.2.0.ebuild | 26 | ||||
-rw-r--r-- | ros-meta/perception/perception-1.3.0.ebuild | 26 |
3 files changed, 0 insertions, 54 deletions
diff --git a/ros-meta/perception/Manifest b/ros-meta/perception/Manifest index 763a84846f18..da995ee61b5e 100644 --- a/ros-meta/perception/Manifest +++ b/ros-meta/perception/Manifest @@ -1,3 +1 @@ -DIST metapackages-1.2.0.tar.gz 1803 BLAKE2B 92238eddd05602507c91ae0ef1def2eb0a7608ca76dfed4579e9d5daf85a125f256ccab9b980389131aa3733d0ed8887a7f23b4945c9969291f5c7dd6029b283 SHA512 a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80 -DIST metapackages-1.3.0.tar.gz 1813 BLAKE2B f197af8c8db8ec6368597ce185dc48058b8e74e84952c92c549617fb48e261fc909f569e9a4f1b7bfc591123960ed38f07e2b36dac130e7c76061993d5d07e09 SHA512 290bbe4aafa9f720ebcfda7a346750fa20c5adb077e10374f9c7cebf5acb2a279f864ad1a51cf8a1a75a7d371844f8a48b62d7ac69761870c1ea1b7db0199c12 DIST metapackages-1.3.1.tar.gz 1813 BLAKE2B 5b96d5c6fb8094a42b1c9926646b1a335525080f7f57899271063cb8561dd744f8131e40716d9aa5cd29d7205bb76f8f18b48a42ef764d863bb13ad274f46d14 SHA512 4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1 diff --git a/ros-meta/perception/perception-1.2.0.ebuild b/ros-meta/perception/perception-1.2.0.ebuild deleted file mode 100644 index 79094bdc2634..000000000000 --- a/ros-meta/perception/perception-1.2.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/metapackages" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Metapackage for ROS perception stack" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - ros-meta/ros_base - ros-meta/image_common - ros-meta/image_pipeline - ros-meta/image_transport_plugins - ros-meta/laser_pipeline - ros-meta/perception_pcl - ros-meta/vision_opencv -" -DEPEND="${RDEPEND}" diff --git a/ros-meta/perception/perception-1.3.0.ebuild b/ros-meta/perception/perception-1.3.0.ebuild deleted file mode 100644 index 79094bdc2634..000000000000 --- a/ros-meta/perception/perception-1.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/metapackages" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Metapackage for ROS perception stack" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - ros-meta/ros_base - ros-meta/image_common - ros-meta/image_pipeline - ros-meta/image_transport_plugins - ros-meta/laser_pipeline - ros-meta/perception_pcl - ros-meta/vision_opencv -" -DEPEND="${RDEPEND}" |