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-python/catkin_pkg/
Date: Mon, 27 Feb 2017 10:49:23
Message-Id: 1488192547.a2eaf680bd08e82e6f1fca28029b4d77a1ddd6ef.aballier@gentoo
1 commit: a2eaf680bd08e82e6f1fca28029b4d77a1ddd6ef
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 10:04:57 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 10:49:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2eaf680
7
8 dev-python/catkin_pkg: Use the github snapshots only and add python 3.6 support.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/catkin_pkg/Manifest | 2 +-
13 dev-python/catkin_pkg/catkin_pkg-0.3.1-r1.ebuild | 7 ++-----
14 dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 7 ++-----
15 3 files changed, 5 insertions(+), 11 deletions(-)
16
17 diff --git a/dev-python/catkin_pkg/Manifest b/dev-python/catkin_pkg/Manifest
18 index 7b35f1e9ed..7a519a840b 100644
19 --- a/dev-python/catkin_pkg/Manifest
20 +++ b/dev-python/catkin_pkg/Manifest
21 @@ -1 +1 @@
22 -DIST catkin_pkg-0.3.1.tar.gz 43710 SHA256 7eab5d82cd946fd070b9d58751c54739eb85c8b23665483b863dbc414f681206 SHA512 f72f96935e7528f5f2f64d20becccfa9e6ca06619d03631741319ed22d2e97a2a8cd9abb47b06e680dd36367919d76ba88efcb64c1bd3c4c49a76af24f571f0d WHIRLPOOL fb7a5972732efa80a33280c569bf13c31d7758c670463646e9b742580860c58e5f70f8238728e2490e5e5fa3c188a4cd2e7f2a385bdf5ced73677e2efda29619
23 +DIST catkin_pkg-0.3.1-gh.tar.gz 46399 SHA256 3bfd1973c04db96f181ba2eb46a5eaf14620bb8db7aebc7ec8f2135c65a9d584 SHA512 be4e825ee45a68de3a3cb8eed337649a2f9b117054e24238cf4909fd11900698bdc59812e02e90c01fb3148d12713751e1afbea24531965eeb3fcbd2c36b014c WHIRLPOOL 433749f306e3b02dc2b87d5930423ed174ea133352caab8bb034295da6b9a9471b4f187d21784aebc130a56a0d4849565c2e0925649858615166bae7e0260249
24
25 diff --git a/dev-python/catkin_pkg/catkin_pkg-0.3.1-r1.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.3.1-r1.ebuild
26 index 61454009e2..57cbb8ced9 100644
27 --- a/dev-python/catkin_pkg/catkin_pkg-0.3.1-r1.ebuild
28 +++ b/dev-python/catkin_pkg/catkin_pkg-0.3.1-r1.ebuild
29 @@ -3,7 +3,7 @@
30 # $Id$
31
32 EAPI=5
33 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
34 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
35
36 SCM=""
37 if [ "${PV#9999}" != "${PV}" ] ; then
38 @@ -19,10 +19,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
39 SRC_URI=""
40 KEYWORDS=""
41 else
42 - SRC_URI="
43 - http://download.ros.org/downloads/${PN}/${P}.tar.gz
44 - https://github.com/ros-infrastructure/catkin_pkg/archive/${PV}.tar.gz -> ${P}.tar.gz
45 - "
46 + SRC_URI="https://github.com/ros-infrastructure/catkin_pkg/archive/${PV}.tar.gz -> ${P}-gh.tar.gz"
47 KEYWORDS="~amd64 ~arm"
48 fi
49
50
51 diff --git a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
52 index 61454009e2..57cbb8ced9 100644
53 --- a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
54 +++ b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
55 @@ -3,7 +3,7 @@
56 # $Id$
57
58 EAPI=5
59 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
60 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
61
62 SCM=""
63 if [ "${PV#9999}" != "${PV}" ] ; then
64 @@ -19,10 +19,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
65 SRC_URI=""
66 KEYWORDS=""
67 else
68 - SRC_URI="
69 - http://download.ros.org/downloads/${PN}/${P}.tar.gz
70 - https://github.com/ros-infrastructure/catkin_pkg/archive/${PV}.tar.gz -> ${P}.tar.gz
71 - "
72 + SRC_URI="https://github.com/ros-infrastructure/catkin_pkg/archive/${PV}.tar.gz -> ${P}-gh.tar.gz"
73 KEYWORDS="~amd64 ~arm"
74 fi