From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A825A1382DE for ; Thu, 30 Jun 2016 08:30:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F11914145; Thu, 30 Jun 2016 08:30:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06F4514011 for ; Thu, 30 Jun 2016 08:30:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2374D340C44 for ; Thu, 30 Jun 2016 08:30:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46DBC2441 for ; Thu, 30 Jun 2016 08:30:01 +0000 (UTC) From: "Alexis Ballier" 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" Message-ID: <1467275391.5d123c78975fb4843f6a06fac65fe46163e5a614.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.3.2.ebuild X-VCS-Directories: dev-ros/class_loader/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5d123c78975fb4843f6a06fac65fe46163e5a614 X-VCS-Branch: master Date: Thu, 30 Jun 2016 08:30:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 40cf0151-c319-4816-9581-e33e4f23db03 X-Archives-Hash: 402fc32832ea307f1dfd628e1f39bfc7 commit: 5d123c78975fb4843f6a06fac65fe46163e5a614 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jun 30 08:09:01 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jun 30 08:29:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d123c78 dev-ros/class_loader: remove old Package-Manager: portage-2.3.0 dev-ros/class_loader/Manifest | 1 - dev-ros/class_loader/class_loader-0.3.2.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-ros/class_loader/Manifest b/dev-ros/class_loader/Manifest index 74e652b..56777c2 100644 --- a/dev-ros/class_loader/Manifest +++ b/dev-ros/class_loader/Manifest @@ -1,2 +1 @@ -DIST class_loader-0.3.2.tar.gz 27250 SHA256 07668912491eb4ffc6bd97c330cc4d099b1fa46e286e3689b4edaec207932daf SHA512 82eb9bcc0a41f47dc07a4e8e66524c1417820a447b60f0cf49acfac2065ec5a75d5e492277e889b8f14e88c2b28a608d97d9d17cc24c2d34862938afb19267d4 WHIRLPOOL a6e1868a69171146f2cd1bdae4a6f3cf3ce607b3c80f327a70a0a0aa25687b41d4a57b15e1fc9cf82cb0fcf3b0ae1688b599e26a518922af9c777620fce90a02 DIST class_loader-0.3.3.tar.gz 27821 SHA256 b39fc7ad4da4d092411bb82b5008d9ae480ab7dddd998253c4edb1f6efb48579 SHA512 d138a557f8d63f238016cebb46fc955e43028a8b4e845169fc149ac36f87b4cf6c9b40629e4ac97a672464dd176c3d04a65cc1129e638f822597a0feb977e3f6 WHIRLPOOL 77c41fa788a00d31166ee7bc1c0a10045a2de8c93b8dc7a670e75b487dd982067e6f0185265074929374bfc13018d051c30081c828c526d38e6acc862225e2ec diff --git a/dev-ros/class_loader/class_loader-0.3.2.ebuild b/dev-ros/class_loader/class_loader-0.3.2.ebuild deleted file mode 100644 index d36e7c2..0000000 --- a/dev-ros/class_loader/class_loader-0.3.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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" -IUSE="" - -RDEPEND="dev-libs/poco - dev-libs/boost:=[threads] - dev-ros/cmake_modules - dev-libs/console_bridge" -DEPEND="${RDEPEND}"