Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcharon/
Date: Sun, 25 Aug 2019 17:59:34
Message-Id: 1566755946.efae0a15259f2f3bdf0f9d95713e1ca85165a755.juippis@gentoo
1 commit: efae0a15259f2f3bdf0f9d95713e1ca85165a755
2 Author: Michael Perlov <perlovka <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 4 16:04:21 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 25 17:59:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efae0a15
7
8 dev-libs/libcharon: version bump to 4.2.0
9
10 Closes: https://bugs.gentoo.org/691398
11 Package-Manager: Portage-2.3.70, Repoman-2.3.16
12 Signed-off-by: Michael Perlov <perlovka <AT> gmail.com>
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-libs/libcharon/Manifest | 1 +
16 dev-libs/libcharon/libcharon-4.2.0.ebuild | 23 +++++++++++++++++++++++
17 2 files changed, 24 insertions(+)
18
19 diff --git a/dev-libs/libcharon/Manifest b/dev-libs/libcharon/Manifest
20 index b09aa272745..c62a8015c5f 100644
21 --- a/dev-libs/libcharon/Manifest
22 +++ b/dev-libs/libcharon/Manifest
23 @@ -1,2 +1,3 @@
24 DIST libcharon-3.4.1.tar.gz 143489 BLAKE2B e8eb5317c708b808981cf8cb53614b54a34abca284457716b7997633a86e3cc2101f788b5c39b9292944d884985f3c342459626282695be484be5adf32b53501 SHA512 9aa269e477ce6c5c563986fcfd0061032dc58df30a7bd687a243db06ef071e888d45cc2c47cfeaac0837672529d6b3150a0a60d0cb357cea5035e47ba16115f3
25 DIST libcharon-3.6.0.tar.gz 143947 BLAKE2B 5787f734e0d494eb9fc151fcf240c36b0ade38546fbbcc4e563c4d746d3e3634bd7e599e8258c0f05d96f33f6ee8283101c7dcaa1e3583244e0109bdbff7a041 SHA512 15d2b0f348bb70ef4fd92e9a4f11ed8d70bd8ee0fcd1e1e8c71d4e04a54fb5dff66f7abe81fea34630f3e200dd1aae39c697dffd95ff35fb60ff06f4a443e8b4
26 +DIST libcharon-4.2.0.tar.gz 145482 BLAKE2B 38f2efa1c19f81646e8b9692c57d71dda0a53fcc7c120e973f8faf55a0d92d4f8daa21e3debb873f4965f37c7e1cf0f5f1aaaebb9d078565d4fcb3edc57c9314 SHA512 4011cba788ed1789c0f364d605dfe2fc775a1f5e0ab9f0457454094f9cc3a400fdc7241692e88abae968e32e3c5394bef95cd3f77d2c68e4dbfc73ed27905b86
27
28 diff --git a/dev-libs/libcharon/libcharon-4.2.0.ebuild b/dev-libs/libcharon/libcharon-4.2.0.ebuild
29 new file mode 100644
30 index 00000000000..b8424b88bd2
31 --- /dev/null
32 +++ b/dev-libs/libcharon/libcharon-4.2.0.ebuild
33 @@ -0,0 +1,23 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +PYTHON_COMPAT=( python3_{5,6} )
40 +inherit cmake-utils python-single-r1
41 +
42 +MY_PN="libCharon"
43 +
44 +DESCRIPTION="This library facilitates communication between Cura and its backend"
45 +HOMEPAGE="https://github.com/Ultimaker/libCharon"
46 +SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 +
48 +LICENSE="LGPL-3"
49 +SLOT="0/3"
50 +KEYWORDS="~amd64 ~x86"
51 +IUSE=""
52 +
53 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
54 +RDEPEND="${PYTHON_DEPS}"
55 +
56 +S="${WORKDIR}/${MY_PN}-${PV}"