* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rpmlint/files/, profiles/, dev-util/rpmlint/
2022-08-11 13:56 [gentoo-commits] repo/proj/guru:master commit in: dev-util/rpmlint/, profiles/, dev-util/rpmlint/files/ Andrew Ammerlaan
@ 2022-08-11 13:55 ` Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2022-08-11 13:55 UTC (permalink / raw
To: gentoo-commits
commit: 14812b460e20227fa57448c8cac3adcd6a41ab05
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 13:55:47 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 13:55:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14812b46
dev-util/rpmlint: treeclean
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-util/rpmlint/Manifest | 1 -
dev-util/rpmlint/files/no-coverage.patch | 8 -----
dev-util/rpmlint/metadata.xml | 20 -----------
dev-util/rpmlint/rpmlint-2.3.0.ebuild | 57 --------------------------------
profiles/package.mask | 4 ---
5 files changed, 90 deletions(-)
diff --git a/dev-util/rpmlint/Manifest b/dev-util/rpmlint/Manifest
deleted file mode 100644
index ad2b7bd9c..000000000
--- a/dev-util/rpmlint/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rpmlint-2.3.0.tar.gz 5738210 BLAKE2B ae6e2f494009e5f7d2235d4a6e0bbc54bc992f890285d713b50e73131d2926e6db5f230a03c07cef6c314e33e418d8a8522721b0896a78cf4a3c6dbc6ea7e2ac SHA512 8c10a58315695a5768a8f95de9bcae2cca264d48e1a672ff515a2696eee3664dc97c1653ef6e3e18e46f2286cb99430fb3eaa3b0dc6ac069a6b4b94d13584903
diff --git a/dev-util/rpmlint/files/no-coverage.patch b/dev-util/rpmlint/files/no-coverage.patch
deleted file mode 100644
index 86edc54ec..000000000
--- a/dev-util/rpmlint/files/no-coverage.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -10,4 +10,4 @@
- application-import-names = Testing
-
- [tool:pytest]
--addopts = -vv --cov=rpmlint -n auto --flake8
-+addopts = -vv
diff --git a/dev-util/rpmlint/metadata.xml b/dev-util/rpmlint/metadata.xml
deleted file mode 100644
index f7b6c936b..000000000
--- a/dev-util/rpmlint/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <longdescription lang="en">
- rpmlint is a tool for checking common errors in rpm packages. It can be
- used to test individual packages and spec files before uploading or to
- check an entire distribution. By default all applicable checks are
- processed but specific checks can be performed by using command line
- parameters.
- </longdescription>
- <upstream>
- <bugs-to>https://github.com/rpm-software-management/rpmlint/issues</bugs-to>
- <remote-id type="github">rpm-software-management/rpmlint</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-util/rpmlint/rpmlint-2.3.0.ebuild b/dev-util/rpmlint/rpmlint-2.3.0.ebuild
deleted file mode 100644
index fd823edea..000000000
--- a/dev-util/rpmlint/rpmlint-2.3.0.ebuild
+++ /dev/null
@@ -1,57 +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..10} )
-
-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/zstandard[${PYTHON_USEDEP}]
- dev-python/pyenchant[${PYTHON_USEDEP}]
- dev-python/python-magic[${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/pytest-xdist[${PYTHON_USEDEP}]')
- )
-"
-
-PATCHES=( "${FILESDIR}/no-coverage.patch" )
-
-distutils_enable_tests pytest
diff --git a/profiles/package.mask b/profiles/package.mask
index 44544dfbb..5629afab9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -48,10 +48,6 @@ app-emulation/dxvk-bin
app-editors/imhex
dev-vcs/mergestat
-# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-07-03)
-# unavailable dependency dev-util/distro-info
-dev-util/rpmlint
-
# Alessandro Barbieri <lssndrbarbieri@gmail.com> (2022-06-26)
# depends on non-existent dev-python/m2r
# https://github.com/jaysonsantos/python-binary-memcached/issues/249
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-util/rpmlint/, profiles/, dev-util/rpmlint/files/
@ 2022-08-11 13:56 Andrew Ammerlaan
2022-08-11 13:55 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rpmlint/files/, profiles/, dev-util/rpmlint/ Andrew Ammerlaan
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Ammerlaan @ 2022-08-11 13:56 UTC (permalink / raw
To: gentoo-commits
commit: 14812b460e20227fa57448c8cac3adcd6a41ab05
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 13:55:47 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 13:55:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14812b46
dev-util/rpmlint: treeclean
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-util/rpmlint/Manifest | 1 -
dev-util/rpmlint/files/no-coverage.patch | 8 -----
dev-util/rpmlint/metadata.xml | 20 -----------
dev-util/rpmlint/rpmlint-2.3.0.ebuild | 57 --------------------------------
profiles/package.mask | 4 ---
5 files changed, 90 deletions(-)
diff --git a/dev-util/rpmlint/Manifest b/dev-util/rpmlint/Manifest
deleted file mode 100644
index ad2b7bd9c..000000000
--- a/dev-util/rpmlint/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rpmlint-2.3.0.tar.gz 5738210 BLAKE2B ae6e2f494009e5f7d2235d4a6e0bbc54bc992f890285d713b50e73131d2926e6db5f230a03c07cef6c314e33e418d8a8522721b0896a78cf4a3c6dbc6ea7e2ac SHA512 8c10a58315695a5768a8f95de9bcae2cca264d48e1a672ff515a2696eee3664dc97c1653ef6e3e18e46f2286cb99430fb3eaa3b0dc6ac069a6b4b94d13584903
diff --git a/dev-util/rpmlint/files/no-coverage.patch b/dev-util/rpmlint/files/no-coverage.patch
deleted file mode 100644
index 86edc54ec..000000000
--- a/dev-util/rpmlint/files/no-coverage.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -10,4 +10,4 @@
- application-import-names = Testing
-
- [tool:pytest]
--addopts = -vv --cov=rpmlint -n auto --flake8
-+addopts = -vv
diff --git a/dev-util/rpmlint/metadata.xml b/dev-util/rpmlint/metadata.xml
deleted file mode 100644
index f7b6c936b..000000000
--- a/dev-util/rpmlint/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <longdescription lang="en">
- rpmlint is a tool for checking common errors in rpm packages. It can be
- used to test individual packages and spec files before uploading or to
- check an entire distribution. By default all applicable checks are
- processed but specific checks can be performed by using command line
- parameters.
- </longdescription>
- <upstream>
- <bugs-to>https://github.com/rpm-software-management/rpmlint/issues</bugs-to>
- <remote-id type="github">rpm-software-management/rpmlint</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-util/rpmlint/rpmlint-2.3.0.ebuild b/dev-util/rpmlint/rpmlint-2.3.0.ebuild
deleted file mode 100644
index fd823edea..000000000
--- a/dev-util/rpmlint/rpmlint-2.3.0.ebuild
+++ /dev/null
@@ -1,57 +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..10} )
-
-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/zstandard[${PYTHON_USEDEP}]
- dev-python/pyenchant[${PYTHON_USEDEP}]
- dev-python/python-magic[${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/pytest-xdist[${PYTHON_USEDEP}]')
- )
-"
-
-PATCHES=( "${FILESDIR}/no-coverage.patch" )
-
-distutils_enable_tests pytest
diff --git a/profiles/package.mask b/profiles/package.mask
index 44544dfbb..5629afab9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -48,10 +48,6 @@ app-emulation/dxvk-bin
app-editors/imhex
dev-vcs/mergestat
-# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-07-03)
-# unavailable dependency dev-util/distro-info
-dev-util/rpmlint
-
# Alessandro Barbieri <lssndrbarbieri@gmail.com> (2022-06-26)
# depends on non-existent dev-python/m2r
# https://github.com/jaysonsantos/python-binary-memcached/issues/249
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-11 13:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-11 13:56 [gentoo-commits] repo/proj/guru:master commit in: dev-util/rpmlint/, profiles/, dev-util/rpmlint/files/ Andrew Ammerlaan
2022-08-11 13:55 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rpmlint/files/, profiles/, dev-util/rpmlint/ Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox