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 3F1EB158091 for ; Mon, 30 May 2022 17:21:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C94CE0848; Mon, 30 May 2022 17:21:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 230B7E0848 for ; Mon, 30 May 2022 17:21:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 237FB341853 for ; Mon, 30 May 2022 17:21:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 931AF7F for ; Mon, 30 May 2022 17:21:42 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653930340.7256907b14c84bb794225900334fabc17b280fc3.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rpmlint/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/rpmlint/Manifest dev-util/rpmlint/rpmlint-2.2.0.ebuild X-VCS-Directories: dev-util/rpmlint/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 7256907b14c84bb794225900334fabc17b280fc3 X-VCS-Branch: dev Date: Mon, 30 May 2022 17:21:42 +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: d4d6540c-6bd8-46b8-b9dd-e4b7f27a5792 X-Archives-Hash: 379102b45b5cb29668560ffaef8e9436 commit: 7256907b14c84bb794225900334fabc17b280fc3 Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 30 17:05:40 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 30 17:05:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7256907b dev-util/rpmlint: drop 2.2.0 Signed-off-by: Alessandro Barbieri gmail.com> dev-util/rpmlint/Manifest | 1 - dev-util/rpmlint/rpmlint-2.2.0.ebuild | 59 ----------------------------------- 2 files changed, 60 deletions(-) diff --git a/dev-util/rpmlint/Manifest b/dev-util/rpmlint/Manifest index cc2ac4c29..ad2b7bd9c 100644 --- a/dev-util/rpmlint/Manifest +++ b/dev-util/rpmlint/Manifest @@ -1,2 +1 @@ -DIST rpmlint-2.2.0.tar.gz 5736449 BLAKE2B 765ca9b4e3f594b85e70fd85f0e7207c22e1d3b9503361afd3af095101f55aeed84ecb204bf0f8a64b8df4daf9e9fb94f536db80201a3078ec93fa4d38ef3909 SHA512 5e16747231e3f815b405db194e5d1768d19a2b378db674f57b1ebcba17d0f3320626e4c2b648e79cc180621444439c2c84fd176cd1e0fd7b6585d50492a7f272 DIST rpmlint-2.3.0.tar.gz 5738210 BLAKE2B ae6e2f494009e5f7d2235d4a6e0bbc54bc992f890285d713b50e73131d2926e6db5f230a03c07cef6c314e33e418d8a8522721b0896a78cf4a3c6dbc6ea7e2ac SHA512 8c10a58315695a5768a8f95de9bcae2cca264d48e1a672ff515a2696eee3664dc97c1653ef6e3e18e46f2286cb99430fb3eaa3b0dc6ac069a6b4b94d13584903 diff --git a/dev-util/rpmlint/rpmlint-2.2.0.ebuild b/dev-util/rpmlint/rpmlint-2.2.0.ebuild deleted file mode 100644 index bbdf5ec06..000000000 --- a/dev-util/rpmlint/rpmlint-2.2.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..9} ) - -inherit distutils-r1 - -DESCRIPTION="Tool for checking common errors in RPM packages" -HOMEPAGE="https://github.com/rpm-software-management/rpmlint" -SRC_URI="https://github.com/rpm-software-management/rpmlint/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - ${PYTHON_DEPS} - app-arch/bzip2 - app-arch/cpio - app-arch/gzip - app-arch/xz-utils - app-arch/zstd - sys-devel/binutils:* - - $(python_gen_cond_dep ' - app-arch/rpm[python,${PYTHON_SINGLE_USEDEP}] - dev-python/pybeam[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] - dev-python/zstd[${PYTHON_USEDEP}] - ') -" -DEPEND=" - ${RDEPEND} - test? ( - app-shells/dash - dev-libs/appstream-glib - dev-util/desktop-file-utils - dev-util/devscripts - || ( - ( app-text/hunspell[l10n_cs,l10n_en] app-text/enchant[hunspell] ) - ( app-text/aspell[l10n_cs,l10n_en] app-text/enchant[aspell] ) - ) - - $(python_gen_cond_dep ' - dev-python/pyenchant[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - dev-python/python-magic[${PYTHON_USEDEP}] - ') - ) -" - -PATCHES=( "${FILESDIR}/no-coverage.patch" ) - -distutils_enable_tests pytest