Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ignition-transport/
Date: Sun, 07 Jan 2018 07:08:40
Message-Id: 1515308690.9baa6c16da83b4d8a791ef4b0127b3218d1686b2.aballier@gentoo
1 commit: 9baa6c16da83b4d8a791ef4b0127b3218d1686b2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 07:04:50 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 07:04:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9baa6c16
7
8 net-libs/ignition-transport: Remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-libs/ignition-transport/Manifest | 1 -
13 .../ignition-transport-3.0.1.ebuild | 36 ----------------------
14 2 files changed, 37 deletions(-)
15
16 diff --git a/net-libs/ignition-transport/Manifest b/net-libs/ignition-transport/Manifest
17 index 156c1963def..3c0b0411f41 100644
18 --- a/net-libs/ignition-transport/Manifest
19 +++ b/net-libs/ignition-transport/Manifest
20 @@ -1,2 +1 @@
21 -DIST ignition-transport3-3.0.1.tar.bz2 384679 BLAKE2B 1aace81c8d708dc06dedb53453718b019b1472c6c787fddb3b76c9e97cf2d518db2e037c20451b10c31db8a31d87b70f93c8339515a98f376bb660798bf07cd8 SHA512 a2e80d3b5a8b0ca327bd8892d1177f8316d3e2dbbb6f064626e00eb5e67572519377290973527d69ab4a8ff3970c350a7066625429d3a8403a5be8d491fb89c6
22 DIST ignition-transport3-3.1.0.tar.bz2 385946 BLAKE2B 0ae44f0e1cd17369de9ee39f0d128ee5edbc68c1be672be5476d7cf8c161f59c069af63cec1966f6e0ba1c9e56ade0563b6546f7f285bdc49b6941939e2a4379 SHA512 438ab49f1c506e098c00becccf1856b3e0129d60f9aca32f713a74b38aefb178833353ff479c8512e7ffec812bdc0a06eb7f28f09766dc0cc5a9707184151555
23
24 diff --git a/net-libs/ignition-transport/ignition-transport-3.0.1.ebuild b/net-libs/ignition-transport/ignition-transport-3.0.1.ebuild
25 deleted file mode 100644
26 index 8c6b71bda1c..00000000000
27 --- a/net-libs/ignition-transport/ignition-transport-3.0.1.ebuild
28 +++ /dev/null
29 @@ -1,36 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit cmake-utils vcs-snapshot flag-o-matic
36 -
37 -DESCRIPTION="Combines ZeroMQ with Protobufs to create a fast and efficient message passing system"
38 -HOMEPAGE="http://ignitionrobotics.org/libraries/transport"
39 -SRC_URI="http://gazebosim.org/distributions/ign-transport/releases/${PN}3-${PV}.tar.bz2"
40 -
41 -LICENSE="Apache-2.0"
42 -SLOT="3/3"
43 -KEYWORDS="~amd64"
44 -IUSE=""
45 -
46 -DEPEND="
47 - net-libs/ignition-msgs:=
48 - dev-libs/protobuf:=
49 - >=net-libs/zeromq-3.2.0:=
50 - sys-apps/util-linux
51 - net-libs/cppzmq
52 -"
53 -RDEPEND="${DEPEND}"
54 -DEPEND="${DEPEND}
55 - virtual/pkgconfig"
56 -CMAKE_BUILD_TYPE=RelWithDebInfo
57 -S="${WORKDIR}/${PN}3-${PV}"
58 -
59 -src_configure() {
60 - # upstream appends this conditionally...
61 - append-flags "-fPIC"
62 - echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
63 - sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
64 - cmake-utils_src_configure
65 -}