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/rosdistro/
Date: Tue, 15 Jan 2019 10:47:02
Message-Id: 1547549206.06ee4e37b5db4366438c66863273d386c5e5466f.aballier@gentoo
1 commit: 06ee4e37b5db4366438c66863273d386c5e5466f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 15 10:40:40 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 15 10:46:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ee4e37
7
8 dev-python/rosdistro: Remove old
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-python/rosdistro/Manifest | 2 --
14 dev-python/rosdistro/rosdistro-0.6.8.ebuild | 43 ---------------------------
15 dev-python/rosdistro/rosdistro-0.6.9.ebuild | 46 -----------------------------
16 3 files changed, 91 deletions(-)
17
18 diff --git a/dev-python/rosdistro/Manifest b/dev-python/rosdistro/Manifest
19 index 1691f759d5f..ea31ab9b12f 100644
20 --- a/dev-python/rosdistro/Manifest
21 +++ b/dev-python/rosdistro/Manifest
22 @@ -1,3 +1 @@
23 -DIST rosdistro-0.6.8.tar.gz 59771 BLAKE2B 5610ef992824104570abc8c5cc0224838ee1442d942f8f317b20b300831f7536649b47360e7f542e484d75eac29af71ce9e82fadf91b540f4671478039776921 SHA512 57db65b7cba29e41c14ea4e45f951a410e6152ce4247afd1b15df51cd79e50bdbc95151eac02acc666f8bc3c2658695600ad1b4fc0f4152d71901685c9e8f558
24 -DIST rosdistro-0.6.9.tar.gz 59831 BLAKE2B 4a576efce73cceb68496f2ba7a52e9e09c92aaf0c54ed9693e067e1ea7dcc0b53362a42524dad92b1e68acb22b88c7a92427b8962dbdec781cac5972e251ee9c SHA512 351653c95803dce034074a357f4ca878688ca3e640983cb380840b1bb898f1b8e827210620ba31261fa76edb306908e489e0b8504a6fd8c651c83fbfb8774bd2
25 DIST rosdistro-0.7.0.tar.gz 60092 BLAKE2B f68dde51a3e6b5efe26608130d3a69536803baad92565c7d7cb25b22f71be4cc8bb3869d72abefa7e4de4446ff7f3f49037e789c39d9ac401fff30dd8d9fc082 SHA512 8def3e3d405483f9cd51dbe82bfbb7605a50d2d14dcd9712e3e93c5c091953df430203b2383d46c1db2248678fbf2b84638328f47a256296c78229b7783e724e
26
27 diff --git a/dev-python/rosdistro/rosdistro-0.6.8.ebuild b/dev-python/rosdistro/rosdistro-0.6.8.ebuild
28 deleted file mode 100644
29 index 8780e241c60..00000000000
30 --- a/dev-python/rosdistro/rosdistro-0.6.8.ebuild
31 +++ /dev/null
32 @@ -1,43 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
38 -
39 -SCM=""
40 -if [ "${PV#9999}" != "${PV}" ] ; then
41 - SCM="git-r3"
42 - EGIT_REPO_URI="https://github.com/ros-infrastructure/rosdistro"
43 -fi
44 -
45 -inherit ${SCM} distutils-r1
46 -
47 -DESCRIPTION="Tools to work with catkinized rosdistro files"
48 -HOMEPAGE="http://wiki.ros.org/rosdistro"
49 -if [ "${PV#9999}" != "${PV}" ] ; then
50 - SRC_URI=""
51 - KEYWORDS=""
52 -else
53 - SRC_URI="https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz"
54 - KEYWORDS="~amd64 ~arm"
55 -fi
56 -
57 -LICENSE="BSD"
58 -SLOT="0"
59 -IUSE="test"
60 -
61 -RDEPEND="
62 - dev-python/catkin_pkg[${PYTHON_USEDEP}]
63 - dev-python/rospkg[${PYTHON_USEDEP}]
64 - dev-python/pyyaml[${PYTHON_USEDEP}]
65 - dev-python/setuptools[${PYTHON_USEDEP}]"
66 -DEPEND="${RDEPEND}
67 - test? (
68 - dev-python/nose[${PYTHON_USEDEP}]
69 - dev-python/mock[${PYTHON_USEDEP}]
70 - )
71 -"
72 -
73 -python_test() {
74 - nosetests --with-xunit test || die
75 -}
76
77 diff --git a/dev-python/rosdistro/rosdistro-0.6.9.ebuild b/dev-python/rosdistro/rosdistro-0.6.9.ebuild
78 deleted file mode 100644
79 index c8c67d166d0..00000000000
80 --- a/dev-python/rosdistro/rosdistro-0.6.9.ebuild
81 +++ /dev/null
82 @@ -1,46 +0,0 @@
83 -# Copyright 1999-2018 Gentoo Foundation
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=7
87 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
88 -
89 -SCM=""
90 -if [ "${PV#9999}" != "${PV}" ] ; then
91 - SCM="git-r3"
92 - EGIT_REPO_URI="https://github.com/ros-infrastructure/rosdistro"
93 -fi
94 -
95 -inherit ${SCM} distutils-r1
96 -
97 -DESCRIPTION="Tools to work with catkinized rosdistro files"
98 -HOMEPAGE="http://wiki.ros.org/rosdistro"
99 -if [ "${PV#9999}" != "${PV}" ] ; then
100 - SRC_URI=""
101 - KEYWORDS=""
102 -else
103 - SRC_URI="https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz"
104 - KEYWORDS="~amd64 ~arm"
105 -fi
106 -
107 -LICENSE="BSD"
108 -SLOT="0"
109 -IUSE="test"
110 -
111 -RDEPEND="
112 - dev-python/catkin_pkg[${PYTHON_USEDEP}]
113 - dev-python/rospkg[${PYTHON_USEDEP}]
114 - dev-python/pyyaml[${PYTHON_USEDEP}]
115 - dev-python/setuptools[${PYTHON_USEDEP}]"
116 -BDEPEND="
117 - dev-python/setuptools[${PYTHON_USEDEP}]
118 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
119 -"
120 -DEPEND="${RDEPEND}
121 - test? (
122 - dev-python/mock[${PYTHON_USEDEP}]
123 - )
124 -"
125 -
126 -python_test() {
127 - nosetests --with-xunit test || die
128 -}