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/rospkg/
Date: Thu, 28 Sep 2017 12:50:25
Message-Id: 1506602708.53620184a09b3cd9a5eb2aec5adb868cb9371631.aballier@gentoo
1 commit: 53620184a09b3cd9a5eb2aec5adb868cb9371631
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 28 12:39:37 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 28 12:45:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53620184
7
8 dev-python/rospkg: Remove old
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
11
12 dev-python/rospkg/Manifest | 2 --
13 dev-python/rospkg/rospkg-1.1.0-r1.ebuild | 43 --------------------------------
14 dev-python/rospkg/rospkg-1.1.1.ebuild | 43 --------------------------------
15 3 files changed, 88 deletions(-)
16
17 diff --git a/dev-python/rospkg/Manifest b/dev-python/rospkg/Manifest
18 index 3775720f5dc..327e5c864a1 100644
19 --- a/dev-python/rospkg/Manifest
20 +++ b/dev-python/rospkg/Manifest
21 @@ -1,3 +1 @@
22 -DIST rospkg-1.1.0.tar.gz 89282 SHA256 e1a7c0025c565a969a32d75407f4fc9ae51c0676a40aa0d86c65cac7779fc760 SHA512 0b38eb9fec701ff27842870c4d089f2deede1558f41a02004a8f2eb3fb639dac9c744086794f756b94dc108483ca433ffe4bff33be3031f496e90059f3f5c65b WHIRLPOOL 5c89ef46a0e5372725617f17ef3cf5daa474ed6de1c57884e6b1e49069f93d2aebfe6a176ecb0ae5c8d69def5091432b99b481d81b0d69893fb53c3dce9360f6
23 -DIST rospkg-1.1.1.tar.gz 89468 SHA256 193a23db79c72809666f8821399c1118ca18eaa8b6b248acfe27632a17878ccd SHA512 73c29d9402140793b038f7e831fe38078ee359a77baa319f54d1b1587bb4b899c28073970e591ecaba4fbd5897c455d419d0f68f7179da5655da020bfc08b83c WHIRLPOOL 8fc8affc523f51e9f44bbb91a699bc8411086b5e9787964a2edd41b33a847ccdd294c992ded7bf4a8cf52740fdde360908e3a570c384d3a54a68a09c06a80d6d
24 DIST rospkg-1.1.2.tar.gz 89536 SHA256 2716ecff9b08ec97f000d716a294a043527ada7e6e46586dac063ea36fce6b58 SHA512 4fcabb88e749c0b756bc7230a8e3343098b3fc35b74bb70332e4a1ffd0df80054b9220604fb168f28ad819a3201c096a9f98ba450921a774aa8400703a7e7525 WHIRLPOOL a41b70a830846678949c4bdbfa6895c3cfb1be12428292540192c683ef62e6023a4b6d4d46c35c0e4be0211beb98009b5b1ee5644f57d79a0f723bb6499d00f0
25
26 diff --git a/dev-python/rospkg/rospkg-1.1.0-r1.ebuild b/dev-python/rospkg/rospkg-1.1.0-r1.ebuild
27 deleted file mode 100644
28 index dff594067af..00000000000
29 --- a/dev-python/rospkg/rospkg-1.1.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,43 +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/rospkg"
42 -fi
43 -
44 -inherit ${SCM} distutils-r1
45 -
46 -DESCRIPTION="Standalone Python library for the ROS package system"
47 -HOMEPAGE="http://wiki.ros.org/rospkg"
48 -if [ "${PV#9999}" != "${PV}" ] ; then
49 - SRC_URI=""
50 - KEYWORDS=""
51 - # Needed for tests
52 - S="${WORKDIR}/${PN}"
53 - EGIT_CHECKOUT_DIR="${S}"
54 -else
55 - SRC_URI="https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz"
56 - KEYWORDS="~amd64 ~arm"
57 -fi
58 -
59 -LICENSE="BSD"
60 -SLOT="0"
61 -IUSE="test"
62 -
63 -RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
64 -DEPEND="${RDEPEND}
65 - test? (
66 - dev-python/nose[${PYTHON_USEDEP}]
67 - dev-python/coverage[${PYTHON_USEDEP}]
68 - )
69 -"
70 -PATCHES=( "${FILESDIR}/gentoo.patch" )
71 -
72 -python_test() {
73 - nosetests --with-coverage --cover-package=rospkg --with-xunit test || die
74 -}
75
76 diff --git a/dev-python/rospkg/rospkg-1.1.1.ebuild b/dev-python/rospkg/rospkg-1.1.1.ebuild
77 deleted file mode 100644
78 index dff594067af..00000000000
79 --- a/dev-python/rospkg/rospkg-1.1.1.ebuild
80 +++ /dev/null
81 @@ -1,43 +0,0 @@
82 -# Copyright 1999-2017 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=5
86 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
87 -
88 -SCM=""
89 -if [ "${PV#9999}" != "${PV}" ] ; then
90 - SCM="git-r3"
91 - EGIT_REPO_URI="https://github.com/ros-infrastructure/rospkg"
92 -fi
93 -
94 -inherit ${SCM} distutils-r1
95 -
96 -DESCRIPTION="Standalone Python library for the ROS package system"
97 -HOMEPAGE="http://wiki.ros.org/rospkg"
98 -if [ "${PV#9999}" != "${PV}" ] ; then
99 - SRC_URI=""
100 - KEYWORDS=""
101 - # Needed for tests
102 - S="${WORKDIR}/${PN}"
103 - EGIT_CHECKOUT_DIR="${S}"
104 -else
105 - SRC_URI="https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz"
106 - KEYWORDS="~amd64 ~arm"
107 -fi
108 -
109 -LICENSE="BSD"
110 -SLOT="0"
111 -IUSE="test"
112 -
113 -RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
114 -DEPEND="${RDEPEND}
115 - test? (
116 - dev-python/nose[${PYTHON_USEDEP}]
117 - dev-python/coverage[${PYTHON_USEDEP}]
118 - )
119 -"
120 -PATCHES=( "${FILESDIR}/gentoo.patch" )
121 -
122 -python_test() {
123 - nosetests --with-coverage --cover-package=rospkg --with-xunit test || die
124 -}