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/roscreate/
Date: Fri, 07 Aug 2020 15:33:09
Message-Id: 1596814366.638dcd1d9b66b8995dc7843fbf5ba66c6ba407a3.aballier@gentoo
1 commit: 638dcd1d9b66b8995dc7843fbf5ba66c6ba407a3
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 14:46:08 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 15:32:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638dcd1d
7
8 dev-ros/roscreate: Remove old
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/roscreate/Manifest | 1 -
14 dev-ros/roscreate/roscreate-1.15.5.ebuild | 22 ----------------------
15 2 files changed, 23 deletions(-)
16
17 diff --git a/dev-ros/roscreate/Manifest b/dev-ros/roscreate/Manifest
18 index dfc124affc6..5e99ca56e73 100644
19 --- a/dev-ros/roscreate/Manifest
20 +++ b/dev-ros/roscreate/Manifest
21 @@ -1,2 +1 @@
22 -DIST ros-1.15.5.tar.gz 178252 BLAKE2B 2e96f550ee6d9e049db4a69464db0bf948f2baf8ea50b2105ac19dcd758e4fc57cb011529e28cd9058ccb4adcbcf087e6295f35e6f9c511f5f33c3ddbe27c2db SHA512 d526e267faf231c0c9153614a24f05294b648595bda6d99ea937ca3cca70b2784b26c3c62f9b4830322adbd17d8e151be314c7301b753450450c5c38527d48d3
23 DIST ros-1.15.6.tar.gz 178270 BLAKE2B dccadd6c3b59b54d732d94a173c40e940f2e7effad5bc8f835bbf56f2b7f3d6b7a80183d1e4826edd566697ffc22ae77b5b75d792493220c0fc04603b3c33f85 SHA512 740727c68113d7a84583a85f4fc3f575aea05067d1aa3b96d5636d3454dba09a4730413c92f49cb7800f26bae15ab02496bd5f91f964b28511e8b8cd3cb116a6
24
25 diff --git a/dev-ros/roscreate/roscreate-1.15.5.ebuild b/dev-ros/roscreate/roscreate-1.15.5.ebuild
26 deleted file mode 100644
27 index 34cd94cd1e6..00000000000
28 --- a/dev-ros/roscreate/roscreate-1.15.5.ebuild
29 +++ /dev/null
30 @@ -1,22 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -ROS_REPO_URI="https://github.com/ros/ros"
37 -KEYWORDS="~amd64 ~arm"
38 -ROS_SUBDIR=tools/${PN}
39 -
40 -inherit ros-catkin
41 -
42 -DESCRIPTION="Tool that assists in the creation of ROS filesystem resources"
43 -LICENSE="BSD"
44 -SLOT="0"
45 -IUSE=""
46 -
47 -RDEPEND="
48 - $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]")
49 - dev-ros/roslib[${PYTHON_SINGLE_USEDEP}]"
50 -DEPEND="${RDEPEND}
51 - test? ( $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") )
52 -"