Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sdformat/
Date: Mon, 11 Jul 2016 07:58:56
Message-Id: 1468223922.d15002911abcb2742b9cb117aa4443b141d37146.aballier@gentoo
1 commit: d15002911abcb2742b9cb117aa4443b141d37146
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 11 07:56:05 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 11 07:58:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1500291
7
8 dev-libs/sdformat: remove old
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/sdformat/Manifest | 3 ---
13 dev-libs/sdformat/sdformat-3.6.0.ebuild | 38 --------------------------------
14 dev-libs/sdformat/sdformat-3.7.0.ebuild | 38 --------------------------------
15 dev-libs/sdformat/sdformat-4.0.0.ebuild | 39 ---------------------------------
16 4 files changed, 118 deletions(-)
17
18 diff --git a/dev-libs/sdformat/Manifest b/dev-libs/sdformat/Manifest
19 index f228ed8..0f95c4e 100644
20 --- a/dev-libs/sdformat/Manifest
21 +++ b/dev-libs/sdformat/Manifest
22 @@ -1,4 +1 @@
23 -DIST sdformat-3.6.0.tar.bz2 426280 SHA256 c7ddf7958aaae2b143c713a44a4e83210f9753bce8f0dccbaf9cfc41293896cd SHA512 01d765b4dbcc53a0c8f6e3bee738a7ebd1d3c14f5485848ddaa620ef150fe10f4ea891a5b10eb82308e83063b7467b2a84004b19825b7f3798ab049ebca9ee68 WHIRLPOOL 4ca9d2d9de6977fc61c2b12681800b9cb880cee97e6ee2f77af5a408905ece67e902165715e1a3768b95a5c3fb2758b0eafb4a498b748eac048b7c9ce8eff3c8
24 -DIST sdformat-3.7.0.tar.bz2 437218 SHA256 18251b133e4fde105f883518691f15fc9f1fc2af8b89ab6de4bc26b9df42761e SHA512 574132d91e20cf5a049d4d90602021f402ba9a6712d1db9ea513119ceb619af8efef0b5c637a755675896ba46e6325b8a038d4074e11b1de80a577696c73d650 WHIRLPOOL 5302c75b26ffd5517bf1254afef2e38ce0d845fb7a7db761f65cb6b03a27a86672a99b6610af257948074bfbbe13cc24042ed7699b4f2d0dacb5157aa8cd6026
25 -DIST sdformat-4.0.0.tar.bz2 443383 SHA256 b0f94bb40b0d83e35ff250a7916fdfd6df5cdc1e60c47bc53dd2da5e2378163e SHA512 1717695adad041ba1dac9407412ffd7a40bc41483dd637c40a7a9f8773197f5b16d670b2bbb511e88d90b7806f4b81f271084ece787e398d554ab95443bd81c9 WHIRLPOOL d35fc6af8edefe0271fd363605675c85ff7860bab18e50bed980daf2a76a4c8d63bb3198e774b51269525373a4c9ee69d20c6fad2bf208e345396a1caee6c135
26 DIST sdformat-4.1.0.tar.bz2 455347 SHA256 0f63e446a29073affed2427214aa04d23c1cb8331cdd1bd7d48768d7eee5862a SHA512 ce9b89c39b636de12811181dd9f52a7e6ff3abd1ac3ca9195cd93dd2665eadd455a5e989c063046ea5c1db3eb1898017a2546189027ed93e240f1457b47cd604 WHIRLPOOL c55353b8531a787092ac5ad4d225a38fcc5a0825792422a44a8d81e8e69ec22e9cd6a05948e68ff5756df3691c0ee12d596ce577b66b52566713a6fc69a39107
27
28 diff --git a/dev-libs/sdformat/sdformat-3.6.0.ebuild b/dev-libs/sdformat/sdformat-3.6.0.ebuild
29 deleted file mode 100644
30 index f970ca7..0000000
31 --- a/dev-libs/sdformat/sdformat-3.6.0.ebuild
32 +++ /dev/null
33 @@ -1,38 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -inherit cmake-utils
41 -
42 -DESCRIPTION="Simulation Description Format (SDF) parser"
43 -HOMEPAGE="http://sdformat.org/"
44 -SRC_URI="http://osrf-distributions.s3.amazonaws.com/sdformat/releases/${P}.tar.bz2"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -IUSE=""
50 -
51 -RDEPEND="
52 - dev-libs/urdfdom
53 - dev-libs/tinyxml
54 - dev-libs/boost:=
55 - sci-libs/ignition-math:2=
56 -"
57 -DEPEND="${RDEPEND}
58 - dev-lang/ruby:*
59 - virtual/pkgconfig
60 -"
61 -CMAKE_BUILD_TYPE=RelWithDebInfo
62 -
63 -src_configure() {
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 - local mycmakeargs=(
67 - "-DUSE_EXTERNAL_URDF=ON"
68 - "-DUSE_EXTERNAL_TINYXML=ON"
69 - )
70 - cmake-utils_src_configure
71 -}
72
73 diff --git a/dev-libs/sdformat/sdformat-3.7.0.ebuild b/dev-libs/sdformat/sdformat-3.7.0.ebuild
74 deleted file mode 100644
75 index f970ca7..0000000
76 --- a/dev-libs/sdformat/sdformat-3.7.0.ebuild
77 +++ /dev/null
78 @@ -1,38 +0,0 @@
79 -# Copyright 1999-2015 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -# $Id$
82 -
83 -EAPI=5
84 -
85 -inherit cmake-utils
86 -
87 -DESCRIPTION="Simulation Description Format (SDF) parser"
88 -HOMEPAGE="http://sdformat.org/"
89 -SRC_URI="http://osrf-distributions.s3.amazonaws.com/sdformat/releases/${P}.tar.bz2"
90 -
91 -LICENSE="Apache-2.0"
92 -SLOT="0"
93 -KEYWORDS="~amd64"
94 -IUSE=""
95 -
96 -RDEPEND="
97 - dev-libs/urdfdom
98 - dev-libs/tinyxml
99 - dev-libs/boost:=
100 - sci-libs/ignition-math:2=
101 -"
102 -DEPEND="${RDEPEND}
103 - dev-lang/ruby:*
104 - virtual/pkgconfig
105 -"
106 -CMAKE_BUILD_TYPE=RelWithDebInfo
107 -
108 -src_configure() {
109 - echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
110 - sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
111 - local mycmakeargs=(
112 - "-DUSE_EXTERNAL_URDF=ON"
113 - "-DUSE_EXTERNAL_TINYXML=ON"
114 - )
115 - cmake-utils_src_configure
116 -}
117
118 diff --git a/dev-libs/sdformat/sdformat-4.0.0.ebuild b/dev-libs/sdformat/sdformat-4.0.0.ebuild
119 deleted file mode 100644
120 index e125dad..0000000
121 --- a/dev-libs/sdformat/sdformat-4.0.0.ebuild
122 +++ /dev/null
123 @@ -1,39 +0,0 @@
124 -# Copyright 1999-2015 Gentoo Foundation
125 -# Distributed under the terms of the GNU General Public License v2
126 -# $Id$
127 -
128 -EAPI=5
129 -
130 -inherit cmake-utils
131 -
132 -DESCRIPTION="Simulation Description Format (SDF) parser"
133 -HOMEPAGE="http://sdformat.org/"
134 -SRC_URI="http://osrf-distributions.s3.amazonaws.com/sdformat/releases/${P}.tar.bz2"
135 -
136 -LICENSE="Apache-2.0"
137 -# subslot = libsdformat major
138 -SLOT="0/4"
139 -KEYWORDS="~amd64"
140 -IUSE=""
141 -
142 -RDEPEND="
143 - dev-libs/urdfdom
144 - dev-libs/tinyxml
145 - dev-libs/boost:=
146 - sci-libs/ignition-math:2=
147 -"
148 -DEPEND="${RDEPEND}
149 - dev-lang/ruby:*
150 - virtual/pkgconfig
151 -"
152 -CMAKE_BUILD_TYPE=RelWithDebInfo
153 -
154 -src_configure() {
155 - echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
156 - sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
157 - local mycmakeargs=(
158 - "-DUSE_EXTERNAL_URDF=ON"
159 - "-DUSE_EXTERNAL_TINYXML=ON"
160 - )
161 - cmake-utils_src_configure
162 -}