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: Mon, 25 Apr 2016 10:41:32
Message-Id: 1461580879.778c729f1c85b4b25031c78bce74844bf64b0867.aballier@gentoo
1 commit: 778c729f1c85b4b25031c78bce74844bf64b0867
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 25 10:38:18 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 25 10:41:19 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778c729f
7
8 net-libs/ignition-transport: remove old
9
10 Package-Manager: portage-2.2.28
11
12 net-libs/ignition-transport/Manifest | 3 --
13 .../ignition-transport-0.7.0.ebuild | 34 ---------------------
14 .../ignition-transport-0.9.0-r1.ebuild | 35 ----------------------
15 .../ignition-transport-1.0.1.ebuild | 35 ----------------------
16 4 files changed, 107 deletions(-)
17
18 diff --git a/net-libs/ignition-transport/Manifest b/net-libs/ignition-transport/Manifest
19 index 4be5c0a..b7cf4e6 100644
20 --- a/net-libs/ignition-transport/Manifest
21 +++ b/net-libs/ignition-transport/Manifest
22 @@ -1,4 +1 @@
23 -DIST ignition-transport-0.7.0.tar.bz2 339283 SHA256 93629936bf1de3fe8168f97028d76d5c34ad1ecb0869d1a2bbfc7ede0797dc61 SHA512 ce28f5cc9a4e2c71f84bdfd210f43c1410e8ae9bb59568e74ca0c33fe029ba41e016d2defbba8003f5a8228b4a068813c3fd6124f17e583c87dfa27d15303282 WHIRLPOOL 8fd7de962b67b94bde2e4c163d50b660d3b144260a3a8bdc0421775b7fb67c6b5bfd120897b076f6b94b8144720bad953fb00491845296521e3f15fb918bc4c5
24 -DIST ignition-transport-0.9.0.tar.bz2 345080 SHA256 3ff085d0398782e4e5edb48e86b6211eee38c56b415e000f7b02a398fba44895 SHA512 af6f3b678f5ac463b59feb603e138e2ce18f404ac73580384b6fdc2cb502c9f9fb8b3e9280ff250c3ea691dd986c6c6a31296b5e19cf96f5f785da09d2530cbc WHIRLPOOL e920d0e1250eaa38fa9a625dcb7d63cf3574abc9beede6554abc50d17f737d1ff58fa8a34302572cb9e827af72ee7ba3b8b30cc2fab33aa977db41c3ddc7b16b
25 -DIST ignition-transport-1.0.1.tar.bz2 342960 SHA256 584b9b2ff29c349893e8b97761acfea70097f45374554d5ed0b57abac1691e23 SHA512 82314bd413fac111c07ec1ba3f32ecee3995087a98b40c97f6c634ecad3ba6a046a600a3c387f6d7a33997bb7e5a1bac962613146ac09c717d91624333d7e0a3 WHIRLPOOL 0013302cb1216513505c8eff7f11c38e5ec1e4f370bfb00c910a2682b704e0140f9f9bc032fe092ff03aaa28f5e1ce8d14d246bc5a672a60be072fb4af4e6fab
26 DIST ignition-transport-1.1.0.tar.bz2 346403 SHA256 ed3617e7b1de58d3457f7cf79e6b70111f42a83e8f0c46dde834fce9516ffb7f SHA512 3493b0d3b00472544ee71d05faa6994b3f8fade0c56a886f797c458d9da82e894991188d59fca8de7474f482b86beacd440b51f0f590d710051dd83267cbc4a7 WHIRLPOOL 67dd0705ab501e0eaef6f9f61ef63e928581153bac5ca5d7b4d637e3e124c7e7a7bac12708d0eca887c236836a252dcd442f021572a4e0841a4a018b00eb0920
27
28 diff --git a/net-libs/ignition-transport/ignition-transport-0.7.0.ebuild b/net-libs/ignition-transport/ignition-transport-0.7.0.ebuild
29 deleted file mode 100644
30 index 1a6971c..0000000
31 --- a/net-libs/ignition-transport/ignition-transport-0.7.0.ebuild
32 +++ /dev/null
33 @@ -1,34 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -inherit cmake-utils vcs-snapshot flag-o-matic
41 -
42 -DESCRIPTION="Combines ZeroMQ with Protobufs to create a fast and efficient message passing system"
43 -HOMEPAGE="http://ignitionrobotics.org/libraries/transport"
44 -SRC_URI="http://gazebosim.org/distributions/ign-transport/releases/${P}.tar.bz2"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0/0"
48 -KEYWORDS="~amd64"
49 -IUSE=""
50 -
51 -DEPEND="
52 - dev-libs/protobuf:=
53 - >=net-libs/zeromq-3.2.0:=
54 - sys-apps/util-linux
55 -"
56 -RDEPEND="${DEPEND}"
57 -DEPEND="${DEPEND}
58 - virtual/pkgconfig"
59 -CMAKE_BUILD_TYPE=RelWithDebInfo
60 -
61 -src_configure() {
62 - # upstream appends this conditionally...
63 - append-flags "-fPIC"
64 - echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
65 - sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
66 - cmake-utils_src_configure
67 -}
68
69 diff --git a/net-libs/ignition-transport/ignition-transport-0.9.0-r1.ebuild b/net-libs/ignition-transport/ignition-transport-0.9.0-r1.ebuild
70 deleted file mode 100644
71 index f965d2f..0000000
72 --- a/net-libs/ignition-transport/ignition-transport-0.9.0-r1.ebuild
73 +++ /dev/null
74 @@ -1,35 +0,0 @@
75 -# Copyright 1999-2015 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -# $Id$
78 -
79 -EAPI=5
80 -
81 -inherit cmake-utils vcs-snapshot flag-o-matic
82 -
83 -DESCRIPTION="Combines ZeroMQ with Protobufs to create a fast and efficient message passing system"
84 -HOMEPAGE="http://ignitionrobotics.org/libraries/transport"
85 -SRC_URI="http://gazebosim.org/distributions/ign-transport/releases/${P}.tar.bz2"
86 -
87 -LICENSE="Apache-2.0"
88 -SLOT="0/0"
89 -KEYWORDS="~amd64"
90 -IUSE=""
91 -
92 -DEPEND="
93 - dev-libs/protobuf:=
94 - >=net-libs/zeromq-3.2.0:=
95 - sys-apps/util-linux
96 - net-libs/cppzmq
97 -"
98 -RDEPEND="${DEPEND}"
99 -DEPEND="${DEPEND}
100 - virtual/pkgconfig"
101 -CMAKE_BUILD_TYPE=RelWithDebInfo
102 -
103 -src_configure() {
104 - # upstream appends this conditionally...
105 - append-flags "-fPIC"
106 - echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
107 - sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
108 - cmake-utils_src_configure
109 -}
110
111 diff --git a/net-libs/ignition-transport/ignition-transport-1.0.1.ebuild b/net-libs/ignition-transport/ignition-transport-1.0.1.ebuild
112 deleted file mode 100644
113 index f965d2f..0000000
114 --- a/net-libs/ignition-transport/ignition-transport-1.0.1.ebuild
115 +++ /dev/null
116 @@ -1,35 +0,0 @@
117 -# Copyright 1999-2015 Gentoo Foundation
118 -# Distributed under the terms of the GNU General Public License v2
119 -# $Id$
120 -
121 -EAPI=5
122 -
123 -inherit cmake-utils vcs-snapshot flag-o-matic
124 -
125 -DESCRIPTION="Combines ZeroMQ with Protobufs to create a fast and efficient message passing system"
126 -HOMEPAGE="http://ignitionrobotics.org/libraries/transport"
127 -SRC_URI="http://gazebosim.org/distributions/ign-transport/releases/${P}.tar.bz2"
128 -
129 -LICENSE="Apache-2.0"
130 -SLOT="0/0"
131 -KEYWORDS="~amd64"
132 -IUSE=""
133 -
134 -DEPEND="
135 - dev-libs/protobuf:=
136 - >=net-libs/zeromq-3.2.0:=
137 - sys-apps/util-linux
138 - net-libs/cppzmq
139 -"
140 -RDEPEND="${DEPEND}"
141 -DEPEND="${DEPEND}
142 - virtual/pkgconfig"
143 -CMAKE_BUILD_TYPE=RelWithDebInfo
144 -
145 -src_configure() {
146 - # upstream appends this conditionally...
147 - append-flags "-fPIC"
148 - echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
149 - sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
150 - cmake-utils_src_configure
151 -}