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: Sun, 28 Jan 2018 12:54:45
Message-Id: 1517144071.d145e2d12f72e9f8b53abc4ff85058fc26b824b1.aballier@gentoo
1 commit: d145e2d12f72e9f8b53abc4ff85058fc26b824b1
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 09:40:08 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 12:54:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d145e2d1
7
8 dev-python/catkin_pkg: Remove old
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 dev-python/catkin_pkg/Manifest | 2 --
13 dev-python/catkin_pkg/catkin_pkg-0.3.6.ebuild | 46 ---------------------------
14 dev-python/catkin_pkg/catkin_pkg-0.3.8.ebuild | 46 ---------------------------
15 3 files changed, 94 deletions(-)
16
17 diff --git a/dev-python/catkin_pkg/Manifest b/dev-python/catkin_pkg/Manifest
18 index 60ca8cec260..905762dde6f 100644
19 --- a/dev-python/catkin_pkg/Manifest
20 +++ b/dev-python/catkin_pkg/Manifest
21 @@ -1,3 +1 @@
22 -DIST catkin_pkg-0.3.6-gh.tar.gz 47637 BLAKE2B ed0a9296121831f8fe812a051709623c70fbb6480cc7462c083880947d92227232d6446b00f19b96b0fc0e651bbe65935de9b951d9c5ff35935484a343571bec SHA512 191ed93271c9e592040110c92a572570fa8dec328ae3203dfea9e1fb6a1cb906350c436d3a9416d6826e57a1d59ef42200797d6a5bdc390aa77d352f716e0cc8
23 -DIST catkin_pkg-0.3.8-gh.tar.gz 48281 BLAKE2B 80415880f062c7bc41d24a5194c42e8e1f2fa1d5389ce7bce8f9c129000d944ff03a865e0649472450118fcb4ab3cbeb20177c10c397462790d77ad982604a47 SHA512 3e20a8ab807158d6fb6a1c32737747db373824eeb085a6af2fc586c08e9445b40f118f56c3765512b5e6cfe25e2f875bea4d408cbe61a994cebbc3fd1342c024
24 DIST catkin_pkg-0.3.9-gh.tar.gz 48290 BLAKE2B fbba89008946433007f1016addeb73e44108b057609d52d693e80024460c5d77686bde241331845d36068b23e87a4ac33dcc0c6c29af95c4e86e8a30bbe52918 SHA512 39c7dbd7b3bb7d0fd7f37e6931e5de8c76c28ca329db5783d1cf0b01e9a7f58079c45434d937a8edcf29cbdebdcfb4b18480508d688dcefdf58c218838af65c8
25
26 diff --git a/dev-python/catkin_pkg/catkin_pkg-0.3.6.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.3.6.ebuild
27 deleted file mode 100644
28 index 0967bd6ff8e..00000000000
29 --- a/dev-python/catkin_pkg/catkin_pkg-0.3.6.ebuild
30 +++ /dev/null
31 @@ -1,46 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
37 -
38 -SCM=""
39 -if [ "${PV#9999}" != "${PV}" ] ; then
40 - SCM="git-r3"
41 - EGIT_REPO_URI="https://github.com/ros-infrastructure/catkin_pkg"
42 -fi
43 -
44 -inherit ${SCM} distutils-r1
45 -
46 -DESCRIPTION="Standalone Python library for the catkin package system"
47 -HOMEPAGE="http://wiki.ros.org/catkin_pkg"
48 -if [ "${PV#9999}" != "${PV}" ] ; then
49 - SRC_URI=""
50 - KEYWORDS=""
51 -else
52 - SRC_URI="https://github.com/ros-infrastructure/catkin_pkg/archive/${PV}.tar.gz -> ${P}-gh.tar.gz"
53 - KEYWORDS="~amd64 ~arm"
54 -fi
55 -
56 -LICENSE="BSD"
57 -SLOT="0"
58 -IUSE="test"
59 -
60 -RDEPEND="
61 - dev-python/setuptools[${PYTHON_USEDEP}]
62 - dev-python/docutils[${PYTHON_USEDEP}]
63 - dev-python/python-dateutil[${PYTHON_USEDEP}]
64 -"
65 -DEPEND="${RDEPEND}
66 - test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
67 -"
68 -PATCHES=(
69 - "${FILESDIR}/catkin_prefix.patch"
70 - "${FILESDIR}/argparse.patch"
71 - "${FILESDIR}/ros_packages.patch"
72 - "${FILESDIR}/infinite_loop2.patch"
73 -)
74 -
75 -python_test() {
76 - nosetests -s --tests test || die
77 -}
78
79 diff --git a/dev-python/catkin_pkg/catkin_pkg-0.3.8.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.3.8.ebuild
80 deleted file mode 100644
81 index 0967bd6ff8e..00000000000
82 --- a/dev-python/catkin_pkg/catkin_pkg-0.3.8.ebuild
83 +++ /dev/null
84 @@ -1,46 +0,0 @@
85 -# Copyright 1999-2017 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=5
89 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
90 -
91 -SCM=""
92 -if [ "${PV#9999}" != "${PV}" ] ; then
93 - SCM="git-r3"
94 - EGIT_REPO_URI="https://github.com/ros-infrastructure/catkin_pkg"
95 -fi
96 -
97 -inherit ${SCM} distutils-r1
98 -
99 -DESCRIPTION="Standalone Python library for the catkin package system"
100 -HOMEPAGE="http://wiki.ros.org/catkin_pkg"
101 -if [ "${PV#9999}" != "${PV}" ] ; then
102 - SRC_URI=""
103 - KEYWORDS=""
104 -else
105 - SRC_URI="https://github.com/ros-infrastructure/catkin_pkg/archive/${PV}.tar.gz -> ${P}-gh.tar.gz"
106 - KEYWORDS="~amd64 ~arm"
107 -fi
108 -
109 -LICENSE="BSD"
110 -SLOT="0"
111 -IUSE="test"
112 -
113 -RDEPEND="
114 - dev-python/setuptools[${PYTHON_USEDEP}]
115 - dev-python/docutils[${PYTHON_USEDEP}]
116 - dev-python/python-dateutil[${PYTHON_USEDEP}]
117 -"
118 -DEPEND="${RDEPEND}
119 - test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
120 -"
121 -PATCHES=(
122 - "${FILESDIR}/catkin_prefix.patch"
123 - "${FILESDIR}/argparse.patch"
124 - "${FILESDIR}/ros_packages.patch"
125 - "${FILESDIR}/infinite_loop2.patch"
126 -)
127 -
128 -python_test() {
129 - nosetests -s --tests test || die
130 -}