commit:     cbc9078242ca336086835343a67f7387456545e9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 17:35:43 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 17:35:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc90782

sys-apps/pkgcore: drop 0.12.24, 0.12.25

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

 sys-apps/pkgcore/Manifest               |  2 --
 sys-apps/pkgcore/pkgcore-0.12.24.ebuild | 50 ---------------------------------
 sys-apps/pkgcore/pkgcore-0.12.25.ebuild | 50 ---------------------------------
 3 files changed, 102 deletions(-)

diff --git a/sys-apps/pkgcore/Manifest b/sys-apps/pkgcore/Manifest
index 71e556b3d8ae..f00e95f74c6d 100644
--- a/sys-apps/pkgcore/Manifest
+++ b/sys-apps/pkgcore/Manifest
@@ -1,3 +1 @@
-DIST pkgcore-0.12.24.tar.gz 634733 BLAKE2B 
0d235f7acf81ead37ea30cd4cc2423a00cca92f0e3188b113f1171cb88a07cfa3829161f6e5c90bbdfcd96f0d579c48cf880474f07268dae885588e3fc724ce3
 SHA512 
956c7a4b637611e8f2bb2e7b35224c2c1adc2c26e0ee56b3d832b3a0533e46d36fdfeca0d82d835a24b604e22c7e8915e8ffdb0098a6a761e539b98b2ceab962
-DIST pkgcore-0.12.25.tar.gz 635477 BLAKE2B 
3c887b6c3ec8ec13f542356ee0403dccca472b9a734054b47d30a1baaa7ed8a0248851715be1a33f0d74b66cc0812330e3103c402736653bd3de8797b067ed78
 SHA512 
d3854ca26926993f03a041d283240aa7bac814180a6c60b6cf3ac8179457251a960d99851d89d6a128ff491fb72a31f8acc59be83c3d2a03721c3c8b80ca7853
 DIST pkgcore-0.12.27.tar.gz 636436 BLAKE2B 
a03b795eb685b552659b6110a9a19e6915320f3bcc87a4c5343a9ae16b82ebea46b538d8606ff10fa1f1c46f85117aeec240247e98aaccc00b0c67996bd2421a
 SHA512 
99e8e125fbb086a98f6c2f494624e63d47d2f594f952eb5e540eba355161eecaeb55ffc3f2df951cdfcd9cb5b1720411c58e2ab4f3299a63eeafa44eed6f7912

diff --git a/sys-apps/pkgcore/pkgcore-0.12.24.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.24.ebuild
deleted file mode 100644
index d0d06f8a6b4e..000000000000
--- a/sys-apps/pkgcore/pkgcore-0.12.24.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{10..12} )
-inherit distutils-r1
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pkgcore/pkgcore.git
-               https://github.com/pkgcore/pkgcore.git";
-       inherit git-r3
-else
-       KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-       inherit pypi
-fi
-
-DESCRIPTION="a framework for package management"
-HOMEPAGE="https://github.com/pkgcore/pkgcore";
-
-LICENSE="BSD MIT"
-SLOT="0"
-
-if [[ ${PV} == *9999 ]]; then
-       COMMON_DEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
-else
-       COMMON_DEPEND=">=dev-python/snakeoil-0.10.4[${PYTHON_USEDEP}]"
-fi
-
-RDEPEND="
-       ${COMMON_DEPEND}
-       >=app-shells/bash-5.0[readline]
-       dev-python/lxml[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       ${COMMON_DEPEND}
-       >=dev-python/flit-core-3.8[${PYTHON_USEDEP}]
-       test? (
-               dev-vcs/git
-       )
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-       local DOCS=( NEWS.rst )
-       [[ ${PV} == *9999 ]] || doman build/sphinx/man/*
-       distutils-r1_python_install_all
-}

diff --git a/sys-apps/pkgcore/pkgcore-0.12.25.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.25.ebuild
deleted file mode 100644
index c4ca4f9df592..000000000000
--- a/sys-apps/pkgcore/pkgcore-0.12.25.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{10..12} )
-inherit distutils-r1
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pkgcore/pkgcore.git
-               https://github.com/pkgcore/pkgcore.git";
-       inherit git-r3
-else
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-       inherit pypi
-fi
-
-DESCRIPTION="a framework for package management"
-HOMEPAGE="https://github.com/pkgcore/pkgcore";
-
-LICENSE="BSD MIT"
-SLOT="0"
-
-if [[ ${PV} == *9999 ]]; then
-       COMMON_DEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
-else
-       COMMON_DEPEND=">=dev-python/snakeoil-0.10.7[${PYTHON_USEDEP}]"
-fi
-
-RDEPEND="
-       ${COMMON_DEPEND}
-       >=app-shells/bash-5.1[readline]
-       dev-python/lxml[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       ${COMMON_DEPEND}
-       >=dev-python/flit-core-3.8[${PYTHON_USEDEP}]
-       test? (
-               dev-vcs/git
-       )
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-       local DOCS=( NEWS.rst )
-       [[ ${PV} == *9999 ]] || doman build/sphinx/man/*
-       distutils-r1_python_install_all
-}

Reply via email to