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-transport/
Date: Tue, 16 Oct 2018 12:36:26
Message-Id: 1539693362.a6eeee6f34010d1e4f17e4b9568ceb254db11410.asturm@gentoo
1 commit: a6eeee6f34010d1e4f17e4b9568ceb254db11410
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 16 01:43:02 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=a6eeee6f
7
8 net-libs/ignition-transport: Drop old
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-transport/Manifest | 1 -
14 .../ignition-transport-3.1.0-r1.ebuild | 36 ----------------------
15 2 files changed, 37 deletions(-)
16
17 diff --git a/net-libs/ignition-transport/Manifest b/net-libs/ignition-transport/Manifest
18 index 60280941d26..5d89675dd91 100644
19 --- a/net-libs/ignition-transport/Manifest
20 +++ b/net-libs/ignition-transport/Manifest
21 @@ -1,2 +1 @@
22 -DIST ignition-transport3-3.1.0.tar.bz2 385946 BLAKE2B 0ae44f0e1cd17369de9ee39f0d128ee5edbc68c1be672be5476d7cf8c161f59c069af63cec1966f6e0ba1c9e56ade0563b6546f7f285bdc49b6941939e2a4379 SHA512 438ab49f1c506e098c00becccf1856b3e0129d60f9aca32f713a74b38aefb178833353ff479c8512e7ffec812bdc0a06eb7f28f09766dc0cc5a9707184151555
23 DIST ignition-transport4-4.0.0.tar.bz2 396662 BLAKE2B cb4c56954ddcd863d60941c43e38624747ca07e6cb5c7404309012dc9d22fb8a053e1113b117a0ee8447e32b6b52318b5b4844a050e4b8c1feccc2de391c46bf SHA512 90facd527e953d3319b4b3b7c5efa610d6c965fcaaf053b8b32039825fccca89c17f153ffec5c0562d4d3d534741f3d6c1a603eb2c75fd5cb217bf22a6d6e503
24
25 diff --git a/net-libs/ignition-transport/ignition-transport-3.1.0-r1.ebuild b/net-libs/ignition-transport/ignition-transport-3.1.0-r1.ebuild
26 deleted file mode 100644
27 index d061cf3b13b..00000000000
28 --- a/net-libs/ignition-transport/ignition-transport-3.1.0-r1.ebuild
29 +++ /dev/null
30 @@ -1,36 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit cmake-utils vcs-snapshot flag-o-matic
37 -
38 -DESCRIPTION="Combines ZeroMQ with Protobufs to create a fast and efficient message passing system"
39 -HOMEPAGE="https://ignitionrobotics.org/libraries/transport"
40 -SRC_URI="http://gazebosim.org/distributions/ign-transport/releases/${PN}3-${PV}.tar.bz2"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="3/3"
44 -KEYWORDS="~amd64"
45 -IUSE=""
46 -
47 -DEPEND="
48 - net-libs/ignition-msgs:0=
49 - dev-libs/protobuf:=
50 - >=net-libs/zeromq-3.2.0:=
51 - sys-apps/util-linux
52 - net-libs/cppzmq
53 -"
54 -RDEPEND="${DEPEND}"
55 -DEPEND="${DEPEND}
56 - virtual/pkgconfig"
57 -CMAKE_BUILD_TYPE=RelWithDebInfo
58 -S="${WORKDIR}/${PN}3-${PV}"
59 -
60 -src_configure() {
61 - # upstream appends this conditionally...
62 - append-flags "-fPIC"
63 - echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
64 - sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
65 - cmake-utils_src_configure
66 -}