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/files/, net-libs/ignition-transport/
Date: Wed, 12 Apr 2017 09:50:12
Message-Id: 1491990596.daabe9fadfdda3b6cdcd0d089ed4705719e93faa.aballier@gentoo
1 commit: daabe9fadfdda3b6cdcd0d089ed4705719e93faa
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 12 09:49:56 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 12 09:49:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daabe9fa
7
8 net-libs/ignition-transport: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 net-libs/ignition-transport/Manifest | 2 --
13 net-libs/ignition-transport/files/protobuf3.patch | 14 --------
14 .../ignition-transport-1.4.0.ebuild | 35 --------------------
15 .../ignition-transport-2.1.0.ebuild | 37 ----------------------
16 4 files changed, 88 deletions(-)
17
18 diff --git a/net-libs/ignition-transport/Manifest b/net-libs/ignition-transport/Manifest
19 index 3bb6a82cb7a..52516bce7f4 100644
20 --- a/net-libs/ignition-transport/Manifest
21 +++ b/net-libs/ignition-transport/Manifest
22 @@ -1,3 +1 @@
23 -DIST ignition-transport-1.4.0.tar.bz2 349098 SHA256 bc612e9781f9cab81cc4111ed0de07c4838303f67c25bc8b663d394b40a8f5d4 SHA512 23f1d1b6982441786a764f902a849d8466943c457a989638ab5d57e936c9a0d4bab324d60c8d7190e40ecc153736d55cf903df6a57cb2cbbda86bbe79ba1055d WHIRLPOOL 6b019c025bc41ad6e7f3e94f220767a652442a05678718f5e686c71f1e2ed30be60f16fb29cfd8df976d87827647f74b3b8664aeea319cb68e44802fbd9f81fa
24 -DIST ignition-transport2-2.1.0.tar.bz2 372107 SHA256 f1190ee6a880962b9083328efcaf4c8fe4e9f00504da4432cde69820edbc212e SHA512 91aa6dc60db69b6c2fe0f694ef7d0fc91d68bbc55c227039bc9d42833106be05df1e92c6fe97f530e645c358fb073bb449243b03aa16c61917df374c21c45da2 WHIRLPOOL 9b993e5eb3da931014cd229b261fdb901d852ee0b6358e440e127759a5b116f8637c64129d7f102c280a9be10053a2e1611c77b5e03d5031fbfdde6c42d31e2b
25 DIST ignition-transport3-3.0.1.tar.bz2 384679 SHA256 c2b8dd5f391a30f1239893b51d4ea487fd47bfe12ccdb3876a83df192df666be SHA512 a2e80d3b5a8b0ca327bd8892d1177f8316d3e2dbbb6f064626e00eb5e67572519377290973527d69ab4a8ff3970c350a7066625429d3a8403a5be8d491fb89c6 WHIRLPOOL 986b4af3deb1d24c3a4f9ff89b3e526efbf68f278b9ed0fff513fbf095e2f1752a4552a8c652545619fa3f5223f0353b68c728af0623f0ec66a2f6bc5aee01a5
26
27 diff --git a/net-libs/ignition-transport/files/protobuf3.patch b/net-libs/ignition-transport/files/protobuf3.patch
28 deleted file mode 100644
29 index fffe2296ac0..00000000000
30 --- a/net-libs/ignition-transport/files/protobuf3.patch
31 +++ /dev/null
32 @@ -1,14 +0,0 @@
33 -Index: ignition-transport-1.1.0/include/ignition/transport/RepHandler.hh
34 -===================================================================
35 ---- ignition-transport-1.1.0.orig/include/ignition/transport/RepHandler.hh
36 -+++ ignition-transport-1.1.0/include/ignition/transport/RepHandler.hh
37 -@@ -22,6 +22,9 @@
38 - #pragma warning(push, 0)
39 - #endif
40 - #include <google/protobuf/message.h>
41 -+#if GOOGLE_PROTOBUF_VERSION >= 3000000
42 -+#include <google/protobuf/stubs/casts.h>
43 -+#endif
44 - #ifdef _MSC_VER
45 - #pragma warning(pop)
46 - #endif
47
48 diff --git a/net-libs/ignition-transport/ignition-transport-1.4.0.ebuild b/net-libs/ignition-transport/ignition-transport-1.4.0.ebuild
49 deleted file mode 100644
50 index 8423e18d6b5..00000000000
51 --- a/net-libs/ignition-transport/ignition-transport-1.4.0.ebuild
52 +++ /dev/null
53 @@ -1,35 +0,0 @@
54 -# Copyright 1999-2016 Gentoo Foundation
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=5
58 -
59 -inherit cmake-utils vcs-snapshot flag-o-matic
60 -
61 -DESCRIPTION="Combines ZeroMQ with Protobufs to create a fast and efficient message passing system"
62 -HOMEPAGE="http://ignitionrobotics.org/libraries/transport"
63 -SRC_URI="http://gazebosim.org/distributions/ign-transport/releases/${P}.tar.bz2"
64 -
65 -LICENSE="Apache-2.0"
66 -SLOT="0/0"
67 -KEYWORDS="~amd64"
68 -IUSE=""
69 -
70 -DEPEND="
71 - dev-libs/protobuf:=
72 - >=net-libs/zeromq-3.2.0:=
73 - sys-apps/util-linux
74 - net-libs/cppzmq
75 -"
76 -RDEPEND="${DEPEND}"
77 -DEPEND="${DEPEND}
78 - virtual/pkgconfig"
79 -CMAKE_BUILD_TYPE=RelWithDebInfo
80 -PATCHES=( "${FILESDIR}/protobuf3.patch" )
81 -
82 -src_configure() {
83 - # upstream appends this conditionally...
84 - append-flags "-fPIC"
85 - echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
86 - sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
87 - cmake-utils_src_configure
88 -}
89
90 diff --git a/net-libs/ignition-transport/ignition-transport-2.1.0.ebuild b/net-libs/ignition-transport/ignition-transport-2.1.0.ebuild
91 deleted file mode 100644
92 index 4266a0874e1..00000000000
93 --- a/net-libs/ignition-transport/ignition-transport-2.1.0.ebuild
94 +++ /dev/null
95 @@ -1,37 +0,0 @@
96 -# Copyright 1999-2016 Gentoo Foundation
97 -# Distributed under the terms of the GNU General Public License v2
98 -
99 -EAPI=5
100 -
101 -inherit cmake-utils vcs-snapshot flag-o-matic
102 -
103 -DESCRIPTION="Combines ZeroMQ with Protobufs to create a fast and efficient message passing system"
104 -HOMEPAGE="http://ignitionrobotics.org/libraries/transport"
105 -SRC_URI="http://gazebosim.org/distributions/ign-transport/releases/${PN}2-${PV}.tar.bz2"
106 -
107 -LICENSE="Apache-2.0"
108 -SLOT="2/0"
109 -KEYWORDS="~amd64"
110 -IUSE=""
111 -
112 -DEPEND="
113 - net-libs/ignition-msgs:=
114 - dev-libs/protobuf:=
115 - >=net-libs/zeromq-3.2.0:=
116 - sys-apps/util-linux
117 - net-libs/cppzmq
118 -"
119 -RDEPEND="${DEPEND}"
120 -DEPEND="${DEPEND}
121 - virtual/pkgconfig"
122 -CMAKE_BUILD_TYPE=RelWithDebInfo
123 -PATCHES=( "${FILESDIR}/protobuf3.patch" )
124 -S="${WORKDIR}/${PN}2-${PV}"
125 -
126 -src_configure() {
127 - # upstream appends this conditionally...
128 - append-flags "-fPIC"
129 - echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
130 - sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
131 - cmake-utils_src_configure
132 -}