diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 17:30:33 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 20:10:16 +0100 |
commit | 7da4775d3aa3a20f6a932c4a19e00d3d2bfb2a0f (patch) | |
tree | eba3734022757075af927d70147b0b9a90710ad1 /dev-ros/actionlib | |
parent | dev-ros/controller_manager: add missing := dep on tinyxml2 (diff) | |
download | gentoo-7da4775d3aa3a20f6a932c4a19e00d3d2bfb2a0f.tar.gz gentoo-7da4775d3aa3a20f6a932c4a19e00d3d2bfb2a0f.tar.bz2 gentoo-7da4775d3aa3a20f6a932c4a19e00d3d2bfb2a0f.zip |
dev-ros/actionlib: Remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ros/actionlib')
-rw-r--r-- | dev-ros/actionlib/Manifest | 2 | ||||
-rw-r--r-- | dev-ros/actionlib/actionlib-1.11.10.ebuild | 28 | ||||
-rw-r--r-- | dev-ros/actionlib/actionlib-1.11.9.ebuild | 24 |
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest index adda7ac09e05..633a29423d83 100644 --- a/dev-ros/actionlib/Manifest +++ b/dev-ros/actionlib/Manifest @@ -1,3 +1 @@ -DIST actionlib-1.11.10.tar.gz 98375 BLAKE2B 30c84863fdb29374b732434b6f412b09af5acc2c06868f7c82600122e8ef277e2a7283108d83f2a04251d35544c039e9b7f8c33050c12f7874bfe4b606e0550f SHA512 afb28c568910a2786ea3e97c89ee6b02b4c33335b05f466219bc17cd5bd8e021de3bbbd3ae0cef0b46915442549dba84e9a655169e9c95e1ae62071d015e00e3 DIST actionlib-1.11.11.tar.gz 98427 BLAKE2B 2ec632d8266557c1c74d3b2de672728f53e0bac10bc0d0346d255d78ac59d39ac1d3cc2af157d67d5988a95f52f51dc57f3a0d5ccacca209b5a09ad44fee8f1c SHA512 a2a02abfb3e192082143d83ceab6a612f501bbd1ec38d108e3a841afb331d1a98e8a602fac7d627a62c336a52ffe70331d2001394b134511c89349567b49d83d -DIST actionlib-1.11.9.tar.gz 98000 BLAKE2B 9bee22e45d23dd680064df2d17b0e0f0ed04bb185617be371685b3dd03dd05951be69dbfee79fe40421b60bf3026bda59017b0f14a32bb5b6f325ce65c222847 SHA512 a331f10aeeaf33b5074c637866157a317af0a8bf4ff17960cc5dc6e12970ab59cdf9bc032d3aea2704b00ee0d3404572f83ddbfc9d68cf41430300ed885af60b diff --git a/dev-ros/actionlib/actionlib-1.11.10.ebuild b/dev-ros/actionlib/actionlib-1.11.10.ebuild deleted file mode 100644 index cb76b829848c..000000000000 --- a/dev-ros/actionlib/actionlib-1.11.10.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -CATKIN_HAS_MESSAGES=yes -ROS_REPO_URI="https://github.com/ros/actionlib" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs" - -inherit ros-catkin - -DESCRIPTION="Provides a standardized interface for interfacing with preemptable tasks" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="dev-libs/boost:=[threads] - dev-ros/roscpp - dev-ros/rospy[${PYTHON_USEDEP}] - " -DEPEND="${RDEPEND} - dev-ros/rosunit[${PYTHON_USEDEP}] - test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" -RDEPEND="${RDEPEND} - dev-ros/roslib[${PYTHON_USEDEP}] - dev-ros/rostopic[${PYTHON_USEDEP}] -" diff --git a/dev-ros/actionlib/actionlib-1.11.9.ebuild b/dev-ros/actionlib/actionlib-1.11.9.ebuild deleted file mode 100644 index 037b0253aa2d..000000000000 --- a/dev-ros/actionlib/actionlib-1.11.9.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -CATKIN_HAS_MESSAGES=yes -ROS_REPO_URI="https://github.com/ros/actionlib" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs" - -inherit ros-catkin - -DESCRIPTION="Provides a standardized interface for interfacing with preemptable tasks" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="dev-libs/boost:=[threads] - dev-ros/roscpp - dev-ros/rospy[${PYTHON_USEDEP}] - " -DEPEND="${RDEPEND} - dev-ros/rosunit[${PYTHON_USEDEP}] - test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" |