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/pr2_description/
Date: Fri, 07 Jul 2017 18:11:26
Message-Id: 1499451072.3b29be7e0a01fc59f99092365544fe1f59fea547.aballier@gentoo
1 commit: 3b29be7e0a01fc59f99092365544fe1f59fea547
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 18:11:12 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 18:11:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b29be7e
7
8 dev-ros/pr2_description: Remove old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ros/pr2_description/Manifest | 1 -
13 .../pr2_description/pr2_description-1.11.14.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/dev-ros/pr2_description/Manifest b/dev-ros/pr2_description/Manifest
17 index f333d4b517c..c834bf374a4 100644
18 --- a/dev-ros/pr2_description/Manifest
19 +++ b/dev-ros/pr2_description/Manifest
20 @@ -1,2 +1 @@
21 -DIST pr2_common-1.11.14.tar.gz 33598683 SHA256 16f620a0b1fcf99f061a7a5fc292b5433f7ed8b96588da4dc85dc652ceb21d54 SHA512 c34a82f72aa0c64c7c2abe36af5ec02c73e4bff161e105d3f8cfd65a460688b4fbd3e4529109546bf525c4703706054f522f74a9c9b352939c5582f064bbf2bf WHIRLPOOL 2fd52d4abd20c28c6c387e32bff80b90c423e6722f2a1410fa5cd429cadaa69cbbe03deedce361a199480553aa856fa87c5252dd3a2d1b784c5135a01e3a8a55
22 DIST pr2_common-1.12.0.tar.gz 33598910 SHA256 edb51715498d51c6217e1eda05a9aae575fdf1f86fcb5ea07af913ec976ef3ff SHA512 da933ff9521a9337198a890e0ba10281510b861b4bff3023e7d251251f7ef7f8579f86b2992238975329c5c63ecdf00b17e895f1e0dec4e180336860fdd0c921 WHIRLPOOL e5f8184d126a10c8c68349604346f25b5a4a4a622e27204fe135ec6aaf751ff4bc15d5865a34e74857b25cddae25ae91d4882e1dba2d9c72078a4950a0a036db
23
24 diff --git a/dev-ros/pr2_description/pr2_description-1.11.14.ebuild b/dev-ros/pr2_description/pr2_description-1.11.14.ebuild
25 deleted file mode 100644
26 index 75466430c05..00000000000
27 --- a/dev-ros/pr2_description/pr2_description-1.11.14.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 -
33 -EAPI=5
34 -ROS_REPO_URI="https://github.com/pr2/pr2_common"
35 -KEYWORDS="~amd64"
36 -ROS_SUBDIR=${PN}
37 -PYTHON_COMPAT=( python2_7 )
38 -
39 -inherit ros-catkin
40 -
41 -DESCRIPTION="Description (mechanical, kinematic, visual, etc.) of the PR2 robot"
42 -LICENSE="BSD"
43 -SLOT="0"
44 -IUSE=""
45 -
46 -RDEPEND="dev-ros/xacro[${PYTHON_USEDEP}]"
47 -DEPEND="${RDEPEND}
48 - dev-ros/convex_decomposition
49 - dev-ros/ivcon
50 - test? ( dev-libs/urdfdom dev-cpp/gtest )"