Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ignition-msgs/
Date: Tue, 16 Oct 2018 12:36:23
Message-Id: 1539693362.618cc9912d3ec558f3e47bd465951c2ef360c6bc.asturm@gentoo
1 commit: 618cc9912d3ec558f3e47bd465951c2ef360c6bc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 16 07:12:06 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 16 12:36:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618cc991
7
8 net-libs/ignition-msgs: Drop 0.7.0
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/ignition-msgs/Manifest | 1 -
14 net-libs/ignition-msgs/ignition-msgs-0.7.0.ebuild | 28 -----------------------
15 2 files changed, 29 deletions(-)
16
17 diff --git a/net-libs/ignition-msgs/Manifest b/net-libs/ignition-msgs/Manifest
18 index 1870e5b2aa2..669eaae6394 100644
19 --- a/net-libs/ignition-msgs/Manifest
20 +++ b/net-libs/ignition-msgs/Manifest
21 @@ -1,2 +1 @@
22 -DIST ignition-msgs-0.7.0.tar.bz2 327753 BLAKE2B 7709b7fe5bc8d3ebd16ae30ac91d088a7e3891bc378f24ca48b34b88c541c3583182c3d9d3d6c72b7005f01ae5383f6391b4e754adb26f8ab06e9a31680e99dd SHA512 78b35eb6c9b53bd567d227191009cfb8628afa70f244cf05ad9440f370aa9c51a649160c9c65d13e81a48a3a34553614e9835e9a37fb91cad330c363f0a5f62f
23 DIST ignition-msgs-1.0.0.tar.bz2 315469 BLAKE2B a481f740ffb0795e64d1fa222ea4925e09839d56212f5218b4849c6f49a3e3a899af757ac1ad1997a95b57a401bac831a754ffa351cd142e6e9cbf07e7bae0ac SHA512 3ec16d68c35b1c7d77373eb3ed72304f5a990f57fc15a91f49af49bf0c6b43e6f31e888e4b0a8308cc63840aa995dd423d5b23d28a98f132b4be13c46f5d7d6e
24
25 diff --git a/net-libs/ignition-msgs/ignition-msgs-0.7.0.ebuild b/net-libs/ignition-msgs/ignition-msgs-0.7.0.ebuild
26 deleted file mode 100644
27 index 6618d9aad10..00000000000
28 --- a/net-libs/ignition-msgs/ignition-msgs-0.7.0.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit cmake-utils
37 -
38 -DESCRIPTION="Protobuf messages and functions for robot applications"
39 -HOMEPAGE="https://ignitionrobotics.org/libraries/messages https://bitbucket.org/ignitionrobotics/ign-msgs"
40 -SRC_URI="https://osrf-distributions.s3.amazonaws.com/ign-msgs/releases/${P}.tar.bz2"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="~amd64"
45 -IUSE=""
46 -
47 -DEPEND="dev-libs/protobuf:=
48 - sci-libs/ignition-math:3="
49 -RDEPEND="${DEPEND}"
50 -CMAKE_BUILD_TYPE=RelWithDebInfo
51 -
52 -src_configure() {
53 - # upstream appends this conditionally...
54 - append-flags "-fPIC"
55 - echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
56 - sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
57 - cmake-utils_src_configure
58 -}