public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ignition-msgs/
Date: Tue, 16 Oct 2018 12:36:16 +0000 (UTC)	[thread overview]
Message-ID: <1539693362.618cc9912d3ec558f3e47bd465951c2ef360c6bc.asturm@gentoo> (raw)

commit:     618cc9912d3ec558f3e47bd465951c2ef360c6bc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 16 07:12:06 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 12:36:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618cc991

net-libs/ignition-msgs: Drop 0.7.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/ignition-msgs/Manifest                   |  1 -
 net-libs/ignition-msgs/ignition-msgs-0.7.0.ebuild | 28 -----------------------
 2 files changed, 29 deletions(-)

diff --git a/net-libs/ignition-msgs/Manifest b/net-libs/ignition-msgs/Manifest
index 1870e5b2aa2..669eaae6394 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 6618d9aad10..00000000000
--- 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
-}


             reply	other threads:[~2018-10-16 12:36 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-16 12:36 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-08  9:47 [gentoo-commits] repo/gentoo:master commit in: net-libs/ignition-msgs/ Alexis Ballier
2022-09-27 15:33 Alexis Ballier
2022-08-24 10:19 Alexis Ballier
2022-08-24 10:19 Alexis Ballier
2021-08-12 13:34 Alexis Ballier
2021-08-12 13:34 Alexis Ballier
2021-05-30 19:38 Andreas Sturmlechner
2020-11-26 18:23 Andreas Sturmlechner
2020-09-07  9:43 Alexis Ballier
2020-09-07  9:43 Alexis Ballier
2020-05-15 16:34 Alexis Ballier
2020-05-15 16:34 Alexis Ballier
2018-02-22 20:19 Alexis Ballier
2018-01-07  7:08 Alexis Ballier
2017-04-12  9:48 Alexis Ballier
2017-01-23 12:31 Alexis Ballier
2017-01-22  8:44 Alexis Ballier
2016-12-12 20:24 Alexis Ballier
2016-11-29 19:54 Alexis Ballier
2016-11-29 12:18 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1539693362.618cc9912d3ec558f3e47bd465951c2ef360c6bc.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox