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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ADC0A158089 for ; Wed, 8 Nov 2023 10:58:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09B302BC018; Wed, 8 Nov 2023 10:58:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E35FA2BC018 for ; Wed, 8 Nov 2023 10:58:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BD9E335D9A for ; Wed, 8 Nov 2023 10:58:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E492ABD for ; Wed, 8 Nov 2023 10:58:34 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1699441109.c104794da495831ac6c1552091ec95e9a9bbbbca.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/crmsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/crmsh/Manifest sys-cluster/crmsh/crmsh-4.5.0.ebuild X-VCS-Directories: sys-cluster/crmsh/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: c104794da495831ac6c1552091ec95e9a9bbbbca X-VCS-Branch: master Date: Wed, 8 Nov 2023 10:58:34 +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: 4345e348-35fe-4fc9-907b-0de34eb4b029 X-Archives-Hash: 8d8e07255a93b9079659dc0b65ef8c64 commit: c104794da495831ac6c1552091ec95e9a9bbbbca Author: Sergey Popov gentoo org> AuthorDate: Wed Nov 8 10:54:09 2023 +0000 Commit: Sergey Popov gentoo org> CommitDate: Wed Nov 8 10:58:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c104794d sys-cluster/crmsh-4.5.0: version bump Signed-off-by: Christian Richter gmail.com> Signed-off-by: Sergey Popov gentoo.org> Bug: https://bugs.gentoo.org/765352 Closes: https://bugs.gentoo.org/864925 Closes: https://bugs.gentoo.org/897286 Closes: https://github.com/gentoo/gentoo/pull/27926 sys-cluster/crmsh/Manifest | 1 + sys-cluster/crmsh/crmsh-4.5.0.ebuild | 46 ++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/sys-cluster/crmsh/Manifest b/sys-cluster/crmsh/Manifest index 0f9a946bfcca..b5544bcfcc67 100644 --- a/sys-cluster/crmsh/Manifest +++ b/sys-cluster/crmsh/Manifest @@ -1 +1,2 @@ DIST crmsh-4.2.1.tar.gz 1058921 BLAKE2B 84d1f8685e792d9f453b2d185ccda4e8c2c9566becd85ed8308c014bd18e1479f601f3e89e4a1c3464c0d5bb797d7ddf9ddff479cd8c4c0d2998fd528f8ecbd2 SHA512 df0945f1b977993a0aca89af7c9030bc798aac4397a9d448d47bf68331e8aec83fa6155f2897f3c84573bcdb20fa384a1489b4f1d69fd1a831ece2fdb2b5b321 +DIST crmsh-4.5.0.tar.gz 1210069 BLAKE2B 078baa9b0c0cadb19f041ad48ffb9588f8c1eff634f115bc9ddd46be7e5c2555a1c493332f6cf01f08c683d39687f0e1e71854f6c56c3e1f30fe712ecb65c772 SHA512 f76e41ffc2fc9ac728350f551e658852015c4fd430f69f7a6d0882c265f65ae545f2ef1102bd20349790e46a0a3ec8222947eee6aef73d0afcaf13eb2b3c56a3 diff --git a/sys-cluster/crmsh/crmsh-4.5.0.ebuild b/sys-cluster/crmsh/crmsh-4.5.0.ebuild new file mode 100644 index 000000000000..02b052288712 --- /dev/null +++ b/sys-cluster/crmsh/crmsh-4.5.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10,11} ) + +if [[ ${PV} == *9999 ]]; then + EGIT_REPO_URI="https://github.com/crmsh/crmsh" + inherit git-r3 + S="${WORKDIR}/${PN}-${MY_TREE}" +else + SRC_URI="https://github.com/crmsh/crmsh/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~hppa ~x86" +fi + +inherit autotools python-single-r1 + +DESCRIPTION="Pacemaker command line interface for management and configuration" +HOMEPAGE="https://crmsh.github.io/" + +LICENSE="GPL-2" +SLOT="0" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS} + >=sys-cluster/pacemaker-2.1.2" +RDEPEND="${DEPEND} + $(python_gen_cond_dep ' + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/parallax[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + ') +" + +src_prepare() { + default + + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" install + python_optimize +}