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/angles/
Date: Mon, 01 Aug 2016 14:42:18
Message-Id: 1470062516.75e32fade67e6f4f1b22b573477542e3597192cd.aballier@gentoo
1 commit: 75e32fade67e6f4f1b22b573477542e3597192cd
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 1 14:41:56 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 14:41:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e32fad
7
8 dev-ros/angles: Set ROS_SUBDIR to avoid automatic and useless recursion.
9
10 Might help in bug #589972
11
12 Package-Manager: portage-2.3.0
13
14 dev-ros/angles/angles-1.9.10.ebuild | 3 ++-
15 dev-ros/angles/angles-9999.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-ros/angles/angles-1.9.10.ebuild b/dev-ros/angles/angles-1.9.10.ebuild
19 index 59abc35..63761f4 100644
20 --- a/dev-ros/angles/angles-1.9.10.ebuild
21 +++ b/dev-ros/angles/angles-1.9.10.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -6,6 +6,7 @@ EAPI=5
29
30 ROS_REPO_URI="https://github.com/ros/angles"
31 KEYWORDS="~amd64 ~arm"
32 +ROS_SUBDIR=${PN}
33
34 inherit ros-catkin
35
36
37 diff --git a/dev-ros/angles/angles-9999.ebuild b/dev-ros/angles/angles-9999.ebuild
38 index 59abc35..63761f4 100644
39 --- a/dev-ros/angles/angles-9999.ebuild
40 +++ b/dev-ros/angles/angles-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2014 Gentoo Foundation
43 +# Copyright 1999-2016 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Id$
46
47 @@ -6,6 +6,7 @@ EAPI=5
48
49 ROS_REPO_URI="https://github.com/ros/angles"
50 KEYWORDS="~amd64 ~arm"
51 +ROS_SUBDIR=${PN}
52
53 inherit ros-catkin