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-ros/genpy/
Date: Sun, 06 Aug 2017 07:40:07
Message-Id: 1502001907.35b4d3d8cae231601c2437bd62a8e1d5a250abd0.aballier@gentoo
1 commit: 35b4d3d8cae231601c2437bd62a8e1d5a250abd0
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 4 18:41:43 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 06:45:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b4d3d8
7
8 dev-ros/genpy: Remove old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-ros/genpy/Manifest | 2 --
13 dev-ros/genpy/genpy-0.6.3.ebuild | 24 ------------------------
14 dev-ros/genpy/genpy-0.6.4.ebuild | 24 ------------------------
15 3 files changed, 50 deletions(-)
16
17 diff --git a/dev-ros/genpy/Manifest b/dev-ros/genpy/Manifest
18 index 47624137085..0f70d659a6a 100644
19 --- a/dev-ros/genpy/Manifest
20 +++ b/dev-ros/genpy/Manifest
21 @@ -1,3 +1 @@
22 -DIST genpy-0.6.3.tar.gz 51545 SHA256 35448838e3054aeb520f49afe64b8bd9cb7ed944ed07471d2b6e7d5560d68540 SHA512 63748f70aa32e760d044b54c1c64a44e972fe34f0fd3317f66cbbc59f2662117c150c9d892db37b8b621e5c0687a83673575f088f5ac4f7d4b7c6020e75cdb07 WHIRLPOOL b28ce5245129516e487742693a5f5f5a9918563e52658f8c097d7f750e333636d2f7f2743d648654c56c9dbb9a5acd0dae93a02683bb662231c9fc40ce8d335e
23 -DIST genpy-0.6.4.tar.gz 51647 SHA256 9167379c133391ee70d9590259e2748ed504e0696323f62d83d75641220bc943 SHA512 a7e4e99e97c239fa01c9a19191b79d1cf482e27a3aa1337427051624af3ac5785583bb56b39c62f41f44597f7bbe78e7813791a33b6221ab4a4ce3de04423ae5 WHIRLPOOL 3cc5dbb81bd88b947e14079e57de8613417d4cfb38416e37bcc6fcd3c4c97aa0b7f9176ccfea5ca10b82e3e5c8087e411ee0a2ea862a5a2ce2d57a740f67babf
24 DIST genpy-0.6.5.tar.gz 51689 SHA256 35e5cd2032f52a1f77190df5c31c02134dc460bfeda3f28b5a860a95309342b9 SHA512 aeb4edf97ccc6b480649ee67b7b5782e4f950e02cc898b52285db1a23fe5200a853817ae734dd32ba964073359b60bc9399abe0e4a9bc7d0e46c5f6f78e1c10e WHIRLPOOL 4d9c9d1d2f3e63f73c02b3ea1f6c53450429e45a972a9cf27b6ec77368bf2cef4a4890e0cd6486ef810c1eb5bdd6d2ea5e09974f71f738d98df609f60aa0f248
25
26 diff --git a/dev-ros/genpy/genpy-0.6.3.ebuild b/dev-ros/genpy/genpy-0.6.3.ebuild
27 deleted file mode 100644
28 index 3176ad0840a..00000000000
29 --- a/dev-ros/genpy/genpy-0.6.3.ebuild
30 +++ /dev/null
31 @@ -1,24 +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 -
37 -ROS_REPO_URI="https://github.com/ros/genpy"
38 -KEYWORDS="~amd64 ~arm"
39 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
40 -
41 -inherit ros-catkin
42 -
43 -DESCRIPTION="Python ROS message and service generators"
44 -HOMEPAGE="http://wiki.ros.org/genpy"
45 -LICENSE="BSD"
46 -SLOT="0/${PV}"
47 -IUSE=""
48 -
49 -RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
50 -DEPEND="${RDEPEND}
51 - test? (
52 - dev-python/pyyaml[${PYTHON_USEDEP}]
53 - dev-python/nose[${PYTHON_USEDEP}]
54 - )
55 -"
56
57 diff --git a/dev-ros/genpy/genpy-0.6.4.ebuild b/dev-ros/genpy/genpy-0.6.4.ebuild
58 deleted file mode 100644
59 index 3176ad0840a..00000000000
60 --- a/dev-ros/genpy/genpy-0.6.4.ebuild
61 +++ /dev/null
62 @@ -1,24 +0,0 @@
63 -# Copyright 1999-2017 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=5
67 -
68 -ROS_REPO_URI="https://github.com/ros/genpy"
69 -KEYWORDS="~amd64 ~arm"
70 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
71 -
72 -inherit ros-catkin
73 -
74 -DESCRIPTION="Python ROS message and service generators"
75 -HOMEPAGE="http://wiki.ros.org/genpy"
76 -LICENSE="BSD"
77 -SLOT="0/${PV}"
78 -IUSE=""
79 -
80 -RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
81 -DEPEND="${RDEPEND}
82 - test? (
83 - dev-python/pyyaml[${PYTHON_USEDEP}]
84 - dev-python/nose[${PYTHON_USEDEP}]
85 - )
86 -"