diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 17:59:43 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 18:35:00 +0200 |
commit | 39ce43217184abeb2a657420d1d396f5e7b0f94a (patch) | |
tree | 8cce602adb2ee928b8bf3aa49190b1b6ba239dff /dev-ros/xacro | |
parent | dev-ros/xacro: bump to 1.14.1 (diff) | |
download | gentoo-39ce43217184abeb2a657420d1d396f5e7b0f94a.tar.gz gentoo-39ce43217184abeb2a657420d1d396f5e7b0f94a.tar.bz2 gentoo-39ce43217184abeb2a657420d1d396f5e7b0f94a.zip |
dev-ros/xacro: Remove old
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/xacro')
-rw-r--r-- | dev-ros/xacro/Manifest | 2 | ||||
-rw-r--r-- | dev-ros/xacro/xacro-1.13.2.ebuild | 22 | ||||
-rw-r--r-- | dev-ros/xacro/xacro-1.13.3.ebuild | 22 |
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest index 09039cb1205d..87b6a6cf4910 100644 --- a/dev-ros/xacro/Manifest +++ b/dev-ros/xacro/Manifest @@ -1,3 +1 @@ -DIST xacro-1.13.2.tar.gz 81163 BLAKE2B 3c4319ee0b0ad14f6310d8ce9ead7cf18c71285b5c601282b9951173eb2d7bbf0e9752d813b478bd340de29bacfd25e57166c018d7dd703377198773c3326203 SHA512 10a8498c48aa52b4b4930e2b59a3ad8be32b1b974ca5cb1c56f06ce5cb7866473a7f3d29cf37ffc0681c54f4377edcab327a302225429d32eb3cd26bdd322198 -DIST xacro-1.13.3.tar.gz 81173 BLAKE2B 19cbc50a9d57d41c1189e52c24dbc8bbf89b66a910ea646be44b6394c93961c87f0c697da1a1edd715809adf58db27a7e7b74101e005514844388cb57cb9920a SHA512 8ca12483d55d338289f42bfbaefcca8f4f95da3b884e29532c8a32f3d43f98d78150e4cc2683e6bd976d38d22ff37ffccdba0790b5a74b846a9068a7254bcc02 DIST xacro-1.14.1.tar.gz 80879 BLAKE2B 6ce62c42e194d41bc2c0af322497f2ade2d4ac9e788cd15f3b7b6c976abae575b3bbb1224085d4e2d68cd10d3fbb665b9b333f91a38bdefe4a22f71d9270f005 SHA512 fb2272a4c4da47dcee26860ec94a5b4921401c6a4f0544181c7a9ae188c0cf6bb8ee2c0c0eb6e7fabd3f323c10d391dbafcc2b118384a32ecd18da6c8075ae10 diff --git a/dev-ros/xacro/xacro-1.13.2.ebuild b/dev-ros/xacro/xacro-1.13.2.ebuild deleted file mode 100644 index a7b93c3df7f6..000000000000 --- a/dev-ros/xacro/xacro-1.13.2.ebuild +++ /dev/null @@ -1,22 +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/xacro" -KEYWORDS="~amd64" -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="XML macro language" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] ) -" -RDEPEND="${RDEPEND} - dev-ros/roslaunch[${PYTHON_USEDEP}]" diff --git a/dev-ros/xacro/xacro-1.13.3.ebuild b/dev-ros/xacro/xacro-1.13.3.ebuild deleted file mode 100644 index f3ebf72d0a8a..000000000000 --- a/dev-ros/xacro/xacro-1.13.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/xacro" -KEYWORDS="~amd64" -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="XML macro language" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] ) -" -RDEPEND="${RDEPEND} - dev-ros/roslaunch[${PYTHON_USEDEP}]" |