Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libarcus/
Date: Wed, 02 Jan 2019 22:05:20
Message-Id: 1546466663.1912b05ade37656ac10f402f0ae49ed0dcd5b9ae.amynka@gentoo
1 commit: 1912b05ade37656ac10f402f0ae49ed0dcd5b9ae
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 21:55:26 2019 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 22:04:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1912b05a
7
8 dev-libs/libarcus: remove old 3.3.0, 3.5.1
9
10 Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-libs/libarcus/Manifest | 1 -
14 dev-libs/libarcus/libarcus-3.3.0.ebuild | 42 ---------------------------------
15 dev-libs/libarcus/libarcus-3.5.1.ebuild | 42 ---------------------------------
16 3 files changed, 85 deletions(-)
17
18 diff --git a/dev-libs/libarcus/Manifest b/dev-libs/libarcus/Manifest
19 index d697b5ee818..6b335ca00ad 100644
20 --- a/dev-libs/libarcus/Manifest
21 +++ b/dev-libs/libarcus/Manifest
22 @@ -1,4 +1,3 @@
23 -DIST libarcus-3.3.0.tar.gz 29695 BLAKE2B a63ca06133cf7db556fe82cc7ea060badd7838d697822d64e09c52aaa81a8509bfa6010037004593da3b1e66dde510767a992524f8e1719e614932b88b9393fe SHA512 a911fb5784ceb835ba2c175ce42cc10544bdd0834e987d8ac1be2517293f00e596f94910d8bf5f37f61e63246ba6e78d28a23bc061809e70b1bb6ad1a21107c9
24 DIST libarcus-3.4.1.tar.gz 29699 BLAKE2B 73f132ff9d908468f1d67c54b7430ac84c0aebb5dd12282dc894b877a91da3f9822e4db8bf16cb53f313396598d3890be9e06e50737b0a50edfc84543285f251 SHA512 63ed8d8da389641b91ed955624c04ca5488f98d3ef409c4a94ad1962155d6aedd8d61ca0231543cfe4e92ae10beb00001f957eb48f74b0c21447a1bd9b66d85d
25 DIST libarcus-3.5.1.tar.gz 28935 BLAKE2B ae850a0923e45446f248fb9944cd795cfa07e05ae4a1c0c91089fd60711603cb1c7b6c3ec81e71496e1a5a2752abb215cbcf725be65a0f8ca92dd0c9d24ed3f1 SHA512 a3cf8599aee83aa080d23849c2c9760e1342fd738db58f4e4bb974a9c3f3dfa34dab1fead6292aa6e27ad9a659fda7b92f031c141039bc3118df8f97cc4b8712
26 DIST libarcus-3.6.0.tar.gz 29469 BLAKE2B c032dd51631b10c04e69dac4425c8a5d180cf8c983b896330b2dcd5d479467d6a2e94827ef8accad25399167457e5ae9e96f1a363c986be33de8255c3e80b1fb SHA512 1bc50a08cbec61edefd78f3c347cca08f6bc40a308472bf6788c2c8962b03ea81b32357be18a3c34847c121eb52ee6836da22cea65b1a8f64b7c924bda290430
27
28 diff --git a/dev-libs/libarcus/libarcus-3.3.0.ebuild b/dev-libs/libarcus/libarcus-3.3.0.ebuild
29 deleted file mode 100644
30 index d0e49ef66b9..00000000000
31 --- a/dev-libs/libarcus/libarcus-3.3.0.ebuild
32 +++ /dev/null
33 @@ -1,42 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python3_{5,6} )
40 -
41 -inherit cmake-utils python-single-r1
42 -
43 -MY_PN="libArcus"
44 -
45 -DESCRIPTION="This library facilitates communication between Cura and its backend"
46 -HOMEPAGE="https://github.com/Ultimaker/libArcus"
47 -SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="LGPL-3"
50 -SLOT="0/3"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE="examples python static-libs"
53 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
54 -
55 -RDEPEND="${PYTHON_DEPS}
56 - dev-python/sip[${PYTHON_USEDEP}]
57 - dev-libs/protobuf
58 - python? ( dev-python/protobuf-python[${PYTHON_USEDEP}] )"
59 -DEPEND="${RDEPEND}"
60 -
61 -S="${WORKDIR}/${MY_PN}-${PV}"
62 -
63 -pkg_setup() {
64 - use python && python-single-r1_pkg_setup
65 -}
66 -
67 -src_configure() {
68 - local mycmakeargs=(
69 - -DBUILD_PYTHON=$(usex python ON OFF)
70 - -DBUILD_EXAMPLES=$(usex examples ON OFF)
71 - -DBUILD_STATIC=$(usex static-libs ON OFF)
72 - )
73 - use python && mycmakeargs+=( -DPYTHON_SITE_PACKAGES_DIR="$(python_get_sitedir)" )
74 - cmake-utils_src_configure
75 -}
76
77 diff --git a/dev-libs/libarcus/libarcus-3.5.1.ebuild b/dev-libs/libarcus/libarcus-3.5.1.ebuild
78 deleted file mode 100644
79 index 3714aa3353b..00000000000
80 --- a/dev-libs/libarcus/libarcus-3.5.1.ebuild
81 +++ /dev/null
82 @@ -1,42 +0,0 @@
83 -# Copyright 1999-2018 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=6
87 -
88 -PYTHON_COMPAT=( python3_{5,6} )
89 -
90 -inherit cmake-utils python-single-r1
91 -
92 -MY_PN="libArcus"
93 -
94 -DESCRIPTION="This library facilitates communication between Cura and its backend"
95 -HOMEPAGE="https://github.com/Ultimaker/libArcus"
96 -SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
97 -
98 -LICENSE="LGPL-3"
99 -SLOT="0/3"
100 -KEYWORDS="~amd64 ~x86"
101 -IUSE="examples python static-libs"
102 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
103 -
104 -RDEPEND="${PYTHON_DEPS}
105 - dev-python/sip[${PYTHON_USEDEP}]
106 - dev-libs/protobuf
107 - python? ( dev-python/protobuf-python[${PYTHON_USEDEP}] )"
108 -DEPEND="${RDEPEND}"
109 -
110 -S="${WORKDIR}/${MY_PN}-${PV}"
111 -
112 -pkg_setup() {
113 - use python && python-single-r1_pkg_setup
114 -}
115 -
116 -src_configure() {
117 - local mycmakeargs=(
118 - -DBUILD_PYTHON=$(usex python ON OFF)
119 - -DBUILD_EXAMPLES=$(usex examples ON OFF)
120 - -DBUILD_STATIC=$(usex static-libs ON OFF)
121 - )
122 - use python && mycmakeargs+=( -DPYTHON_SITE_PACKAGES_DIR="$(python_get_sitedir)" )
123 - cmake-utils_src_configure
124 -}