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: Wed, 12 Oct 2016 11:23:44
Message-Id: 1476271404.5061198e5babaa197fcf46cb750111080cf56c5c.aballier@gentoo
1 commit: 5061198e5babaa197fcf46cb750111080cf56c5c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 12 08:52:32 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 12 11:23:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5061198e
7
8 net-libs/ignition-transport: remove old
9
10 Package-Manager: portage-2.3.2
11
12 net-libs/ignition-transport/Manifest | 2 --
13 .../ignition-transport-1.1.0.ebuild | 36 ----------------------
14 .../ignition-transport-1.2.0.ebuild | 36 ----------------------
15 3 files changed, 74 deletions(-)
16
17 diff --git a/net-libs/ignition-transport/Manifest b/net-libs/ignition-transport/Manifest
18 index 84353cc..8434713 100644
19 --- a/net-libs/ignition-transport/Manifest
20 +++ b/net-libs/ignition-transport/Manifest
21 @@ -1,3 +1 @@
22 -DIST ignition-transport-1.1.0.tar.bz2 346403 SHA256 ed3617e7b1de58d3457f7cf79e6b70111f42a83e8f0c46dde834fce9516ffb7f SHA512 3493b0d3b00472544ee71d05faa6994b3f8fade0c56a886f797c458d9da82e894991188d59fca8de7474f482b86beacd440b51f0f590d710051dd83267cbc4a7 WHIRLPOOL 67dd0705ab501e0eaef6f9f61ef63e928581153bac5ca5d7b4d637e3e124c7e7a7bac12708d0eca887c236836a252dcd442f021572a4e0841a4a018b00eb0920
23 -DIST ignition-transport-1.2.0.tar.bz2 351845 SHA256 80935b712aa175c7f72d66269a7c03c8db0082539fc2bea5f9e8d896754240cc SHA512 3826c8d267fcf702497c338db0f18e2297e03ce0f6de721773a0a61f16a4b505dda5269be335af4dfecf0d59402a098650ef41be6ba45d7a6ce53ee2f619ee95 WHIRLPOOL b982d75c980a7eed6c0f7cb753c17ebf9478b2b0dc9a47191562a64d249194faca00d3213809c042a2156dd1bbf97df50c8fedc1df151a63f4b70c3a9e882961
24 DIST ignition-transport-1.3.0.tar.bz2 348943 SHA256 5fd2d54b6554bd61b10d66cf5e4d597b44a55e30e16c8ba3e1f4382efcdee006 SHA512 a374325840263464ef6b1eef84f332106ac999ba3c2cb2dc425f5eecead27768007a3178f188cdb450ea72423148098333ee34a37344130afaaa4f6b75112d02 WHIRLPOOL 1e8d703757cedd67d0c6bcb36ee62e78c662eb7875426e928e5d7af5e141bf9fdf0998ab8c918e2786e890daa71c72c9ea40926d197628fe61c9a4dafbded31f
25
26 diff --git a/net-libs/ignition-transport/ignition-transport-1.1.0.ebuild b/net-libs/ignition-transport/ignition-transport-1.1.0.ebuild
27 deleted file mode 100644
28 index 94fde8b..00000000
29 --- a/net-libs/ignition-transport/ignition-transport-1.1.0.ebuild
30 +++ /dev/null
31 @@ -1,36 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -inherit cmake-utils vcs-snapshot flag-o-matic
39 -
40 -DESCRIPTION="Combines ZeroMQ with Protobufs to create a fast and efficient message passing system"
41 -HOMEPAGE="http://ignitionrobotics.org/libraries/transport"
42 -SRC_URI="http://gazebosim.org/distributions/ign-transport/releases/${P}.tar.bz2"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0/0"
46 -KEYWORDS="~amd64"
47 -IUSE=""
48 -
49 -DEPEND="
50 - dev-libs/protobuf:=
51 - >=net-libs/zeromq-3.2.0:=
52 - sys-apps/util-linux
53 - net-libs/cppzmq
54 -"
55 -RDEPEND="${DEPEND}"
56 -DEPEND="${DEPEND}
57 - virtual/pkgconfig"
58 -CMAKE_BUILD_TYPE=RelWithDebInfo
59 -PATCHES=( "${FILESDIR}/protobuf3.patch" )
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-1.2.0.ebuild b/net-libs/ignition-transport/ignition-transport-1.2.0.ebuild
70 deleted file mode 100644
71 index 94fde8b..00000000
72 --- a/net-libs/ignition-transport/ignition-transport-1.2.0.ebuild
73 +++ /dev/null
74 @@ -1,36 +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 -PATCHES=( "${FILESDIR}/protobuf3.patch" )
103 -
104 -src_configure() {
105 - # upstream appends this conditionally...
106 - append-flags "-fPIC"
107 - echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
108 - sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
109 - cmake-utils_src_configure
110 -}