commit: f0d3ba54f6b8371a84807d545759a8b8c76d65b3 Author: Alexey Shvetsov <alexxy <AT> omrb <DOT> pnpi <DOT> spb <DOT> ru> AuthorDate: Thu Jun 14 12:57:27 2018 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Thu Jun 14 12:57:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d3ba54
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 dev-libs/libcharon/Manifest | 1 + dev-libs/libcharon/libcharon-3.3.0.ebuild | 19 +++++++++++++++++++ dev-libs/libcharon/metadata.xml | 18 ++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-libs/libcharon/Manifest b/dev-libs/libcharon/Manifest new file mode 100644 index 00000000000..2adddb46191 --- /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 00000000000..0861ece8ffa --- /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 00000000000..6f25dafe062 --- /dev/null +++ b/dev-libs/libcharon/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Proxy Maintainers Project</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo 3D Printer Project</name> + </maintainer> + <slots> + <subslots>soname major version number</subslots> + </slots> + <upstream> + <remote-id type="github">Ultimaker/libCharon</remote-id> + </upstream> +</pkgmetadata>
