From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DACB1138334 for ; Thu, 14 Jun 2018 13:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1EF4E0990; Thu, 14 Jun 2018 13:11:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65274E0990 for ; Thu, 14 Jun 2018 13:11:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EC6D335C8E for ; Thu, 14 Jun 2018 13:11:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DCDB2D8 for ; Thu, 14 Jun 2018 13:11:35 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1528981047.f0d3ba54f6b8371a84807d545759a8b8c76d65b3.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcharon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcharon/Manifest dev-libs/libcharon/libcharon-3.3.0.ebuild dev-libs/libcharon/metadata.xml X-VCS-Directories: dev-libs/libcharon/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: f0d3ba54f6b8371a84807d545759a8b8c76d65b3 X-VCS-Branch: master Date: Thu, 14 Jun 2018 13:11:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3bee811c-1d63-48a5-988a-c52fa07831ac X-Archives-Hash: 17caf4ebe2da8f65ecb4c1b6c8166905 commit: f0d3ba54f6b8371a84807d545759a8b8c76d65b3 Author: Alexey Shvetsov omrb pnpi spb ru> AuthorDate: Thu Jun 14 12:57:27 2018 +0000 Commit: Alexey Shvetsov gentoo 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 @@ + + + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + 3dprint@gentoo.org + Gentoo 3D Printer Project + + + soname major version number + + + Ultimaker/libCharon + +