commit:     9153caa6dbbbf67533e4599d79de26d2fc64cb41
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 16:33:18 2018 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 16:36:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9153caa6

dev-libs/libcharon: version bump 3.4.1

Bug: https://bugs.gentoo.org/660884
Submitted-by: <qwertyqwertyq <AT> protonmail.com>
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/libcharon/Manifest               |  1 +
 dev-libs/libcharon/libcharon-3.4.1.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/dev-libs/libcharon/Manifest b/dev-libs/libcharon/Manifest
index 2adddb46191..53809367391 100644
--- a/dev-libs/libcharon/Manifest
+++ b/dev-libs/libcharon/Manifest
@@ -1 +1,2 @@
 DIST libcharon-3.3.0.tar.gz 141001 BLAKE2B 
80d880ac274a53dc6673d9993ef8474091a036e6faac8fa44df3ace0f4b2fcf0102229b0f407acf9f7df7c56fb08a60c7ac3b7078e5e5daf86e1f0fe3fa453fa
 SHA512 
92e7a33c77d05224f0b07c92f105d66010e727f67ec51e6dc314c001953e14047a7d59e2e0887950dcd38d25595df5186161ff1c0272a1193bcd8ccd64b0033b
+DIST libcharon-3.4.1.tar.gz 143489 BLAKE2B 
e8eb5317c708b808981cf8cb53614b54a34abca284457716b7997633a86e3cc2101f788b5c39b9292944d884985f3c342459626282695be484be5adf32b53501
 SHA512 
9aa269e477ce6c5c563986fcfd0061032dc58df30a7bd687a243db06ef071e888d45cc2c47cfeaac0837672529d6b3150a0a60d0cb357cea5035e47ba16115f3

diff --git a/dev-libs/libcharon/libcharon-3.4.1.ebuild 
b/dev-libs/libcharon/libcharon-3.4.1.ebuild
new file mode 100644
index 00000000000..ca9cf5b39c6
--- /dev/null
+++ b/dev-libs/libcharon/libcharon-3.4.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{5,6} )
+inherit cmake-utils python-single-r1
+
+MY_PN="libCharon"
+
+DESCRIPTION="This library facilitates communication between Cura and its 
backend"
+HOMEPAGE="https://github.com/Ultimaker/libCharon";
+SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0/3"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_PN}-${PV}"

Reply via email to