From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libarcus/
Date: Sun, 23 Jul 2017 11:05:57 +0000 (UTC) [thread overview]
Message-ID: <1500807560.039abd2b74b582228867b606d0aea588b7f5f512.alexxy@gentoo> (raw)
commit: 039abd2b74b582228867b606d0aea588b7f5f512
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 10:59:20 2017 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 10:59:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039abd2b
dev-libs/libarcus: Version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-libs/libarcus/Manifest | 1 +
dev-libs/libarcus/libarcus-2.6.0.ebuild | 40 +++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-libs/libarcus/Manifest b/dev-libs/libarcus/Manifest
index d9e05948e63..a4762a9bd82 100644
--- a/dev-libs/libarcus/Manifest
+++ b/dev-libs/libarcus/Manifest
@@ -1,2 +1,3 @@
DIST libarcus-1.0.0_pre20160307.tar.gz 40461 SHA256 ca4f286cc8bae08ddf166fa470f8381f25cf61629168ca965a2f4079e758ebfc SHA512 ec654fbe2d34ad60afd0c1f3745e9f0ef5709e3698ea78d17089dad5e86cb686f38a0ea4cca07b6911058ebdf61c17b51a89c002cbf74cbbd4a68a133d8984e5 WHIRLPOOL 0c688c0fb20022a14bce6870fd1da84c891b2f68f335d9f6ebcc25432dab51823b3e9d20be8a3a51a69bc1832c3cd55576c91e0246fcc15fc4456916d5278b28
DIST libarcus-2.3.1.tar.gz 41641 SHA256 084061c6b19effbc86648915f0df3e4a8e64356487d111ac75dd2ee052ad43e8 SHA512 24ac5dd784993658e823dc7111e0ff31e77f8d95c4f024a84a7db731577ba595427de0917911fe7e0ba5848241ad33237fe6edb90a5191741e9523f616dd06a6 WHIRLPOOL 912893ee2314bb16ac580169ecc39e2f23470500b699b6d2f9b3e7dda62341268754c05774693305bbfb4a5bbcaee9aeec7695f61eaa86eab6ff1494720445de
+DIST libarcus-2.6.0.tar.gz 39516 SHA256 4031a3b37aed0ddfeb7113d326117e8503be6ad0cc62d0e3d10161c1fdb2f3da SHA512 1a2c7ec83999f7874b9e82874e83550c7595fcbb0d4fcee2d84c2a06f4ec1147df30ac2e06e55552c718889fbd21146c43a9f8cf08ff282908b866bf87729ca8 WHIRLPOOL 4dab391d9607024cb3887dc7d896cac6ede99dba134383bd636ce97878ca89f513c6e081215ed39e35c568881a32e11e50cd169823187bafeac0360efb043651
diff --git a/dev-libs/libarcus/libarcus-2.6.0.ebuild b/dev-libs/libarcus/libarcus-2.6.0.ebuild
new file mode 100644
index 00000000000..59d80b0d81b
--- /dev/null
+++ b/dev-libs/libarcus/libarcus-2.6.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
+inherit cmake-utils python-single-r1
+
+MY_PN="libArcus"
+
+DESCRIPTION="This library facilitates communication between Cura and its backend"
+HOMEPAGE="https://github.com/Ultimaker/libArcus"
+SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="AGPL-3+"
+SLOT="0/2"
+IUSE="examples python static-libs"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="${PYTHON_DEPS}
+ dev-python/sip[${PYTHON_USEDEP}]
+ >=dev-libs/protobuf-3:=
+ >=dev-python/protobuf-python-3:*[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+S="${WORKDIR}/${MY_PN}-${PV}"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+pkg_setup() {
+ use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_PYTHON=$(usex python ON OFF)
+ -DBUILD_EXAMPLES=$(usex examples ON OFF)
+ -DBUILD_STATIC=$(usex static-libs ON OFF)
+ )
+ use python && mycmakeargs+=( -DPYTHON_SITE_PACKAGES_DIR="$(python_get_sitedir)" )
+ cmake-utils_src_configure
+}
next reply other threads:[~2017-07-23 11:06 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-23 11:05 Alexey Shvetsov [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-09 10:52 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libarcus/ Matthew Smith
2022-05-09 7:00 Michał Górny
2022-04-06 20:57 Jakov Smolić
2022-03-10 21:21 Jakov Smolić
2022-03-05 12:14 Matthew Smith
2022-03-05 11:54 Matthew Smith
2022-03-05 11:54 Matthew Smith
2022-02-28 19:43 Matthew Smith
2022-02-10 17:35 Marek Szuba
2021-11-02 8:38 Arthur Zamarin
2021-06-10 17:41 Dennis Lamm
2021-06-01 18:28 Andrew Ammerlaan
2021-02-07 21:30 Dennis Lamm
2020-10-11 11:25 Dennis Lamm
2020-09-19 16:34 Sam James
2020-08-31 4:35 Dennis Lamm
2020-07-15 17:01 Dennis Lamm
2020-05-25 21:04 Alexey Shvetsov
2020-05-25 19:42 Alexey Shvetsov
2020-02-09 16:18 Michał Górny
2019-10-16 5:22 Joonas Niilola
2019-08-25 17:59 Joonas Niilola
2019-01-03 18:18 Thomas Deutschmann
2019-01-02 22:05 Amy Liffey
2019-01-02 21:52 Amy Liffey
2018-11-18 17:02 Amy Liffey
2018-07-16 16:02 Amy Liffey
2018-06-14 20:14 Alexey Shvetsov
2018-06-14 13:11 Alexey Shvetsov
2018-06-14 13:11 Alexey Shvetsov
2018-06-14 13:11 Alexey Shvetsov
2016-12-05 9:48 Alexey Shvetsov
2016-05-22 17:05 Göktürk Yüksek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1500807560.039abd2b74b582228867b606d0aea588b7f5f512.alexxy@gentoo \
--to=alexxy@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox