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 2ED9E158021 for ; Fri, 25 Nov 2022 08:56:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78A20E09C7; Fri, 25 Nov 2022 08:56:39 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61602E09C7 for ; Fri, 25 Nov 2022 08:56:39 +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 A349134121C for ; Fri, 25 Nov 2022 08:56:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46AC6762 for ; Fri, 25 Nov 2022 08:56:37 +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: <1669366603.04a55eab4c4e4b9acc8d4200df1a61ab3da4ce31.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/crmsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/crmsh/crmsh-4.2.1-r1.ebuild sys-cluster/crmsh/crmsh-4.2.1-r2.ebuild X-VCS-Directories: sys-cluster/crmsh/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 04a55eab4c4e4b9acc8d4200df1a61ab3da4ce31 X-VCS-Branch: master Date: Fri, 25 Nov 2022 08:56:37 +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: 07c7de08-bdee-41b1-9139-6c902c5556d9 X-Archives-Hash: 42b6b022c2ab75a29b3af4e0552c0fbc commit: 04a55eab4c4e4b9acc8d4200df1a61ab3da4ce31 Author: Sergey Popov gentoo org> AuthorDate: Fri Nov 25 08:47:12 2022 +0000 Commit: Sergey Popov gentoo org> CommitDate: Fri Nov 25 08:56:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a55eab sys-cluster/crmsh: drop old revisions Signed-off-by: Sergey Popov gentoo.org> sys-cluster/crmsh/crmsh-4.2.1-r1.ebuild | 45 --------------------------------- sys-cluster/crmsh/crmsh-4.2.1-r2.ebuild | 43 ------------------------------- 2 files changed, 88 deletions(-) diff --git a/sys-cluster/crmsh/crmsh-4.2.1-r1.ebuild b/sys-cluster/crmsh/crmsh-4.2.1-r1.ebuild deleted file mode 100644 index 6a30d2908fbe..000000000000 --- a/sys-cluster/crmsh/crmsh-4.2.1-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -AUTOTOOLS_AUTORECONF=true -SRC_URI="" - -if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://github.com/crmsh/crmsh" - inherit git-3 - 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 python-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-1.1.9" -RDEPEND="${DEPEND} - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/parallax[${PYTHON_USEDEP}] -" - -src_configure() { - ./autogen.sh || die - econf -} - -src_install() { - emake DESTDIR="${D}" install - python_foreach_impl python_optimize -} diff --git a/sys-cluster/crmsh/crmsh-4.2.1-r2.ebuild b/sys-cluster/crmsh/crmsh-4.2.1-r2.ebuild deleted file mode 100644 index ffab4f2a9c1d..000000000000 --- a/sys-cluster/crmsh/crmsh-4.2.1-r2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8,9} ) - -if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://github.com/crmsh/crmsh" - inherit git-3 - 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-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-1.1.9" -RDEPEND="${DEPEND} - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/parallax[${PYTHON_USEDEP}] -" - -src_prepare() { - default - - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install - python_foreach_impl python_optimize -}