commit:     11d8fe6730e973b2e119de2e41b0479d1f1a20c7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 06:32:17 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 06:48:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d8fe67

sys-apps/pkgcore: drop 0.12.23, 0.12.23-r1

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

 sys-apps/pkgcore/Manifest                  |  1 -
 sys-apps/pkgcore/pkgcore-0.12.23-r1.ebuild | 52 ------------------------------
 sys-apps/pkgcore/pkgcore-0.12.23.ebuild    | 50 ----------------------------
 3 files changed, 103 deletions(-)

diff --git a/sys-apps/pkgcore/Manifest b/sys-apps/pkgcore/Manifest
index 10205149c8de..d161059ac93e 100644
--- a/sys-apps/pkgcore/Manifest
+++ b/sys-apps/pkgcore/Manifest
@@ -1,3 +1,2 @@
-DIST pkgcore-0.12.23.tar.gz 632146 BLAKE2B 
c5e5911c957c48edac39e6da54456d0691205c4ccf170f34379d4e69ab519f5985247e172f63aac69c8fd2ef0c8bf5ec710faf6d3f88ccdd8718b50f919d5a17
 SHA512 
a5ff9c8cae148caa62e5562941d62da9964d1c0bab237249b258b46b225223c5cf630db1cf13dd9e03fc4936382eddaf823c4cb32d52578764ef903a678f845d
 DIST pkgcore-0.12.24.tar.gz 634733 BLAKE2B 
0d235f7acf81ead37ea30cd4cc2423a00cca92f0e3188b113f1171cb88a07cfa3829161f6e5c90bbdfcd96f0d579c48cf880474f07268dae885588e3fc724ce3
 SHA512 
956c7a4b637611e8f2bb2e7b35224c2c1adc2c26e0ee56b3d832b3a0533e46d36fdfeca0d82d835a24b604e22c7e8915e8ffdb0098a6a761e539b98b2ceab962
 DIST pkgcore-0.12.25.tar.gz 635477 BLAKE2B 
3c887b6c3ec8ec13f542356ee0403dccca472b9a734054b47d30a1baaa7ed8a0248851715be1a33f0d74b66cc0812330e3103c402736653bd3de8797b067ed78
 SHA512 
d3854ca26926993f03a041d283240aa7bac814180a6c60b6cf3ac8179457251a960d99851d89d6a128ff491fb72a31f8acc59be83c3d2a03721c3c8b80ca7853

diff --git a/sys-apps/pkgcore/pkgcore-0.12.23-r1.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.23-r1.ebuild
deleted file mode 100644
index e976a4ab907a..000000000000
--- a/sys-apps/pkgcore/pkgcore-0.12.23-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 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
-       )
-"
-
-PATCHES=( "${FILESDIR}/${P}-metadata-xsd.patch" )
-
-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.23.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.23.ebuild
deleted file mode 100644
index eb2065fe8341..000000000000
--- a/sys-apps/pkgcore/pkgcore-0.12.23.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 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
-}

Reply via email to