From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 756C2138332 for ; Sun, 7 Jan 2018 07:08:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98EADE08C3; Sun, 7 Jan 2018 07:08:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68DCBE08C3 for ; Sun, 7 Jan 2018 07:08:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34C4B335D65 for ; Sun, 7 Jan 2018 07:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1BA41A6 for ; Sun, 7 Jan 2018 07:08:34 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1515308690.9baa6c16da83b4d8a791ef4b0127b3218d1686b2.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ignition-transport/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ignition-transport/Manifest net-libs/ignition-transport/ignition-transport-3.0.1.ebuild X-VCS-Directories: net-libs/ignition-transport/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 9baa6c16da83b4d8a791ef4b0127b3218d1686b2 X-VCS-Branch: master Date: Sun, 7 Jan 2018 07:08:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 540bc8c0-6305-422c-b639-769ab4bbd78f X-Archives-Hash: 3752a49dd8d386469fc23554f5975a83 commit: 9baa6c16da83b4d8a791ef4b0127b3218d1686b2 Author: Alexis Ballier gentoo org> AuthorDate: Sun Jan 7 07:04:50 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jan 7 07:04:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9baa6c16 net-libs/ignition-transport: Remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-libs/ignition-transport/Manifest | 1 - .../ignition-transport-3.0.1.ebuild | 36 ---------------------- 2 files changed, 37 deletions(-) diff --git a/net-libs/ignition-transport/Manifest b/net-libs/ignition-transport/Manifest index 156c1963def..3c0b0411f41 100644 --- a/net-libs/ignition-transport/Manifest +++ b/net-libs/ignition-transport/Manifest @@ -1,2 +1 @@ -DIST ignition-transport3-3.0.1.tar.bz2 384679 BLAKE2B 1aace81c8d708dc06dedb53453718b019b1472c6c787fddb3b76c9e97cf2d518db2e037c20451b10c31db8a31d87b70f93c8339515a98f376bb660798bf07cd8 SHA512 a2e80d3b5a8b0ca327bd8892d1177f8316d3e2dbbb6f064626e00eb5e67572519377290973527d69ab4a8ff3970c350a7066625429d3a8403a5be8d491fb89c6 DIST ignition-transport3-3.1.0.tar.bz2 385946 BLAKE2B 0ae44f0e1cd17369de9ee39f0d128ee5edbc68c1be672be5476d7cf8c161f59c069af63cec1966f6e0ba1c9e56ade0563b6546f7f285bdc49b6941939e2a4379 SHA512 438ab49f1c506e098c00becccf1856b3e0129d60f9aca32f713a74b38aefb178833353ff479c8512e7ffec812bdc0a06eb7f28f09766dc0cc5a9707184151555 diff --git a/net-libs/ignition-transport/ignition-transport-3.0.1.ebuild b/net-libs/ignition-transport/ignition-transport-3.0.1.ebuild deleted file mode 100644 index 8c6b71bda1c..00000000000 --- a/net-libs/ignition-transport/ignition-transport-3.0.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils vcs-snapshot flag-o-matic - -DESCRIPTION="Combines ZeroMQ with Protobufs to create a fast and efficient message passing system" -HOMEPAGE="http://ignitionrobotics.org/libraries/transport" -SRC_URI="http://gazebosim.org/distributions/ign-transport/releases/${PN}3-${PV}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="3/3" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - net-libs/ignition-msgs:= - dev-libs/protobuf:= - >=net-libs/zeromq-3.2.0:= - sys-apps/util-linux - net-libs/cppzmq -" -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} - virtual/pkgconfig" -CMAKE_BUILD_TYPE=RelWithDebInfo -S="${WORKDIR}/${PN}3-${PV}" - -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 -}