Gentoo Archives: gentoo-commits

From: Dennis Lamm <expeditioneer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libarcus/
Date: Sun, 11 Oct 2020 11:26:03
Message-Id: 1602415547.88f367bc980feab10cd4701f3fd97be6ccebcc1e.expeditioneer@gentoo
1 commit: 88f367bc980feab10cd4701f3fd97be6ccebcc1e
2 Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 11:02:03 2020 +0000
4 Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 11:25:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f367bc
7
8 dev-libs/libarcus: drop old
9
10 Signed-off-by: Dennis Lamm <expeditoneer <AT> gentoo.org>
11 Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
12
13 dev-libs/libarcus/Manifest | 4 ---
14 dev-libs/libarcus/libarcus-3.4.1.ebuild | 44 ------------------------
15 dev-libs/libarcus/libarcus-3.6.0.ebuild | 44 ------------------------
16 dev-libs/libarcus/libarcus-4.2.0.ebuild | 44 ------------------------
17 dev-libs/libarcus/libarcus-4.3.0-r1.ebuild | 54 ------------------------------
18 5 files changed, 190 deletions(-)
19
20 diff --git a/dev-libs/libarcus/Manifest b/dev-libs/libarcus/Manifest
21 index fbb9e38d5cc..d8ca478bc09 100644
22 --- a/dev-libs/libarcus/Manifest
23 +++ b/dev-libs/libarcus/Manifest
24 @@ -1,6 +1,2 @@
25 -DIST libarcus-3.4.1.tar.gz 29699 BLAKE2B 73f132ff9d908468f1d67c54b7430ac84c0aebb5dd12282dc894b877a91da3f9822e4db8bf16cb53f313396598d3890be9e06e50737b0a50edfc84543285f251 SHA512 63ed8d8da389641b91ed955624c04ca5488f98d3ef409c4a94ad1962155d6aedd8d61ca0231543cfe4e92ae10beb00001f957eb48f74b0c21447a1bd9b66d85d
26 -DIST libarcus-3.6.0.tar.gz 29469 BLAKE2B c032dd51631b10c04e69dac4425c8a5d180cf8c983b896330b2dcd5d479467d6a2e94827ef8accad25399167457e5ae9e96f1a363c986be33de8255c3e80b1fb SHA512 1bc50a08cbec61edefd78f3c347cca08f6bc40a308472bf6788c2c8962b03ea81b32357be18a3c34847c121eb52ee6836da22cea65b1a8f64b7c924bda290430
27 -DIST libarcus-4.2.0.tar.gz 30582 BLAKE2B cb2390d7fc8942cbdd880385313f4bd8886a1ea4eaa5246c76b0b3243e8a099953ecf51d09486e005c8c14783ec67435b33068efae2ea6075edf91b90b9fa9b2 SHA512 f9a38d095a2ba2ab29a382466ce16d1c0f5cdb34b60a2b930529edac94de177d7bed37ee26bf615833c94ccd0e3b7c71d502f5f815d92eeffdf3bc1f15b49ba5
28 -DIST libarcus-4.3.0.tar.gz 30540 BLAKE2B 58937764d9eec4a235bcc26aa85ab1f1418ae2c576c24759fee5155c7690a3a5feee1946cbae8e7836fd4eccdb0f673167aeda46c3dae124101cfb03510697e8 SHA512 b3893e3c422de85a6968443a6f26149e9dee9f15038c11c219693b9aa8d5174d908421e33c8e3ce4e4ecab8c5077da217b44a9ec6bb4b351ff67b7f2d42cc890
29 DIST libarcus-4.6.1.tar.gz 31938 BLAKE2B c1da0181e07f297549df92ed23848343f0dadf94af7ce64ff2661e5c09c68768d47180aff505f2a225af2d49e493b8511ac9560a9b51a4eef98d6da82566b093 SHA512 3c56133fee2eb152f0557a1860d1d298b44a021a53247687ce938949c49e1999c3e2287552e67ff65a58bf6aecbd82c8412da394f83a9981bfa68d29e9501250
30 DIST libarcus-4.7.0.tar.gz 31944 BLAKE2B 93cd7e8dab674b1e145c0fd15bcc8901982e9c26f82fa5b6b9582568701b70edeb1a589e1e1c94f9e14100d08b12580e58aa1724917b88f9c099f12ca47e4e57 SHA512 5eb8e84ff8e87966fc3ff1d71ec69f8fece493e25e022f7f1ba7ef218e75b5be86cededc28faf57634b09617990f62247e6cd6f373f940cf145ee6d8e8635374
31
32 diff --git a/dev-libs/libarcus/libarcus-3.4.1.ebuild b/dev-libs/libarcus/libarcus-3.4.1.ebuild
33 deleted file mode 100644
34 index 120cd382001..00000000000
35 --- a/dev-libs/libarcus/libarcus-3.4.1.ebuild
36 +++ /dev/null
37 @@ -1,44 +0,0 @@
38 -# Copyright 1999-2020 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=6
42 -
43 -PYTHON_COMPAT=( python3_6 )
44 -
45 -inherit cmake-utils python-single-r1
46 -
47 -MY_PN="libArcus"
48 -
49 -DESCRIPTION="This library facilitates communication between Cura and its backend"
50 -HOMEPAGE="https://github.com/Ultimaker/libArcus"
51 -SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
52 -
53 -LICENSE="LGPL-3"
54 -SLOT="0/3"
55 -KEYWORDS="~amd64 ~x86"
56 -IUSE="examples python static-libs"
57 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
58 -
59 -RDEPEND="${PYTHON_DEPS}
60 - dev-libs/protobuf
61 - $(python_gen_cond_dep '
62 - dev-python/sip[${PYTHON_MULTI_USEDEP}]
63 - python? ( dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}] )
64 - ')"
65 -DEPEND="${RDEPEND}"
66 -
67 -S="${WORKDIR}/${MY_PN}-${PV}"
68 -
69 -pkg_setup() {
70 - use python && python-single-r1_pkg_setup
71 -}
72 -
73 -src_configure() {
74 - local mycmakeargs=(
75 - -DBUILD_PYTHON=$(usex python ON OFF)
76 - -DBUILD_EXAMPLES=$(usex examples ON OFF)
77 - -DBUILD_STATIC=$(usex static-libs ON OFF)
78 - )
79 - use python && mycmakeargs+=( -DPYTHON_SITE_PACKAGES_DIR="$(python_get_sitedir)" )
80 - cmake-utils_src_configure
81 -}
82
83 diff --git a/dev-libs/libarcus/libarcus-3.6.0.ebuild b/dev-libs/libarcus/libarcus-3.6.0.ebuild
84 deleted file mode 100644
85 index 120cd382001..00000000000
86 --- a/dev-libs/libarcus/libarcus-3.6.0.ebuild
87 +++ /dev/null
88 @@ -1,44 +0,0 @@
89 -# Copyright 1999-2020 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=6
93 -
94 -PYTHON_COMPAT=( python3_6 )
95 -
96 -inherit cmake-utils python-single-r1
97 -
98 -MY_PN="libArcus"
99 -
100 -DESCRIPTION="This library facilitates communication between Cura and its backend"
101 -HOMEPAGE="https://github.com/Ultimaker/libArcus"
102 -SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
103 -
104 -LICENSE="LGPL-3"
105 -SLOT="0/3"
106 -KEYWORDS="~amd64 ~x86"
107 -IUSE="examples python static-libs"
108 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
109 -
110 -RDEPEND="${PYTHON_DEPS}
111 - dev-libs/protobuf
112 - $(python_gen_cond_dep '
113 - dev-python/sip[${PYTHON_MULTI_USEDEP}]
114 - python? ( dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}] )
115 - ')"
116 -DEPEND="${RDEPEND}"
117 -
118 -S="${WORKDIR}/${MY_PN}-${PV}"
119 -
120 -pkg_setup() {
121 - use python && python-single-r1_pkg_setup
122 -}
123 -
124 -src_configure() {
125 - local mycmakeargs=(
126 - -DBUILD_PYTHON=$(usex python ON OFF)
127 - -DBUILD_EXAMPLES=$(usex examples ON OFF)
128 - -DBUILD_STATIC=$(usex static-libs ON OFF)
129 - )
130 - use python && mycmakeargs+=( -DPYTHON_SITE_PACKAGES_DIR="$(python_get_sitedir)" )
131 - cmake-utils_src_configure
132 -}
133
134 diff --git a/dev-libs/libarcus/libarcus-4.2.0.ebuild b/dev-libs/libarcus/libarcus-4.2.0.ebuild
135 deleted file mode 100644
136 index 0dbed3da3dd..00000000000
137 --- a/dev-libs/libarcus/libarcus-4.2.0.ebuild
138 +++ /dev/null
139 @@ -1,44 +0,0 @@
140 -# Copyright 1999-2020 Gentoo Authors
141 -# Distributed under the terms of the GNU General Public License v2
142 -
143 -EAPI=7
144 -
145 -PYTHON_COMPAT=( python3_6 )
146 -
147 -inherit cmake python-single-r1
148 -
149 -MY_PN="libArcus"
150 -
151 -DESCRIPTION="This library facilitates communication between Cura and its backend"
152 -HOMEPAGE="https://github.com/Ultimaker/libArcus"
153 -SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
154 -
155 -LICENSE="LGPL-3"
156 -SLOT="0/3"
157 -KEYWORDS="~amd64 ~x86"
158 -IUSE="examples python static-libs"
159 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
160 -
161 -RDEPEND="${PYTHON_DEPS}
162 - dev-libs/protobuf
163 - $(python_gen_cond_dep '
164 - dev-python/sip[${PYTHON_MULTI_USEDEP}]
165 - python? ( dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}] )
166 - ')"
167 -DEPEND="${RDEPEND}"
168 -
169 -S="${WORKDIR}/${MY_PN}-${PV}"
170 -
171 -pkg_setup() {
172 - use python && python-single-r1_pkg_setup
173 -}
174 -
175 -src_configure() {
176 - local mycmakeargs=(
177 - -DBUILD_PYTHON=$(usex python ON OFF)
178 - -DBUILD_EXAMPLES=$(usex examples ON OFF)
179 - -DBUILD_STATIC=$(usex static-libs ON OFF)
180 - )
181 -
182 - cmake_src_configure
183 -}
184
185 diff --git a/dev-libs/libarcus/libarcus-4.3.0-r1.ebuild b/dev-libs/libarcus/libarcus-4.3.0-r1.ebuild
186 deleted file mode 100644
187 index f949a913e19..00000000000
188 --- a/dev-libs/libarcus/libarcus-4.3.0-r1.ebuild
189 +++ /dev/null
190 @@ -1,54 +0,0 @@
191 -# Copyright 1999-2020 Gentoo Authors
192 -# Distributed under the terms of the GNU General Public License v2
193 -
194 -EAPI=7
195 -
196 -PYTHON_COMPAT=( python3_6 )
197 -
198 -inherit cmake python-single-r1
199 -
200 -MY_PN="libArcus"
201 -
202 -DESCRIPTION="This library facilitates communication between Cura and its backend"
203 -HOMEPAGE="https://github.com/Ultimaker/libArcus"
204 -SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
205 -
206 -LICENSE="LGPL-3"
207 -SLOT="0/3"
208 -KEYWORDS="~amd64 ~x86"
209 -IUSE="examples python static-libs"
210 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
211 -
212 -RDEPEND="${PYTHON_DEPS}
213 - dev-libs/protobuf
214 - $(python_gen_cond_dep '
215 - dev-python/sip[${PYTHON_MULTI_USEDEP}]
216 - python? ( dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}] )
217 - ')"
218 -DEPEND="${RDEPEND}"
219 -
220 -S="${WORKDIR}/${MY_PN}-${PV}"
221 -
222 -pkg_setup() {
223 - use python && python-single-r1_pkg_setup
224 -}
225 -
226 -src_prepare() {
227 - default
228 -
229 - # Find SIP for current python version, not the latest installed
230 - sed -i "s/find_package(Python3 3.4 REQUIRED/find_package(Python3 ${EPYTHON##python} EXACT REQUIRED/g" CMakeLists.txt || die
231 - sed -i "s/find_package(Python3 3.4 REQUIRED/find_package(Python3 ${EPYTHON##python} EXACT REQUIRED/g" cmake/FindSIP.cmake || die
232 -
233 - cmake_src_prepare
234 -}
235 -
236 -src_configure() {
237 - local mycmakeargs=(
238 - -DBUILD_EXAMPLES=$(usex examples ON OFF)
239 - -DBUILD_PYTHON=$(usex python ON OFF)
240 - -DBUILD_STATIC=$(usex static-libs ON OFF)
241 - )
242 -
243 - cmake_src_configure
244 -}