dev-libs/libcharon: version bump 3.4.1
authorAmy Liffey <amynka@gentoo.org>
Mon, 16 Jul 2018 16:33:18 +0000 (17:33 +0100)
committerAmy Liffey <amynka@gentoo.org>
Mon, 16 Jul 2018 16:36:13 +0000 (17:36 +0100)
Bug: https://bugs.gentoo.org/660884
Submitted-by: <qwertyqwertyq@protonmail.com>
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-libs/libcharon/Manifest
dev-libs/libcharon/libcharon-3.4.1.ebuild [new file with mode: 0644]

index 2adddb461917a99e02113c263f986d6a931c76c1..5380936739115751978e9bb6eb95255d9abfbf1a 100644 (file)
@@ -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 (file)
index 0000000..ca9cf5b
--- /dev/null
@@ -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}"