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: Mon, 27 Feb 2017 17:10:34
Message-Id: 1488215364.06db0dc571849d8f938095f91792c9b7b5db3e56.aballier@gentoo
1 commit: 06db0dc571849d8f938095f91792c9b7b5db3e56
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 15:53:58 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 17:09:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06db0dc5
7
8 dev-python/rosdistro: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/rosdistro/Manifest | 2 --
13 dev-python/rosdistro/rosdistro-0.4.7.ebuild | 45 -----------------------------
14 dev-python/rosdistro/rosdistro-0.5.0.ebuild | 45 -----------------------------
15 3 files changed, 92 deletions(-)
16
17 diff --git a/dev-python/rosdistro/Manifest b/dev-python/rosdistro/Manifest
18 index de82bc732b..167abc6bbf 100644
19 --- a/dev-python/rosdistro/Manifest
20 +++ b/dev-python/rosdistro/Manifest
21 @@ -1,3 +1 @@
22 -DIST rosdistro-0.4.7.tar.gz 42265 SHA256 7b98e5c82ce81bd8080f159a7c907bca8bf77f6cb4bae8a3265f44e3d73b838f SHA512 adc841b19ad247f44d52cb819851715c94a73fc99ac175c0ee5656f69b86f7630a84259a9c96fa20a687ad32fa9e8e9f77802ae7b70700e53c87ee938bac2cac WHIRLPOOL 85d36fae44f895176a2ef151129baa86a9eef53700496dda2129d74d40fe67f0dbd4109df0ac7c534db1b3c712eafa73bcf3deabdd3f2dda3b5777d96a70ea69
23 -DIST rosdistro-0.5.0.tar.gz 48017 SHA256 dbf98013051b8ebd0e940828bb4a66c0d6fc1ec3ef36467f44636ee86d0422bf SHA512 e5a64442c56c7b60d1f334e42896172ccd07b87fbf9b5f877528073069ce63939482a5257e5dab8c16be633c044a744419017953b5dec4d9664221cf841776a8 WHIRLPOOL 4a5165340c9bcc8c46f72e70998886ec43c94a15b5c62a6a0af0c030166e369ab769fda03819b084384615cf3ad2d43f89961c73ad8ac9b835e687880b2b0a48
24 DIST rosdistro-0.6.1.tar.gz 48699 SHA256 51c9a3a5ff4931310c6c7cf5a23a2c64b2432ed9154a159a9ca3ce55c608600f SHA512 9f7c9eea737da443b1daaacde6bcea163ac2ffc707efb23016fe77c68423ee192e0610b9aa1c8a4b07735d1784e30a509dc78cf256061fcc4de75ed4c4244f75 WHIRLPOOL 3dca25a0cd68efa41e21d71d1528213f9ca54719ea3b1dc3cb8e90b6a932d98d97874d4cf6ef3630f3413a7a15b6004bbba8e3aa72d509d11836d3a6cee79519
25
26 diff --git a/dev-python/rosdistro/rosdistro-0.4.7.ebuild b/dev-python/rosdistro/rosdistro-0.4.7.ebuild
27 deleted file mode 100644
28 index 747ddca50b..0000000000
29 --- a/dev-python/rosdistro/rosdistro-0.4.7.ebuild
30 +++ /dev/null
31 @@ -1,45 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
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="http://download.ros.org/downloads/${PN}/${P}.tar.gz
54 - https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz
55 - "
56 - KEYWORDS="~amd64 ~arm"
57 -fi
58 -
59 -LICENSE="BSD"
60 -SLOT="0"
61 -IUSE="test"
62 -
63 -RDEPEND="
64 - dev-python/catkin_pkg[${PYTHON_USEDEP}]
65 - dev-python/rospkg[${PYTHON_USEDEP}]
66 - dev-python/pyyaml[${PYTHON_USEDEP}]
67 - dev-python/setuptools[${PYTHON_USEDEP}]"
68 -DEPEND="${RDEPEND}
69 - test? (
70 - dev-python/nose[${PYTHON_USEDEP}]
71 - )
72 -"
73 -
74 -python_test() {
75 - nosetests --with-xunit test || die
76 -}
77
78 diff --git a/dev-python/rosdistro/rosdistro-0.5.0.ebuild b/dev-python/rosdistro/rosdistro-0.5.0.ebuild
79 deleted file mode 100644
80 index 494ae8452e..0000000000
81 --- a/dev-python/rosdistro/rosdistro-0.5.0.ebuild
82 +++ /dev/null
83 @@ -1,45 +0,0 @@
84 -# Copyright 1999-2016 Gentoo Foundation
85 -# Distributed under the terms of the GNU General Public License v2
86 -# $Id$
87 -
88 -EAPI=5
89 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
90 -
91 -SCM=""
92 -if [ "${PV#9999}" != "${PV}" ] ; then
93 - SCM="git-r3"
94 - EGIT_REPO_URI="https://github.com/ros-infrastructure/rosdistro"
95 -fi
96 -
97 -inherit ${SCM} distutils-r1
98 -
99 -DESCRIPTION="Tools to work with catkinized rosdistro files"
100 -HOMEPAGE="http://wiki.ros.org/rosdistro"
101 -if [ "${PV#9999}" != "${PV}" ] ; then
102 - SRC_URI=""
103 - KEYWORDS=""
104 -else
105 - SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
106 - https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz
107 - "
108 - KEYWORDS="~amd64 ~arm"
109 -fi
110 -
111 -LICENSE="BSD"
112 -SLOT="0"
113 -IUSE="test"
114 -
115 -RDEPEND="
116 - dev-python/catkin_pkg[${PYTHON_USEDEP}]
117 - dev-python/rospkg[${PYTHON_USEDEP}]
118 - dev-python/pyyaml[${PYTHON_USEDEP}]
119 - dev-python/setuptools[${PYTHON_USEDEP}]"
120 -DEPEND="${RDEPEND}
121 - test? (
122 - dev-python/nose[${PYTHON_USEDEP}]
123 - )
124 -"
125 -
126 -python_test() {
127 - nosetests --with-xunit test || die
128 -}