Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rpmlint/
Date: Mon, 30 May 2022 17:21:47
Message-Id: 1653930340.7256907b14c84bb794225900334fabc17b280fc3.Alessandro-Barbieri@gentoo
1 commit: 7256907b14c84bb794225900334fabc17b280fc3
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 17:05:40 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 30 17:05:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7256907b
7
8 dev-util/rpmlint: drop 2.2.0
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-util/rpmlint/Manifest | 1 -
13 dev-util/rpmlint/rpmlint-2.2.0.ebuild | 59 -----------------------------------
14 2 files changed, 60 deletions(-)
15
16 diff --git a/dev-util/rpmlint/Manifest b/dev-util/rpmlint/Manifest
17 index cc2ac4c29..ad2b7bd9c 100644
18 --- a/dev-util/rpmlint/Manifest
19 +++ b/dev-util/rpmlint/Manifest
20 @@ -1,2 +1 @@
21 -DIST rpmlint-2.2.0.tar.gz 5736449 BLAKE2B 765ca9b4e3f594b85e70fd85f0e7207c22e1d3b9503361afd3af095101f55aeed84ecb204bf0f8a64b8df4daf9e9fb94f536db80201a3078ec93fa4d38ef3909 SHA512 5e16747231e3f815b405db194e5d1768d19a2b378db674f57b1ebcba17d0f3320626e4c2b648e79cc180621444439c2c84fd176cd1e0fd7b6585d50492a7f272
22 DIST rpmlint-2.3.0.tar.gz 5738210 BLAKE2B ae6e2f494009e5f7d2235d4a6e0bbc54bc992f890285d713b50e73131d2926e6db5f230a03c07cef6c314e33e418d8a8522721b0896a78cf4a3c6dbc6ea7e2ac SHA512 8c10a58315695a5768a8f95de9bcae2cca264d48e1a672ff515a2696eee3664dc97c1653ef6e3e18e46f2286cb99430fb3eaa3b0dc6ac069a6b4b94d13584903
23
24 diff --git a/dev-util/rpmlint/rpmlint-2.2.0.ebuild b/dev-util/rpmlint/rpmlint-2.2.0.ebuild
25 deleted file mode 100644
26 index bbdf5ec06..000000000
27 --- a/dev-util/rpmlint/rpmlint-2.2.0.ebuild
28 +++ /dev/null
29 @@ -1,59 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_SINGLE_IMPL=1
36 -DISTUTILS_USE_PEP517=setuptools
37 -PYTHON_COMPAT=( python3_{8..9} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Tool for checking common errors in RPM packages"
42 -HOMEPAGE="https://github.com/rpm-software-management/rpmlint"
43 -SRC_URI="https://github.com/rpm-software-management/rpmlint/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -
49 -RDEPEND="
50 - ${PYTHON_DEPS}
51 - app-arch/bzip2
52 - app-arch/cpio
53 - app-arch/gzip
54 - app-arch/xz-utils
55 - app-arch/zstd
56 - sys-devel/binutils:*
57 -
58 - $(python_gen_cond_dep '
59 - app-arch/rpm[python,${PYTHON_SINGLE_USEDEP}]
60 - dev-python/pybeam[${PYTHON_USEDEP}]
61 - dev-python/pyxdg[${PYTHON_USEDEP}]
62 - dev-python/toml[${PYTHON_USEDEP}]
63 - dev-python/zstd[${PYTHON_USEDEP}]
64 - ')
65 -"
66 -DEPEND="
67 - ${RDEPEND}
68 - test? (
69 - app-shells/dash
70 - dev-libs/appstream-glib
71 - dev-util/desktop-file-utils
72 - dev-util/devscripts
73 - || (
74 - ( app-text/hunspell[l10n_cs,l10n_en] app-text/enchant[hunspell] )
75 - ( app-text/aspell[l10n_cs,l10n_en] app-text/enchant[aspell] )
76 - )
77 -
78 - $(python_gen_cond_dep '
79 - dev-python/pyenchant[${PYTHON_USEDEP}]
80 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
81 - dev-python/python-magic[${PYTHON_USEDEP}]
82 - ')
83 - )
84 -"
85 -
86 -PATCHES=( "${FILESDIR}/no-coverage.patch" )
87 -
88 -distutils_enable_tests pytest