summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Perlov <perlovka@gmail.com>2019-08-04 19:04:21 +0300
committerJoonas Niilola <juippis@gentoo.org>2019-08-25 20:59:06 +0300
commitefae0a15259f2f3bdf0f9d95713e1ca85165a755 (patch)
treeb93895e55411d5710c606747dbcfad796d411659 /dev-libs/libcharon/libcharon-4.2.0.ebuild
parentdev-libs/libarcus: version bump to 4.2.0 (diff)
downloadgentoo-efae0a15259f2f3bdf0f9d95713e1ca85165a755.tar.gz
gentoo-efae0a15259f2f3bdf0f9d95713e1ca85165a755.tar.bz2
gentoo-efae0a15259f2f3bdf0f9d95713e1ca85165a755.zip
dev-libs/libcharon: version bump to 4.2.0
Closes: https://bugs.gentoo.org/691398 Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Michael Perlov <perlovka@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/libcharon/libcharon-4.2.0.ebuild')
-rw-r--r--dev-libs/libcharon/libcharon-4.2.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-libs/libcharon/libcharon-4.2.0.ebuild b/dev-libs/libcharon/libcharon-4.2.0.ebuild
new file mode 100644
index 000000000000..b8424b88bd25
--- /dev/null
+++ b/dev-libs/libcharon/libcharon-4.2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RDEPEND="${PYTHON_DEPS}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"