Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/class_loader/
Date: Thu, 30 Jun 2016 08:30:25
Message-Id: 1467275391.5d123c78975fb4843f6a06fac65fe46163e5a614.aballier@gentoo
1 commit: 5d123c78975fb4843f6a06fac65fe46163e5a614
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 08:09:01 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 08:29:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d123c78
7
8 dev-ros/class_loader: remove old
9
10 Package-Manager: portage-2.3.0
11
12 dev-ros/class_loader/Manifest | 1 -
13 dev-ros/class_loader/class_loader-0.3.2.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/dev-ros/class_loader/Manifest b/dev-ros/class_loader/Manifest
17 index 74e652b..56777c2 100644
18 --- a/dev-ros/class_loader/Manifest
19 +++ b/dev-ros/class_loader/Manifest
20 @@ -1,2 +1 @@
21 -DIST class_loader-0.3.2.tar.gz 27250 SHA256 07668912491eb4ffc6bd97c330cc4d099b1fa46e286e3689b4edaec207932daf SHA512 82eb9bcc0a41f47dc07a4e8e66524c1417820a447b60f0cf49acfac2065ec5a75d5e492277e889b8f14e88c2b28a608d97d9d17cc24c2d34862938afb19267d4 WHIRLPOOL a6e1868a69171146f2cd1bdae4a6f3cf3ce607b3c80f327a70a0a0aa25687b41d4a57b15e1fc9cf82cb0fcf3b0ae1688b599e26a518922af9c777620fce90a02
22 DIST class_loader-0.3.3.tar.gz 27821 SHA256 b39fc7ad4da4d092411bb82b5008d9ae480ab7dddd998253c4edb1f6efb48579 SHA512 d138a557f8d63f238016cebb46fc955e43028a8b4e845169fc149ac36f87b4cf6c9b40629e4ac97a672464dd176c3d04a65cc1129e638f822597a0feb977e3f6 WHIRLPOOL 77c41fa788a00d31166ee7bc1c0a10045a2de8c93b8dc7a670e75b487dd982067e6f0185265074929374bfc13018d051c30081c828c526d38e6acc862225e2ec
23
24 diff --git a/dev-ros/class_loader/class_loader-0.3.2.ebuild b/dev-ros/class_loader/class_loader-0.3.2.ebuild
25 deleted file mode 100644
26 index d36e7c2..0000000
27 --- a/dev-ros/class_loader/class_loader-0.3.2.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -ROS_REPO_URI="https://github.com/ros/class_loader"
37 -KEYWORDS="~amd64 ~arm"
38 -
39 -inherit ros-catkin
40 -
41 -DESCRIPTION="ROS-independent package for loading plugins"
42 -LICENSE="BSD"
43 -SLOT="0"
44 -IUSE=""
45 -
46 -RDEPEND="dev-libs/poco
47 - dev-libs/boost:=[threads]
48 - dev-ros/cmake_modules
49 - dev-libs/console_bridge"
50 -DEPEND="${RDEPEND}"