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 D8185139085 for ; Thu, 29 Dec 2016 15:16:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C6EBE0BB1; Thu, 29 Dec 2016 15:16:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A126E0BB1 for ; Thu, 29 Dec 2016 15:16:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E821F341647 for ; Thu, 29 Dec 2016 15:16:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B105A24E0 for ; Thu, 29 Dec 2016 15:16:16 +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: <1483024566.1e4f684e077c8b0800b87e203da3a5cffc5d6fd5.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sdformat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/sdformat/Manifest dev-libs/sdformat/sdformat-4.1.1-r1.ebuild X-VCS-Directories: dev-libs/sdformat/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1e4f684e077c8b0800b87e203da3a5cffc5d6fd5 X-VCS-Branch: master Date: Thu, 29 Dec 2016 15:16:16 +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: 25ef3a3e-442c-49e2-b549-714fe46e2d05 X-Archives-Hash: 862acbbd1afcbe4383c9112f47b28981 commit: 1e4f684e077c8b0800b87e203da3a5cffc5d6fd5 Author: Alexis Ballier gentoo org> AuthorDate: Thu Dec 29 15:16:06 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Dec 29 15:16:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4f684e dev-libs/sdformat: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-libs/sdformat/Manifest | 1 - dev-libs/sdformat/sdformat-4.1.1-r1.ebuild | 40 ------------------------------ 2 files changed, 41 deletions(-) diff --git a/dev-libs/sdformat/Manifest b/dev-libs/sdformat/Manifest index af09a9c..f7af93d 100644 --- a/dev-libs/sdformat/Manifest +++ b/dev-libs/sdformat/Manifest @@ -1,2 +1 @@ -DIST sdformat-4.1.1.tar.bz2 443491 SHA256 e2656984ea0411f5132363c2722b1016524195853b05fdd99e9b7dd3fa4031b1 SHA512 c124d8d4cde4dddd289ce2a83708fe3c6db31df186697b9c8c9d7fbec136cbd8f0418576590897089288885688369dae3ecb0993d74a2228077c7928499bfb32 WHIRLPOOL 3f3ba54d5bda89da87d9d8ff254b153929dd900d7611f36d92e2c5ea930b96416ff7c41b303aa04fb43c464e21739ada48fbfa175ef6dacdb53dfb034ad5cd67 DIST sdformat-4.2.0.tar.bz2 445091 SHA256 75e2d053f97ca33456109b4d7794e6b7d26deef59c778f0d9e25d1369b24b094 SHA512 f4f79a07b009ab09e700de76a1dcb4a6737f894bd30789baea8b99d1476ddb5d7242f783a4c3dda7490fc798b692c79941d30880661ed560eaaf8c16a4449ad1 WHIRLPOOL 6a6ebe3d9371ca2a79b62d8d563931f39a2045541fd7c161485ef51d1ecb2f8bb529bab07b289874a984f6934d147754d2097bd6cf48ee5749f93a1b1a27db87 diff --git a/dev-libs/sdformat/sdformat-4.1.1-r1.ebuild b/dev-libs/sdformat/sdformat-4.1.1-r1.ebuild deleted file mode 100644 index 66bc9be..00000000 --- a/dev-libs/sdformat/sdformat-4.1.1-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="Simulation Description Format (SDF) parser" -HOMEPAGE="http://sdformat.org/" -SRC_URI="http://osrf-distributions.s3.amazonaws.com/sdformat/releases/${P}.tar.bz2" - -LICENSE="Apache-2.0" -# subslot = libsdformat major -SLOT="0/4" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - >=dev-libs/urdfdom-1:= - dev-libs/tinyxml - dev-libs/boost:= - sci-libs/ignition-math:2= -" -DEPEND="${RDEPEND} - dev-lang/ruby:* - virtual/pkgconfig -" -CMAKE_BUILD_TYPE=RelWithDebInfo -PATCHES=( "${FILESDIR}/urdfdom1.patch" ) - -src_configure() { - 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 - local mycmakeargs=( - "-DUSE_EXTERNAL_URDF=ON" - "-DUSE_EXTERNAL_TINYXML=ON" - ) - cmake-utils_src_configure -}