commit:     de5f5a016835dc0f89e05e1eb723ccf96301e4a7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 19:46:00 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 19:46:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5f5a01

dev-util/pkgcheck: drop 0.10.19-r1, 0.10.19-r2, 0.10.20, 0.10.21-r1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/pkgcheck/Manifest                   |   3 -
 dev-util/pkgcheck/pkgcheck-0.10.19-r1.ebuild | 102 --------------------------
 dev-util/pkgcheck/pkgcheck-0.10.19-r2.ebuild | 103 ---------------------------
 dev-util/pkgcheck/pkgcheck-0.10.20.ebuild    |  99 -------------------------
 dev-util/pkgcheck/pkgcheck-0.10.21-r1.ebuild |  98 -------------------------
 5 files changed, 405 deletions(-)

diff --git a/dev-util/pkgcheck/Manifest b/dev-util/pkgcheck/Manifest
index c8f446f06f83..48af4d96b12d 100644
--- a/dev-util/pkgcheck/Manifest
+++ b/dev-util/pkgcheck/Manifest
@@ -1,5 +1,2 @@
-DIST pkgcheck-0.10.19.tar.gz 548636 BLAKE2B 
cc1626c1d5ad9ba6b43f99bcdb668092805eaf9797c9839812d8716ea9f454f631d2e6da4579bbf702da5aadc61adc8064a6b7d32f001aaed9a2e42f8392f24c
 SHA512 
c3af623b5c38325f9afabaa217e29d23dce4355a0aebbed77a5efa469ac135238d0aa04b4973d84c52e68ada0cb3b391a82d58317e75a279f083470c7e69cdf6
-DIST pkgcheck-0.10.20.tar.gz 549746 BLAKE2B 
72ed97d93674ffd311978d03ad3738494a752bf1b02bea5eaaaf1b066c48e8c9ec5f82b79baeeabf3e56e618c76614ee6179b7115d1d875364ac6e3fbc3c6028
 SHA512 
6a8c135ca44ccbfe15548bd396aba9448c29f60147920b18b8be5aa5fcd1200e0b75bc5de50fc7892ad5460ddad1e7d28a7e44025bdc581a518d136eda8b0df2
-DIST pkgcheck-0.10.21.tar.gz 559386 BLAKE2B 
be30dcfb0021459026059befdd9cbe661b9b2448e6997e23ce6cc28b56793acc72cd490cf07f42ad6e13a48beca52eba5ffc0b40ef981fbc7235dd9ce29bdb27
 SHA512 
148567658d949e4737da5bcd2329b4647296877b747a216c64a4d0839dd0b869a8ae32644784ff124f7f94e54a58acc5fc349a28c8a096a99b9488ebc04b374e
 DIST pkgcheck-0.10.22.tar.gz 566826 BLAKE2B 
714eb92bd43b4c3f2319aecb343fe6580f754ba50ed6fa986faaedcba71d34f2834ca85d17c961d327c90081dc305febccfbe08dbc13a706d972e289271214e3
 SHA512 
45532faa169d42f3d5a94a17e83089d4789e7c3e26226f2e5441ba8816cd3610a9025cc392bb32d6d78f202354ab11117fbd07ec2550d7e3255c02c6cb96d98e
 DIST pkgcheck-0.10.23.tar.gz 568903 BLAKE2B 
8b00dc93d0c3f597f7397d2e7b3686d11b12da715d6e8071f1b02a8085061cbb2d7cb24bde6a73ef6e5d1459637cb78e536ce80a162f188a42739a434c62c397
 SHA512 
