summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-16 09:12:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-16 14:36:02 +0200
commit618cc9912d3ec558f3e47bd465951c2ef360c6bc (patch)
tree59c36a31f212662ed367e1549224d572acce93ed /net-libs/ignition-msgs
parentnet-libs/ignition-transport: Drop old (diff)
downloadgentoo-618cc9912d3ec558f3e47bd465951c2ef360c6bc.tar.gz
gentoo-618cc9912d3ec558f3e47bd465951c2ef360c6bc.tar.bz2
gentoo-618cc9912d3ec558f3e47bd465951c2ef360c6bc.zip
net-libs/ignition-msgs: Drop 0.7.0
Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/ignition-msgs')
-rw-r--r--net-libs/ignition-msgs/Manifest1
-rw-r--r--net-libs/ignition-msgs/ignition-msgs-0.7.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/net-libs/ignition-msgs/Manifest b/net-libs/ignition-msgs/Manifest
index 1870e5b2aa25..669eaae63940 100644
--- a/net-libs/ignition-msgs/Manifest
+++ b/net-libs/ignition-msgs/Manifest
@@ -1,2 +1 @@
-DIST ignition-msgs-0.7.0.tar.bz2 327753 BLAKE2B 7709b7fe5bc8d3ebd16ae30ac91d088a7e3891bc378f24ca48b34b88c541c3583182c3d9d3d6c72b7005f01ae5383f6391b4e754adb26f8ab06e9a31680e99dd SHA512 78b35eb6c9b53bd567d227191009cfb8628afa70f244cf05ad9440f370aa9c51a649160c9c65d13e81a48a3a34553614e9835e9a37fb91cad330c363f0a5f62f
DIST ignition-msgs-1.0.0.tar.bz2 315469 BLAKE2B a481f740ffb0795e64d1fa222ea4925e09839d56212f5218b4849c6f49a3e3a899af757ac1ad1997a95b57a401bac831a754ffa351cd142e6e9cbf07e7bae0ac SHA512 3ec16d68c35b1c7d77373eb3ed72304f5a990f57fc15a91f49af49bf0c6b43e6f31e888e4b0a8308cc63840aa995dd423d5b23d28a98f132b4be13c46f5d7d6e
diff --git a/net-libs/ignition-msgs/ignition-msgs-0.7.0.ebuild b/net-libs/ignition-msgs/ignition-msgs-0.7.0.ebuild
deleted file mode 100644
index 6618d9aad104..000000000000
--- a/net-libs/ignition-msgs/ignition-msgs-0.7.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Protobuf messages and functions for robot applications"
-HOMEPAGE="https://ignitionrobotics.org/libraries/messages https://bitbucket.org/ignitionrobotics/ign-msgs"
-SRC_URI="https://osrf-distributions.s3.amazonaws.com/ign-msgs/releases/${P}.tar.bz2"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-libs/protobuf:=
- sci-libs/ignition-math:3="
-RDEPEND="${DEPEND}"
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-src_configure() {
- # upstream appends this conditionally...
- append-flags "-fPIC"
- echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
- sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
- cmake-utils_src_configure
-}