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/genmsg/
Date: Thu, 09 Feb 2017 17:46:55
Message-Id: 1486662361.b38e0899650424df7c4b32eea418b85b29a6e0a1.aballier@gentoo
1 commit: b38e0899650424df7c4b32eea418b85b29a6e0a1
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 9 16:36:31 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 17:46:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38e0899
7
8 dev-ros/genmsg: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/genmsg/Manifest | 2 --
13 dev-ros/genmsg/genmsg-0.5.6.ebuild | 20 --------------------
14 dev-ros/genmsg/genmsg-0.5.7.ebuild | 20 --------------------
15 3 files changed, 42 deletions(-)
16
17 diff --git a/dev-ros/genmsg/Manifest b/dev-ros/genmsg/Manifest
18 index b68ba14628..59616e4510 100644
19 --- a/dev-ros/genmsg/Manifest
20 +++ b/dev-ros/genmsg/Manifest
21 @@ -1,3 +1 @@
22 -DIST genmsg-0.5.6.tar.gz 59067 SHA256 70ec083888f8bbdc32cf6b97cdbc3ccc042fe78ad2e6f6fc60b414aaffd8fba6 SHA512 3efba41372028a434e0e3ebbef7212106ba445c2e6755109d09809f4fb96d7b1cfb235bad462ecc9f176d79dbe0616916da52c044620135ebac4c94016338427 WHIRLPOOL 8c8d1199b82674e1121bfaf3d32908cf0e6026d2201f78efe26ca2a3c1da81b2a548aa74b8606ceb1feec9d148a6b438ff23cbd707b0bc6b0e6c09f9beb13b1a
23 -DIST genmsg-0.5.7.tar.gz 59170 SHA256 af979bfa351b6b5a6006680bea195570f4b35dea8bcfeca7bbcdd00a108fefd9 SHA512 69b17e5a601f1d3570810471e9d9f045b891b94a4ac4a8b2ad6adf5e33fe87de6389ae41114f0704f00f93b151f041fe7e883c4f500e5dc360d92b7382789b6c WHIRLPOOL 587f1fa8a16d8ea4de59ca653d164befa7b30dc4996a9c0ad931a7f0be6645753e6e0509d0af375c740b089b7b943a41d136a5580bd7a8617a5a0d0d55d751fc
24 DIST genmsg-0.5.8.tar.gz 59250 SHA256 d7627a2df169e4e8208347d9215e47c723a015b67ef3ed8cda8b61b6cfbf94d2 SHA512 78553d93a2adfe2c47c5fa68204418e321bc03a6083e344b456c2a727e5819747668b9c82b4b5862766b2fc2ad8b22b5165e9064b993a4491b1f7751db79dc07 WHIRLPOOL 92ba33c3015ee2936446b7f1f90490f8e77810f560888b5f3139db9843d6c8040be619d9ec6fb5a04f19c2784d32d14e60e3478e9efcf4300eadb40ca38bf729
25
26 diff --git a/dev-ros/genmsg/genmsg-0.5.6.ebuild b/dev-ros/genmsg/genmsg-0.5.6.ebuild
27 deleted file mode 100644
28 index 846ee9c153..0000000000
29 --- a/dev-ros/genmsg/genmsg-0.5.6.ebuild
30 +++ /dev/null
31 @@ -1,20 +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 -ROS_REPO_URI="https://github.com/ros/genmsg"
38 -KEYWORDS="~amd64 ~arm"
39 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
40 -
41 -inherit ros-catkin
42 -
43 -DESCRIPTION="Python library for generating ROS message and service data structures for various languages"
44 -LICENSE="BSD"
45 -SLOT="0"
46 -IUSE=""
47 -
48 -RDEPEND=""
49 -DEPEND="${RDEPEND}
50 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
51 -"
52
53 diff --git a/dev-ros/genmsg/genmsg-0.5.7.ebuild b/dev-ros/genmsg/genmsg-0.5.7.ebuild
54 deleted file mode 100644
55 index 846ee9c153..0000000000
56 --- a/dev-ros/genmsg/genmsg-0.5.7.ebuild
57 +++ /dev/null
58 @@ -1,20 +0,0 @@
59 -# Copyright 1999-2014 Gentoo Foundation
60 -# Distributed under the terms of the GNU General Public License v2
61 -# $Id$
62 -
63 -EAPI=5
64 -ROS_REPO_URI="https://github.com/ros/genmsg"
65 -KEYWORDS="~amd64 ~arm"
66 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
67 -
68 -inherit ros-catkin
69 -
70 -DESCRIPTION="Python library for generating ROS message and service data structures for various languages"
71 -LICENSE="BSD"
72 -SLOT="0"
73 -IUSE=""
74 -
75 -RDEPEND=""
76 -DEPEND="${RDEPEND}
77 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
78 -"