From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1026743-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4944B138330 for <garchives@archives.gentoo.org>; Mon, 28 May 2018 11:37:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BE32E0841; Mon, 28 May 2018 11:37:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E02AE0823 for <gentoo-commits@lists.gentoo.org>; Mon, 28 May 2018 11:37:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 318DA335C57 for <gentoo-commits@lists.gentoo.org>; Mon, 28 May 2018 11:37:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 232BE2A8 for <gentoo-commits@lists.gentoo.org>; Mon, 28 May 2018 11:37:46 +0000 (UTC) From: "Alexis Ballier" <aballier@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" <aballier@gentoo.org> Message-ID: <1527507461.b45e7af6bbac74cf118befee42e31323afbe33f8.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/class_loader/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/class_loader/Manifest dev-ros/class_loader/class_loader-0.4.0.ebuild X-VCS-Directories: dev-ros/class_loader/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b45e7af6bbac74cf118befee42e31323afbe33f8 X-VCS-Branch: master Date: Mon, 28 May 2018 11:37:46 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 18c12d78-6a92-4133-b23b-437f7a2c58ec X-Archives-Hash: 6b1456bcb3d6bc24e83e20661220a3df commit: b45e7af6bbac74cf118befee42e31323afbe33f8 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon May 28 10:23:39 2018 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon May 28 11:37:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45e7af6 dev-ros/class_loader: Remove old Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ros/class_loader/Manifest | 1 - dev-ros/class_loader/class_loader-0.4.0.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-ros/class_loader/Manifest b/dev-ros/class_loader/Manifest index 722692eeca5..2faed696f62 100644 --- a/dev-ros/class_loader/Manifest +++ b/dev-ros/class_loader/Manifest @@ -1,2 +1 @@ -DIST class_loader-0.4.0.tar.gz 32163 BLAKE2B f86e3903628cc797e935bb83b49d3f3baf1330bf6431402e7c4c38be802596a6e26767ea7089fa3f1a833f3e22b49f8a72b24675c2502810efb2a6d9104cb611 SHA512 3d07ba3a85b0c2b2153776ca55fe6b83a14c39fe7f62e4d7e6b66e1000fb0365f967e0a04c0c918ee99d730ea0b4fff6bec63ac00ad04d8c1574008297390346 DIST class_loader-0.4.1.tar.gz 33110 BLAKE2B 61a93af542124799ddc7341bdd330ca8cd13046fc6a0ce765818bfce09def49b93c351180278c80c32e9449ce46b520ab91153bb4d9630e809623106efdc1f76 SHA512 954ad1e76a8b2b679d4cdd46e4c29471dbdaae18be580bd5babe576c89265c473fb218253338667d51f68bf26780a48d934e476a30983cb986bec4ffadec28d1 diff --git a/dev-ros/class_loader/class_loader-0.4.0.ebuild b/dev-ros/class_loader/class_loader-0.4.0.ebuild deleted file mode 100644 index bd6d17ac0ef..00000000000 --- a/dev-ros/class_loader/class_loader-0.4.0.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/melodic" -IUSE="" - -RDEPEND="dev-libs/poco - dev-libs/boost:=[threads] - dev-ros/cmake_modules - dev-libs/console_bridge:=" -DEPEND="${RDEPEND}"