Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sdformat/
Date: Sun, 27 Feb 2022 10:33:01
Message-Id: 1645957967.866ae8e6d0027a9626bbbf0d35bedf16cbe341d1.soap@gentoo
1 commit: 866ae8e6d0027a9626bbbf0d35bedf16cbe341d1
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 10:32:47 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 10:32:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866ae8e6
7
8 dev-libs/sdformat: [QA] cmake-utils.eclass cleanup
9
10 Closes: https://bugs.gentoo.org/811951
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-libs/sdformat/Manifest | 3 ---
14 dev-libs/sdformat/sdformat-9.2.0.ebuild | 39 ---------------------------------
15 dev-libs/sdformat/sdformat-9.3.0.ebuild | 39 ---------------------------------
16 dev-libs/sdformat/sdformat-9.5.0.ebuild | 39 ---------------------------------
17 4 files changed, 120 deletions(-)
18
19 diff --git a/dev-libs/sdformat/Manifest b/dev-libs/sdformat/Manifest
20 index ecf8c86634a7..2f180b5f76dc 100644
21 --- a/dev-libs/sdformat/Manifest
22 +++ b/dev-libs/sdformat/Manifest
23 @@ -1,4 +1 @@
24 -DIST sdformat-9.2.0.tar.bz2 644484 BLAKE2B 2f6382414bd7d47bfafb66c8352e5a90cd236bdfcfc7c3119eab154b8d0bb5fddf2127b16e222bb90326dbf91f95b111643eede17ebe38f27bb164cf31d7f263 SHA512 bc9422207f56d7fd5f53249f856be5fe00f078e168d7e93ab10f5544e4963888cb7c0a1b1f449739e2490b0d5aad3c5a72d8408333dd6ae550b5d66f6bcde42a
25 -DIST sdformat-9.3.0.tar.bz2 648239 BLAKE2B 3dfedbcb7b52d3c9384f7a4b119b3e664b9e6bd6bd93bc5ad7a5db4228474bd3e6f8d98d1fd761f49386175e45b7083b57cee02cf4a930e19ba8ef78187af71b SHA512 16ff7643baf5738a1a833f1484c79566960c9093c4a3842ae82a14faca14feef34e7293fbc78c0fea78e8a1b1b9710414587ca5260c17562759df245d458b942
26 -DIST sdformat-9.5.0.tar.bz2 651125 BLAKE2B 08ca0e9df9620345905e5307b555fd72c106a59090b7d2fd8fb9cc32198d07fa31fa64e60a25dc47844ebc279bb6e3ad78e457e6ba563158404a3198222d08e9 SHA512 b96797df2a7f43b4d426673fad7dbc0a5e20a846a66d804c7c3eb01ec008b52f8bc119ae1e6062a4a748240fb7172c909fd1e66ac3b52f3d01bc5a347d734908
27 DIST sdformat-9.7.0.tar.bz2 699483 BLAKE2B a7f831fa42cc6371afaee47876bee5d2b8e9ef3b05a9fa8281e1746d0b038fb75b0f96d5e84b615b114a25424de65be08dbea052a53813d01b07ca8a1c0d08b9 SHA512 8b05dfaa47dea7cf55dafbed828b3c361f1c13f368fd4ac50cd35c1be859e401bdbd500a79286f7b8b0e6bac04f92a4c406e910a22aa1a9583aa8ffb660c1f89
28
29 diff --git a/dev-libs/sdformat/sdformat-9.2.0.ebuild b/dev-libs/sdformat/sdformat-9.2.0.ebuild
30 deleted file mode 100644
31 index 2e44e5b271f2..000000000000
32 --- a/dev-libs/sdformat/sdformat-9.2.0.ebuild
33 +++ /dev/null
34 @@ -1,39 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
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 -# subslot = libsdformat major
48 -SLOT="0/9"
49 -KEYWORDS="~amd64"
50 -IUSE=""
51 -
52 -RDEPEND="
53 - >=dev-libs/urdfdom-1:=
54 - dev-libs/tinyxml
55 - dev-libs/boost:=
56 - sci-libs/ignition-math:6=
57 -"
58 -DEPEND="${RDEPEND}"
59 -BDEPEND="
60 - dev-lang/ruby:*
61 - virtual/pkgconfig
62 -"
63 -CMAKE_BUILD_TYPE=RelWithDebInfo
64 -
65 -src_configure() {
66 - echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
67 - sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
68 - local mycmakeargs=(
69 - "-DUSE_INTERNAL_URDF=OFF"
70 - "-DUSE_EXTERNAL_TINYXML=ON"
71 - )
72 - cmake-utils_src_configure
73 -}
74
75 diff --git a/dev-libs/sdformat/sdformat-9.3.0.ebuild b/dev-libs/sdformat/sdformat-9.3.0.ebuild
76 deleted file mode 100644
77 index 2e44e5b271f2..000000000000
78 --- a/dev-libs/sdformat/sdformat-9.3.0.ebuild
79 +++ /dev/null
80 @@ -1,39 +0,0 @@
81 -# Copyright 1999-2020 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=7
85 -
86 -inherit cmake-utils
87 -
88 -DESCRIPTION="Simulation Description Format (SDF) parser"
89 -HOMEPAGE="http://sdformat.org/"
90 -SRC_URI="http://osrf-distributions.s3.amazonaws.com/sdformat/releases/${P}.tar.bz2"
91 -
92 -LICENSE="Apache-2.0"
93 -# subslot = libsdformat major
94 -SLOT="0/9"
95 -KEYWORDS="~amd64"
96 -IUSE=""
97 -
98 -RDEPEND="
99 - >=dev-libs/urdfdom-1:=
100 - dev-libs/tinyxml
101 - dev-libs/boost:=
102 - sci-libs/ignition-math:6=
103 -"
104 -DEPEND="${RDEPEND}"
105 -BDEPEND="
106 - dev-lang/ruby:*
107 - virtual/pkgconfig
108 -"
109 -CMAKE_BUILD_TYPE=RelWithDebInfo
110 -
111 -src_configure() {
112 - echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
113 - sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
114 - local mycmakeargs=(
115 - "-DUSE_INTERNAL_URDF=OFF"
116 - "-DUSE_EXTERNAL_TINYXML=ON"
117 - )
118 - cmake-utils_src_configure
119 -}
120
121 diff --git a/dev-libs/sdformat/sdformat-9.5.0.ebuild b/dev-libs/sdformat/sdformat-9.5.0.ebuild
122 deleted file mode 100644
123 index 7e9289e7fc28..000000000000
124 --- a/dev-libs/sdformat/sdformat-9.5.0.ebuild
125 +++ /dev/null
126 @@ -1,39 +0,0 @@
127 -# Copyright 1999-2021 Gentoo Authors
128 -# Distributed under the terms of the GNU General Public License v2
129 -
130 -EAPI=7
131 -
132 -inherit cmake-utils
133 -
134 -DESCRIPTION="Simulation Description Format (SDF) parser"
135 -HOMEPAGE="http://sdformat.org/"
136 -SRC_URI="http://osrf-distributions.s3.amazonaws.com/sdformat/releases/${P}.tar.bz2"
137 -
138 -LICENSE="Apache-2.0"
139 -# subslot = libsdformat major
140 -SLOT="0/9"
141 -KEYWORDS="~amd64"
142 -IUSE=""
143 -
144 -RDEPEND="
145 - >=dev-libs/urdfdom-1:=
146 - dev-libs/tinyxml
147 - dev-libs/boost:=
148 - sci-libs/ignition-math:6=
149 -"
150 -DEPEND="${RDEPEND}"
151 -BDEPEND="
152 - dev-lang/ruby:*
153 - virtual/pkgconfig
154 -"
155 -CMAKE_BUILD_TYPE=RelWithDebInfo
156 -
157 -src_configure() {
158 - echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
159 - sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
160 - local mycmakeargs=(
161 - "-DUSE_INTERNAL_URDF=OFF"
162 - "-DUSE_EXTERNAL_TINYXML=ON"
163 - )
164 - cmake-utils_src_configure
165 -}