3bcdb91bf73cde60fd9fc2f5e470c5ccdfd7b3564e83192201b0fa1dc38265e1e0c7f7052039accbb62c55d816a6e89317d7d388c0cc3da3b4836475cb82bd03

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.19-r1.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.19-r1.ebuild
deleted file mode 100644
index 0ead2a88c1b6..000000000000
--- a/dev-util/pkgcheck/pkgcheck-0.10.19-r1.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-inherit elisp-common distutils-r1 optfeature
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pkgcore/pkgcheck.git
-               https://github.com/pkgcore/pkgcheck.git";
-       inherit git-r3
-else
-       KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="pkgcore-based QA utility for ebuild repos"
-HOMEPAGE="https://github.com/pkgcore/pkgcheck";
-
-LICENSE="BSD MIT"
-SLOT="0"
-IUSE="emacs"
-
-if [[ ${PV} == *9999 ]]; then
-       RDEPEND="
-               ~dev-python/snakeoil-9999[${PYTHON_USEDEP}]
-               ~sys-apps/pkgcore-9999[${PYTHON_USEDEP}]"
-else
-       RDEPEND="
-               >=dev-python/snakeoil-0.10.3[${PYTHON_USEDEP}]
-               ~sys-apps/pkgcore-0.12.17[${PYTHON_USEDEP}]"
-fi
-RDEPEND+="
-       dev-libs/tree-sitter
-       dev-libs/tree-sitter-bash
-       dev-python/chardet[${PYTHON_USEDEP}]
-       dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/pathspec[${PYTHON_USEDEP}]
-       >=dev-python/tree-sitter-0.19.0[${PYTHON_USEDEP}]
-       emacs? (
-               >=app-editors/emacs-24.1:*
-               app-emacs/ebuild-mode
-               app-emacs/flycheck
-       )
-"
-BDEPEND="${RDEPEND}
-       dev-python/wheel
-       test? (
-               dev-python/pytest[${PYTHON_USEDEP}]
-               dev-python/requests[${PYTHON_USEDEP}]
-               dev-vcs/git
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-0.10.19-fix-setup.patch"
-)
-
-SITEFILE="50${PN}-gentoo.el"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-       
tests/scripts/test_pkgcheck_replay.py::TestPkgcheckReplay::test_replay_pipe_stdin
-)
-
-export USE_SYSTEM_TREE_SITTER_BASH=1
-
-src_compile() {
-       distutils-r1_src_compile
-
-       if use emacs ; then
-          pushd "${S}"/contrib/emacs >/dev/null || die
-          elisp-compile *.el
-          popd >/dev/null || die
-       fi
-}
-
-python_install_all() {
-       local DOCS=( NEWS.rst )
-       [[ ${PV} == *9999 ]] || doman man/*
-       distutils-r1_python_install_all
-
-       if use emacs ; then
-               elisp-install ${PN} "${S}"/contrib/emacs/*.el{,c}
-               elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-       fi
-}
-
-pkg_postinst() {
-       use emacs && elisp-site-regen
-
-       optfeature "Network check support" dev-python/requests
-       optfeature "Perl module version check support" 
dev-perl/Gentoo-PerlMod-Version
-}
-
-pkg_postrm() {
-       use emacs && elisp-site-regen
-}

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.19-r2.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.19-r2.ebuild
deleted file mode 100644
index 7bdb06bfcbfd..000000000000
--- a/dev-util/pkgcheck/pkgcheck-0.10.19-r2.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-inherit elisp-common distutils-r1 optfeature
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pkgcore/pkgcheck.git
-               https://github.com/pkgcore/pkgcheck.git";
-       inherit git-r3
-else
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
-       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="pkgcore-based QA utility for ebuild repos"
-HOMEPAGE="https://github.com/pkgcore/pkgcheck";
-
-LICENSE="BSD MIT"
-SLOT="0"
-IUSE="emacs"
-
-if [[ ${PV} == *9999 ]]; then
-       RDEPEND="
-               ~dev-python/snakeoil-9999[${PYTHON_USEDEP}]
-               ~sys-apps/pkgcore-9999[${PYTHON_USEDEP}]"
-else
-       RDEPEND="
-               >=dev-python/snakeoil-0.10.4[${PYTHON_USEDEP}]
-               >=sys-apps/pkgcore-0.12.18[${PYTHON_USEDEP}]"
-fi
-RDEPEND+="
-       dev-libs/tree-sitter
-       dev-libs/tree-sitter-bash
-       dev-python/chardet[${PYTHON_USEDEP}]
-       dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/pathspec[${PYTHON_USEDEP}]
-       >=dev-python/tree-sitter-0.19.0[${PYTHON_USEDEP}]
-       emacs? (
-               >=app-editors/emacs-24.1:*
-               app-emacs/ebuild-mode
-               app-emacs/flycheck
-       )
-"
-BDEPEND="${RDEPEND}
-       dev-python/wheel
-       test? (
-               dev-python/pytest[${PYTHON_USEDEP}]
-               dev-python/requests[${PYTHON_USEDEP}]
-               dev-vcs/git
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}/${P}-fix-pkgcore-0.12.18.patch"
-       "${FILESDIR}/${PN}-0.10.19-fix-setup.patch"
-)
-
-SITEFILE="50${PN}-gentoo.el"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-       
tests/scripts/test_pkgcheck_replay.py::TestPkgcheckReplay::test_replay_pipe_stdin
-)
-
-export USE_SYSTEM_TREE_SITTER_BASH=1
-
-src_compile() {
-       distutils-r1_src_compile
-
-       if use emacs ; then
-          pushd "${S}"/contrib/emacs >/dev/null || die
-          elisp-compile *.el
-          popd >/dev/null || die
-       fi
-}
-
-python_install_all() {
-       local DOCS=( NEWS.rst )
-       [[ ${PV} == *9999 ]] || doman man/*
-       distutils-r1_python_install_all
-
-       if use emacs ; then
-               elisp-install ${PN} "${S}"/contrib/emacs/*.el{,c}
-               elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-       fi
-}
-
-pkg_postinst() {
-       use emacs && elisp-site-regen
-
-       optfeature "Network check support" dev-python/requests
-       optfeature "Perl module version check support" 
dev-perl/Gentoo-PerlMod-Version
-}
-
-pkg_postrm() {
-       use emacs && elisp-site-regen
-}

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.20.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.20.ebuild
deleted file mode 100644
index ca8e001c8437..000000000000
--- a/dev-util/pkgcheck/pkgcheck-0.10.20.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-inherit elisp-common distutils-r1 optfeature
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pkgcore/pkgcheck.git
-               https://github.com/pkgcore/pkgcheck.git";
-       inherit git-r3
-else
-       KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="pkgcore-based QA utility for ebuild repos"
-HOMEPAGE="https://github.com/pkgcore/pkgcheck";
-
-LICENSE="BSD MIT"
-SLOT="0"
-IUSE="emacs"
-
-if [[ ${PV} == *9999 ]]; then
-       RDEPEND="
-               ~dev-python/snakeoil-9999[${PYTHON_USEDEP}]
-               ~sys-apps/pkgcore-9999[${PYTHON_USEDEP}]"
-else
-       RDEPEND="
-               >=dev-python/snakeoil-0.10.4[${PYTHON_USEDEP}]
-               >=sys-apps/pkgcore-0.12.18[${PYTHON_USEDEP}]"
-fi
-RDEPEND+="
-       dev-libs/tree-sitter
-       dev-libs/tree-sitter-bash
-       dev-python/chardet[${PYTHON_USEDEP}]
-       dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/pathspec[${PYTHON_USEDEP}]
-       >=dev-python/tree-sitter-0.19.0[${PYTHON_USEDEP}]
-       emacs? (
-               >=app-editors/emacs-24.1:*
-               app-emacs/ebuild-mode
-               app-emacs/flycheck
-       )
-"
-BDEPEND="${RDEPEND}
-       dev-python/wheel
-       test? (
-               dev-python/pytest[${PYTHON_USEDEP}]
-               dev-python/requests[${PYTHON_USEDEP}]
-               dev-vcs/git
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}/${P}-fix-replay-bin.patch"
-       "${FILESDIR}/${PN}-0.10.19-fix-setup.patch"
-)
-
-SITEFILE="50${PN}-gentoo.el"
-
-distutils_enable_tests pytest
-
-export USE_SYSTEM_TREE_SITTER_BASH=1
-
-src_compile() {
-       distutils-r1_src_compile
-
-       if use emacs ; then
-          pushd "${S}"/contrib/emacs >/dev/null || die
-          elisp-compile *.el
-          popd >/dev/null || die
-       fi
-}
-
-python_install_all() {
-       local DOCS=( NEWS.rst )
-       [[ ${PV} == *9999 ]] || doman man/*
-       distutils-r1_python_install_all
-
-       if use emacs ; then
-               elisp-install ${PN} "${S}"/contrib/emacs/*.el{,c}
-               elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-       fi
-}
-
-pkg_postinst() {
-       use emacs && elisp-site-regen
-
-       optfeature "Network check support" dev-python/requests
-       optfeature "Perl module version check support" 
dev-perl/Gentoo-PerlMod-Version
-}
-
-pkg_postrm() {
-       use emacs && elisp-site-regen
-}

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.21-r1.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.21-r1.ebuild
deleted file mode 100644
index 6c5f4ff38cef..000000000000
--- a/dev-util/pkgcheck/pkgcheck-0.10.21-r1.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-inherit elisp-common distutils-r1 optfeature
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pkgcore/pkgcheck.git
-               https://github.com/pkgcore/pkgcheck.git";
-       inherit git-r3
-else
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
-       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="pkgcore-based QA utility for ebuild repos"
-HOMEPAGE="https://github.com/pkgcore/pkgcheck";
-
-LICENSE="BSD MIT"
-SLOT="0"
-IUSE="emacs"
-
-if [[ ${PV} == *9999 ]]; then
-       RDEPEND="
-               ~dev-python/snakeoil-9999[${PYTHON_USEDEP}]
-               ~sys-apps/pkgcore-9999[${PYTHON_USEDEP}]"
-else
-       RDEPEND="
-               >=dev-python/snakeoil-0.10.5[${PYTHON_USEDEP}]
-               >=sys-apps/pkgcore-0.12.19[${PYTHON_USEDEP}]"
-fi
-RDEPEND+="
-       dev-libs/tree-sitter
-       dev-libs/tree-sitter-bash
-       dev-python/chardet[${PYTHON_USEDEP}]
-       dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/pathspec[${PYTHON_USEDEP}]
-       >=dev-python/tree-sitter-0.19.0[${PYTHON_USEDEP}]
-       emacs? (
-               >=app-editors/emacs-24.1:*
-               app-emacs/ebuild-mode
-               app-emacs/flycheck
-       )
-"
-BDEPEND="${RDEPEND}
-       dev-python/wheel
-       test? (
-               dev-python/pytest[${PYTHON_USEDEP}]
-               dev-python/requests[${PYTHON_USEDEP}]
-               dev-vcs/git
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-0.10.21-fix-scm.patch"
-)
-
-SITEFILE="50${PN}-gentoo.el"
-
-distutils_enable_tests pytest
-
-export USE_SYSTEM_TREE_SITTER_BASH=1
-
-src_compile() {
-       distutils-r1_src_compile
-
-       if use emacs ; then
-          pushd "${S}"/contrib/emacs >/dev/null || die
-          elisp-compile *.el
-          popd >/dev/null || die
-       fi
-}
-
-python_install_all() {
-       local DOCS=( NEWS.rst )
-       [[ ${PV} == *9999 ]] || doman man/*
-       distutils-r1_python_install_all
-
-       if use emacs ; then
-               elisp-install ${PN} "${S}"/contrib/emacs/*.el{,c}
-               elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-       fi
-}
-
-pkg_postinst() {
-       use emacs && elisp-site-regen
-
-       optfeature "Network check support" dev-python/requests
-       optfeature "Perl module version check support" 
dev-perl/Gentoo-PerlMod-Version
-}
-
-pkg_postrm() {
-       use emacs && elisp-site-regen
-}

Reply via email to