commit: abe6e914dbf6b196dbeae0842cbc4fd96f41ddb5 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Thu Jul 16 17:22:51 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Thu Jul 16 17:34:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe6e914
dev-ros/class_loader: Remove old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> dev-ros/class_loader/Manifest | 1 - dev-ros/class_loader/class_loader-0.4.1-r1.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-ros/class_loader/Manifest b/dev-ros/class_loader/Manifest index a055cecac66..ef5df7aab96 100644 --- a/dev-ros/class_loader/Manifest +++ b/dev-ros/class_loader/Manifest @@ -1,2 +1 @@ -DIST class_loader-0.4.1.tar.gz 33110 BLAKE2B 61a93af542124799ddc7341bdd330ca8cd13046fc6a0ce765818bfce09def49b93c351180278c80c32e9449ce46b520ab91153bb4d9630e809623106efdc1f76 SHA512 954ad1e76a8b2b679d4cdd46e4c29471dbdaae18be580bd5babe576c89265c473fb218253338667d51f68bf26780a48d934e476a30983cb986bec4ffadec28d1 DIST class_loader-0.5.0.tar.gz 34165 BLAKE2B 117b93bf263ac616947386a43413682cd4bf1eb4e0150673fa8803ba2af17df3f5137d38f26774a51f1974bd12237f35c36d5824c0ddbe66062a608a0518dc08 SHA512 94070562f164c4532e0da5df245125eae8af0f1d33574f7692a608f3a7bcf5cbac147828600c51457f4f3585b723dd86c8c5cbeea22764c75e6f670383be5308 diff --git a/dev-ros/class_loader/class_loader-0.4.1-r1.ebuild b/dev-ros/class_loader/class_loader-0.4.1-r1.ebuild deleted file mode 100644 index 16fdc81a521..00000000000 --- a/dev-ros/class_loader/class_loader-0.4.1-r1.ebuild +++ /dev/null @@ -1,20 +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/class_loader" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="ROS-independent package for loading plugins" -LICENSE="BSD" -SLOT="0/melodic2" -IUSE="" - -RDEPEND="dev-libs/poco - dev-libs/boost:=[threads] - dev-ros/cmake_modules - dev-libs/console_bridge:=" -DEPEND="${RDEPEND}"