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 6B423158064 for ; Mon, 13 May 2024 22:21:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCECDE2AC3; Mon, 13 May 2024 22:21:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6E9F8E2AC5 for ; Mon, 13 May 2024 22:21:48 +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 76542340BEF for ; Mon, 13 May 2024 22:21:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FA771ACB for ; Mon, 13 May 2024 22:21:44 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715638702.15c33ce8fce9bc2b29f18911c4d12eedc59e048f.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/clufter/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/clufter/Manifest dev-python/clufter/clufter-0.77.2.ebuild dev-python/clufter/metadata.xml X-VCS-Directories: dev-python/clufter/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 15c33ce8fce9bc2b29f18911c4d12eedc59e048f X-VCS-Branch: dev Date: Mon, 13 May 2024 22:21:44 +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: 983bd71b-7dc3-44d1-955d-8908fb5cb08c X-Archives-Hash: c7ab9ad2aa2553bebe4cf81ed5e5f273 commit: 15c33ce8fce9bc2b29f18911c4d12eedc59e048f Author: Julien Roy jroy ca> AuthorDate: Mon May 13 22:16:03 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon May 13 22:18:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15c33ce8 dev-python/clufter: treeclean Closes: https://bugs.gentoo.org/931371 Closes: https://bugs.gentoo.org/800121 Closes: https://bugs.gentoo.org/921790 Closes: https://bugs.gentoo.org/927807 Signed-off-by: Julien Roy jroy.ca> dev-python/clufter/Manifest | 1 - dev-python/clufter/clufter-0.77.2.ebuild | 33 -------------------------------- dev-python/clufter/metadata.xml | 11 ----------- 3 files changed, 45 deletions(-) diff --git a/dev-python/clufter/Manifest b/dev-python/clufter/Manifest deleted file mode 100644 index c9b3bec101..0000000000 --- a/dev-python/clufter/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST clufter-v0.77.2.tar.gz 302005 BLAKE2B 57bd4ff178e7b0aace6c88a08717b5b3df4717ea688bac777bf320129508d333669df36b9be8fe6989fc2f3cc8ce072a1d26948ffb80d0cf3dc5007bb5362623 SHA512 0f565dea36ccfe84a2a08a71845dae56ccecb6493e4b0bce543fc57b406ea03ed8c219c40a2917b3b53cca004b8b4a234f9e473a4f4ecd7e330a5b2501db1044 diff --git a/dev-python/clufter/clufter-0.77.2.ebuild b/dev-python/clufter/clufter-0.77.2.ebuild deleted file mode 100644 index 46577ca43e..0000000000 --- a/dev-python/clufter/clufter-0.77.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_10 ) - -inherit distutils-r1 - -DESCRIPTION="Tool/library for transforming/analyzing cluster configuration formats" -HOMEPAGE="https://pagure.io/clufter" -SRC_URI="https://pagure.io/${PN}/archive/v${PV}/${PN}-v${PV}.tar.gz" - -S="${WORKDIR}/${PN}-v${PV}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DOCS=( __root__/README ) - -DEPEND="dev-python/lxml - dev-libs/libxml2" - -src_compile() { - # Build native extension first - pushd "${S}/__root__/ccs-flatten" || die - emake - popd || die - - distutils-r1_src_compile -} diff --git a/dev-python/clufter/metadata.xml b/dev-python/clufter/metadata.xml deleted file mode 100644 index eb7cf50cc7..0000000000 --- a/dev-python/clufter/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - andrea.postiglione@gmail.com - Andrea Postiglione - - - jnpkrn/clufter - - 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 155CB1581D3 for ; Mon, 13 May 2024 22:38:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4165D2BC01C; Mon, 13 May 2024 22:38:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1F1A72BC01D for ; Mon, 13 May 2024 22:38:37 +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 35A2C340940 for ; Mon, 13 May 2024 22:38:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21522AAF for ; Mon, 13 May 2024 22:38:33 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715638702.15c33ce8fce9bc2b29f18911c4d12eedc59e048f.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/clufter/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/clufter/Manifest dev-python/clufter/clufter-0.77.2.ebuild dev-python/clufter/metadata.xml X-VCS-Directories: dev-python/clufter/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 15c33ce8fce9bc2b29f18911c4d12eedc59e048f X-VCS-Branch: master Date: Mon, 13 May 2024 22:38:33 +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: f13d0ab7-8d12-4d87-90b8-6841ed6a7acb X-Archives-Hash: 03b4f8919ebc97a989a15261018d2871 Message-ID: <20240513223833.Tgg8ZJjtUqZ3VBIKjsM0JpxQcMBn-z_NF6ic7YucLC8@z> commit: 15c33ce8fce9bc2b29f18911c4d12eedc59e048f Author: Julien Roy jroy ca> AuthorDate: Mon May 13 22:16:03 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon May 13 22:18:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15c33ce8 dev-python/clufter: treeclean Closes: https://bugs.gentoo.org/931371 Closes: https://bugs.gentoo.org/800121 Closes: https://bugs.gentoo.org/921790 Closes: https://bugs.gentoo.org/927807 Signed-off-by: Julien Roy jroy.ca> dev-python/clufter/Manifest | 1 - dev-python/clufter/clufter-0.77.2.ebuild | 33 -------------------------------- dev-python/clufter/metadata.xml | 11 ----------- 3 files changed, 45 deletions(-) diff --git a/dev-python/clufter/Manifest b/dev-python/clufter/Manifest deleted file mode 100644 index c9b3bec101..0000000000 --- a/dev-python/clufter/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST clufter-v0.77.2.tar.gz 302005 BLAKE2B 57bd4ff178e7b0aace6c88a08717b5b3df4717ea688bac777bf320129508d333669df36b9be8fe6989fc2f3cc8ce072a1d26948ffb80d0cf3dc5007bb5362623 SHA512 0f565dea36ccfe84a2a08a71845dae56ccecb6493e4b0bce543fc57b406ea03ed8c219c40a2917b3b53cca004b8b4a234f9e473a4f4ecd7e330a5b2501db1044 diff --git a/dev-python/clufter/clufter-0.77.2.ebuild b/dev-python/clufter/clufter-0.77.2.ebuild deleted file mode 100644 index 46577ca43e..0000000000 --- a/dev-python/clufter/clufter-0.77.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_10 ) - -inherit distutils-r1 - -DESCRIPTION="Tool/library for transforming/analyzing cluster configuration formats" -HOMEPAGE="https://pagure.io/clufter" -SRC_URI="https://pagure.io/${PN}/archive/v${PV}/${PN}-v${PV}.tar.gz" - -S="${WORKDIR}/${PN}-v${PV}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DOCS=( __root__/README ) - -DEPEND="dev-python/lxml - dev-libs/libxml2" - -src_compile() { - # Build native extension first - pushd "${S}/__root__/ccs-flatten" || die - emake - popd || die - - distutils-r1_src_compile -} diff --git a/dev-python/clufter/metadata.xml b/dev-python/clufter/metadata.xml deleted file mode 100644 index eb7cf50cc7..0000000000 --- a/dev-python/clufter/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - andrea.postiglione@gmail.com - Andrea Postiglione - - - jnpkrn/clufter - -