From 13a0bbf09367d8dda1ebbb70c09f4bedfb3f8d96 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 9 Feb 2017 17:26:30 +0100 Subject: dev-ros/rosmaster: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-ros/rosmaster/Manifest | 4 ---- dev-ros/rosmaster/rosmaster-1.12.1.ebuild | 24 ------------------------ dev-ros/rosmaster/rosmaster-1.12.2.ebuild | 24 ------------------------ dev-ros/rosmaster/rosmaster-1.12.4.ebuild | 24 ------------------------ dev-ros/rosmaster/rosmaster-1.12.5.ebuild | 24 ------------------------ 5 files changed, 100 deletions(-) delete mode 100644 dev-ros/rosmaster/rosmaster-1.12.1.ebuild delete mode 100644 dev-ros/rosmaster/rosmaster-1.12.2.ebuild delete mode 100644 dev-ros/rosmaster/rosmaster-1.12.4.ebuild delete mode 100644 dev-ros/rosmaster/rosmaster-1.12.5.ebuild diff --git a/dev-ros/rosmaster/Manifest b/dev-ros/rosmaster/Manifest index 644b2a33a323..e92826da59ec 100644 --- a/dev-ros/rosmaster/Manifest +++ b/dev-ros/rosmaster/Manifest @@ -1,5 +1 @@ -DIST ros_comm-1.12.1.tar.gz 954159 SHA256 cc9fddd81b01808f8b95505b3bb16cd2e212de41212dac84c3a2f8f0e648c374 SHA512 1ba58f5a512e3c7b9be6896254abca735d8a887259fd350110666208b673fad4d2a723b79ed5909868fb8d99430ab4af42e946ca4d4f0b681afd072617376c38 WHIRLPOOL 19aaa77e9b549b8488bdb684ce189b0ab7ca346792f5e65e7f458244d1cbf90ec39fc769754090127eb6718f967f5f13ca0d461413aee3b605c9b7df088ae6d2 -DIST ros_comm-1.12.2.tar.gz 956358 SHA256 693f5ed4fbaf537f104f7d279e267af5046b017126e6e2dd3ecb999192af80a7 SHA512 37489f4378386318284295f9ada52c04268ae1879b0c9f0ac5401efa0cb14e4f430aa205d7a3f0975626de8a7441d24f68c981c21693a493f8fd71d75bfe09e6 WHIRLPOOL eec6b6954617b85146f5b2dd6ba60e8df13c5843f3ef34615a96324fdc4f13e181551cde10af69a7a45d81e68e73f3cc9c72a6ffac323d8c36153af789652b5d -DIST ros_comm-1.12.4.tar.gz 966122 SHA256 b166141f7243d81abf1692a08d7f28a061cb9b74692b93eb0282ade45ed02717 SHA512 0f8f8b4c21e5cba1a2d86f829839242eb5db53eb41631d2a4a1ce6a95231f5c3e06bc0c6a375821228febd55af13ee7e9dc13165b350f2ba81b631cc25043f42 WHIRLPOOL 1a6f4570b1d96a94f9d01edabe6a1cc00ce7b83e6bce662e1ff13774c872e3d2755b544fa612f5347d065c2d199eb8ff818001b3c507de60dbd4099f430ed747 -DIST ros_comm-1.12.5.tar.gz 966478 SHA256 a53039f5106133b67689ba579e29c9045e3b1468713019cf72b848ce979b6964 SHA512 0d97eac0b0cf200a1e217597176d55c82249e2e7b9f3c4706dce84068a65c6642e099fb16c69d33b62d6c780d2c2775b7330fb497bc936f9d4bc73a2b5ba12ca WHIRLPOOL 3f1c8239ef146a0915b8f2c183c68eda094f480fa099846c6b152325bd1e8574114ecbb4a5bcd609bf1323f29767dc8110e175c79b07183cc8ff9e51f9a62b19 DIST ros_comm-1.12.6.tar.gz 967763 SHA256 8585d952b1168d2011949b38c68160180b1f3ee1648a506bcb5989f9807335ca SHA512 1987c6362ae0c7c019a226223c73a7aefdc14a3fc66469ab6cdf9c41e9efdf4d7b7d4932af2a52f2082d716342a307b2e415c0ab45f77dfd9a7c1e4274deab5c WHIRLPOOL a719bb81da6b1b7e2f253d3bf6c8db8339333b4fa7f89a18d0fa734e9ff1700e1dac7b537f154015b4ada7455a6673c1715a89e2fdd3da9bbbb70081fc2943cd diff --git a/dev-ros/rosmaster/rosmaster-1.12.1.ebuild b/dev-ros/rosmaster/rosmaster-1.12.1.ebuild deleted file mode 100644 index 5a7dafdd271c..000000000000 --- a/dev-ros/rosmaster/rosmaster-1.12.1.ebuild +++ /dev/null @@ -1,24 +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/ros_comm" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4} ) -ROS_SUBDIR=tools/${PN} - -inherit ros-catkin - -DESCRIPTION="ROS Master implementation" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rosgraph[${PYTHON_USEDEP}] - dev-python/defusedxml[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" diff --git a/dev-ros/rosmaster/rosmaster-1.12.2.ebuild b/dev-ros/rosmaster/rosmaster-1.12.2.ebuild deleted file mode 100644 index 2a426e0e7e5e..000000000000 --- a/dev-ros/rosmaster/rosmaster-1.12.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/ros_comm" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4} ) -ROS_SUBDIR=tools/${PN} - -inherit ros-catkin - -DESCRIPTION="ROS Master implementation" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rosgraph[${PYTHON_USEDEP}] - dev-python/defusedxml[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" diff --git a/dev-ros/rosmaster/rosmaster-1.12.4.ebuild b/dev-ros/rosmaster/rosmaster-1.12.4.ebuild deleted file mode 100644 index 2a426e0e7e5e..000000000000 --- a/dev-ros/rosmaster/rosmaster-1.12.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/ros_comm" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4} ) -ROS_SUBDIR=tools/${PN} - -inherit ros-catkin - -DESCRIPTION="ROS Master implementation" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rosgraph[${PYTHON_USEDEP}] - dev-python/defusedxml[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" diff --git a/dev-ros/rosmaster/rosmaster-1.12.5.ebuild b/dev-ros/rosmaster/rosmaster-1.12.5.ebuild deleted file mode 100644 index 2a426e0e7e5e..000000000000 --- a/dev-ros/rosmaster/rosmaster-1.12.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/ros_comm" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4} ) -ROS_SUBDIR=tools/${PN} - -inherit ros-catkin - -DESCRIPTION="ROS Master implementation" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rosgraph[${PYTHON_USEDEP}] - dev-python/defusedxml[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" -- cgit v1.2.3-65-gdbad