From: Alexey Shvetsov Date: Thu, 14 Jun 2018 12:57:27 +0000 (+0300) Subject: dev-libs/libcharon: New package X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f0d3ba54f6b8371a84807d545759a8b8c76d65b3;p=gentoo.git dev-libs/libcharon: New package Closes: https://bugs.gentoo.org/630620 Closes: https://bugs.gentoo.org/648130 Closes: https://github.com/gentoo/gentoo/pull/8258 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/dev-libs/libcharon/Manifest b/dev-libs/libcharon/Manifest new file mode 100644 index 000000000000..2adddb461917 --- /dev/null +++ b/dev-libs/libcharon/Manifest @@ -0,0 +1 @@ +DIST libcharon-3.3.0.tar.gz 141001 BLAKE2B 80d880ac274a53dc6673d9993ef8474091a036e6faac8fa44df3ace0f4b2fcf0102229b0f407acf9f7df7c56fb08a60c7ac3b7078e5e5daf86e1f0fe3fa453fa SHA512 92e7a33c77d05224f0b07c92f105d66010e727f67ec51e6dc314c001953e14047a7d59e2e0887950dcd38d25595df5186161ff1c0272a1193bcd8ccd64b0033b diff --git a/dev-libs/libcharon/libcharon-3.3.0.ebuild b/dev-libs/libcharon/libcharon-3.3.0.ebuild new file mode 100644 index 000000000000..0861ece8ffa0 --- /dev/null +++ b/dev-libs/libcharon/libcharon-3.3.0.ebuild @@ -0,0 +1,19 @@ +# 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/liblibCharon" +SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0/3" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/${MY_PN}-${PV}" diff --git a/dev-libs/libcharon/metadata.xml b/dev-libs/libcharon/metadata.xml new file mode 100644 index 000000000000..6f25dafe062b --- /dev/null +++ b/dev-libs/libcharon/metadata.xml @@ -0,0 +1,18 @@ + + + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + 3dprint@gentoo.org + Gentoo 3D Printer Project + + + soname major version number + + + Ultimaker/libCharon + +