diff options
author | 2020-07-16 18:01:54 +0200 | |
---|---|---|
committer | 2020-07-16 18:30:53 +0200 | |
commit | de999685d7d01570b1fcbc839aac09321a1316a5 (patch) | |
tree | 1470dbd6f27433149ba6b70fbd7b82c40eccb026 /dev-ros/kdl_parser_py | |
parent | dev-ros/kdl_parser_py: bump to 1.14.0 (diff) | |
download | gentoo-de999685d7d01570b1fcbc839aac09321a1316a5.tar.gz gentoo-de999685d7d01570b1fcbc839aac09321a1316a5.tar.bz2 gentoo-de999685d7d01570b1fcbc839aac09321a1316a5.zip |
dev-ros/kdl_parser_py: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/kdl_parser_py')
-rw-r--r-- | dev-ros/kdl_parser_py/Manifest | 3 | ||||
-rw-r--r-- | dev-ros/kdl_parser_py/kdl_parser_py-1.12.10.ebuild | 21 | ||||
-rw-r--r-- | dev-ros/kdl_parser_py/kdl_parser_py-1.13.0.ebuild | 21 | ||||
-rw-r--r-- | dev-ros/kdl_parser_py/kdl_parser_py-1.13.1.ebuild | 21 |
4 files changed, 0 insertions, 66 deletions
diff --git a/dev-ros/kdl_parser_py/Manifest b/dev-ros/kdl_parser_py/Manifest index 5028786d4f24..0d6b219075f6 100644 --- a/dev-ros/kdl_parser_py/Manifest +++ b/dev-ros/kdl_parser_py/Manifest @@ -1,4 +1 @@ -DIST kdl_parser-1.12.10.tar.gz 950156 BLAKE2B 5e125c236888459e7ea4cdb6a556961e4f9008a99b9f76ec9cd243bdcc85994d07dc8d2a004b101bdab99f4b62e5a004793956d44edd5f8a2cd2fdfbbd56dc4a SHA512 a0d8046c65cc575cbf6ca5ab926997a4faae2f5fc0ecb7c8ab16c8145b655a1d2b516bfb6b834740fff758f76e2afc0d2aa1b3f612f7345d84a8e87cd5693ddb -DIST kdl_parser-1.13.0.tar.gz 950647 BLAKE2B 7a87cc5f4b2c1bd870bee1b19a7be55e52c4d7c7ca44d1e3f3ef68419f7f775fef0fbec0a19651d37c479af6f8b41b085e86a9666211a7e030442854adbec7fd SHA512 f9b962ecc6e0f3c408619bc9c57f278a2e95228e735f452b9a45ce970752f6df37cbb5f331914412f04ebf31cf2862a056893d302fc2dad8af31cf538d717a9a -DIST kdl_parser-1.13.1.tar.gz 29933 BLAKE2B 3668b95df9d7bd06dc4d95098828d1d84f740f8e16e69f09bc09fb245ccd03c4ccf0e73e23860f19fc8949ced94415f7fb9effa3bc7215c7146c3ebcccbfcb4a SHA512 007d46978fd21608ced51d0261069d496e6ea64bf11960e46abf5da5b9a968d5ccbbafd6620044f98e441ff44c2b943f9ba5b9ee060243d80a975c140e6e36fb DIST kdl_parser-1.14.0.tar.gz 31861 BLAKE2B dc4ad1ebafd4435156e39f38cec0b8b0dc4368195ff0b17009577511645ea6f1eae01edaeaba49bf50da3ca498a992b7e5d5f804ad9ccc020f398fe85bd26da8 SHA512 9661c4b4d1d3839d64c7b5579a751f6d02bbfe07c562f2b63919563470b255a6934ef57ed240105238bd8034388d910c2933f359d68b988d3106fc182b7c2600 diff --git a/dev-ros/kdl_parser_py/kdl_parser_py-1.12.10.ebuild b/dev-ros/kdl_parser_py/kdl_parser_py-1.12.10.ebuild deleted file mode 100644 index 94dd3f304a65..000000000000 --- a/dev-ros/kdl_parser_py/kdl_parser_py-1.12.10.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros/kdl_parser" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="Python tools to construct a KDL tree from an XML robot representation in URDF" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/urdf[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" diff --git a/dev-ros/kdl_parser_py/kdl_parser_py-1.13.0.ebuild b/dev-ros/kdl_parser_py/kdl_parser_py-1.13.0.ebuild deleted file mode 100644 index def1545942d3..000000000000 --- a/dev-ros/kdl_parser_py/kdl_parser_py-1.13.0.ebuild +++ /dev/null @@ -1,21 +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/kdl_parser" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="Python tools to construct a KDL tree from an XML robot representation in URDF" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - >=dev-ros/urdf-1.13[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" diff --git a/dev-ros/kdl_parser_py/kdl_parser_py-1.13.1.ebuild b/dev-ros/kdl_parser_py/kdl_parser_py-1.13.1.ebuild deleted file mode 100644 index def1545942d3..000000000000 --- a/dev-ros/kdl_parser_py/kdl_parser_py-1.13.1.ebuild +++ /dev/null @@ -1,21 +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/kdl_parser" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="Python tools to construct a KDL tree from an XML robot representation in URDF" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - >=dev-ros/urdf-1.13[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" |