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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A16615800A for ; Sat, 12 Aug 2023 12:44:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F2462BC036; Sat, 12 Aug 2023 12:44:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55ADA2BC036 for ; Sat, 12 Aug 2023 12:44:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E597340D2E for ; Sat, 12 Aug 2023 12:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2E47F6C for ; Sat, 12 Aug 2023 12:44:17 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1691844142.1371a75c2a85f67b40c2e6f27ea35e996052fa0d.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcharon/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcharon/Manifest dev-libs/libcharon/libcharon-4.13.0.ebuild dev-libs/libcharon/metadata.xml profiles/package.mask X-VCS-Directories: dev-libs/libcharon/ profiles/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 1371a75c2a85f67b40c2e6f27ea35e996052fa0d X-VCS-Branch: master Date: Sat, 12 Aug 2023 12:44:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2044ccc1-47b8-4248-a301-698e2bb53f3f X-Archives-Hash: 4c1dc72f43d8579b65a117d48d14adab commit: 1371a75c2a85f67b40c2e6f27ea35e996052fa0d Author: Jakov Smolić gentoo org> AuthorDate: Sat Aug 12 12:25:41 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Aug 12 12:42:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1371a75c dev-libs/libcharon: treeclean Closes: https://bugs.gentoo.org/896710 Signed-off-by: Jakov Smolić gentoo.org> dev-libs/libcharon/Manifest | 1 - dev-libs/libcharon/libcharon-4.13.0.ebuild | 72 ------------------------------ dev-libs/libcharon/metadata.xml | 26 ----------- profiles/package.mask | 1 - 4 files changed, 100 deletions(-) diff --git a/dev-libs/libcharon/Manifest b/dev-libs/libcharon/Manifest deleted file mode 100644 index f42c09a959e1..000000000000 --- a/dev-libs/libcharon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libcharon-4.13.0.tar.gz 151775 BLAKE2B f8a8b59b361ffc9b54e0047e0cc3824e2a92cf341aa9664712d020e07e5f2facda6f2d1827998c4af0958a3b05070738a20d93d7723a2f3708e601b70474653c SHA512 cd6e4cd696bcbebe5aa6a53f5222fbb8f982ff21d165adcd8854769b19df2d15ea6287100ba09ddd85ac80d3f86dbfae9ac050ee50f082223bf0acb542413d8c diff --git a/dev-libs/libcharon/libcharon-4.13.0.ebuild b/dev-libs/libcharon/libcharon-4.13.0.ebuild deleted file mode 100644 index f2a4bc85ec38..000000000000 --- a/dev-libs/libcharon/libcharon-4.13.0.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..10} ) - -inherit cmake 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" -KEYWORDS="amd64 ~arm64 ~x86" - -IUSE="+client +dbus test" -RESTRICT="!test? ( test )" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND=" - ${PYTHON_DEPS} - dbus? ( - acct-group/ultimaker - acct-user/ultimaker - sys-apps/dbus - )" - -DEPEND="${PYTHON_DEPS} - test? ( - $(python_gen_cond_dep 'dev-python/pytest[${PYTHON_USEDEP}]') - )" - -S="${WORKDIR}/${MY_PN}-${PV}" - -src_prepare() { - # use current python version, not the latest installed - # fix python install location - sed -i \ - -e "s:find_package(Python3 3.4 REQUIRED:find_package(Python3 ${EPYTHON##python} EXACT REQUIRED:g" \ - -e "s:lib\${LIB_SUFFIX}/python\${Python3_VERSION_MAJOR}\.\${Python3_VERSION_MINOR}/site-packages:$(python_get_sitedir):g" \ - CMakeLists.txt || die - - sed -i -e "s:/usr/lib/python3/dist-packages/Charon/Service/main.py:$(python_get_sitedir)/Charon/Service/main.py:g" service/charon.service || die - - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DINSTALL_CLIENT=$(usex client ON OFF) - -DINSTALL_SERVICE=$(usex dbus ON OFF) - -DPython3_EXECUTABLE="${PYTHON}" - ) - - cmake_src_configure -} - -src_install() { - cmake_src_install - python_optimize -} - -pkg_postinst() { - if use dbus ; then - elog "To start the Charon File Metadata service at boot, add it to the default runlevel with:" - elog " systemctl enable charon" - fi -} diff --git a/dev-libs/libcharon/metadata.xml b/dev-libs/libcharon/metadata.xml deleted file mode 100644 index fdb12d8c03e0..000000000000 --- a/dev-libs/libcharon/metadata.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - 3dprint@gentoo.org - Gentoo 3D Printer Project - - - proxy-maint@gentoo.org - Proxy Maintainers - - - mathy@vanvoorden.be - Mathy Vanvoorden - - - Library to read and write several 3D-printing related file formats including G-Code and Ultimaker File Package (UFP). - - - Install the charon client library - - - https://github.com/Ultimaker/libCharon/issues - Ultimaker/libCharon - - diff --git a/profiles/package.mask b/profiles/package.mask index 5d689be1b767..96a3b8dc0a6e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -487,7 +487,6 @@ acct-group/ultimaker acct-user/ultimaker dev-libs/libarcus dev-libs/clipper -dev-libs/libcharon # Sam James (2023-05-03) # Broken pkgconfig file, please upgrade to -r1.